author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
Wed, 20 Jun 2012 16:07:20 +0200 | |
changeset 291 | d508e5dd0a11 |
parent 288 | d64f8468aaf9 (current diff) |
parent 289 | 9bb4217ddfce (diff) |
child 294 | 98c9c69c311d |
--- a/hgext/qsync.py Wed Jun 20 15:57:57 2012 +0200 +++ b/hgext/qsync.py Wed Jun 20 16:07:20 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: