hgext/qsync.py
branchstable
changeset 519 9825c7da5b54
parent 491 6989d8fe4ed2
child 588 89c8550019d0
child 607 b80de587d72d
equal deleted inserted replaced
518:e585303fbc5c 519:9825c7da5b54
       
     1 # Copyright 2011 Logilab SA <contact@logilab.fr>
     1 """synchronize patches queues and evolving changesets"""
     2 """synchronize patches queues and evolving changesets"""
     2 
     3 
     3 import re
     4 import re
     4 from cStringIO import StringIO
     5 from cStringIO import StringIO
     5 import json
     6 import json