hgext/qsync.py
changeset 289 9bb4217ddfce
parent 251 a60d11973ff3
child 394 f2168d0b5700
--- a/hgext/qsync.py	Wed Jun 06 16:13:44 2012 +0200
+++ b/hgext/qsync.py	Mon Jun 11 11:59:08 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: