hgext/qsync.py
branchstable
changeset 290 dd8c75df66e3
parent 289 9bb4217ddfce
child 394 f2168d0b5700
--- a/hgext/qsync.py	Wed Jun 20 15:57:35 2012 +0200
+++ b/hgext/qsync.py	Wed Jun 20 16:07:01 2012 +0200
@@ -75,7 +75,7 @@
     applied_list = []
     if review:
         olddata = get_old_data(parent)
-        oldfiles = dict([(name, ctxhex) for ctxhex, name in olddata])
+        oldfiles = dict([(name, bin(ctxhex)) for ctxhex, name in olddata])
 
         for patch_name in touched:
             try: