tests/test-impexp-branch.t
changeset 16913 f2719b387380
parent 16475 1f75c1decdeb
child 20115 db6b958c4f35
equal deleted inserted replaced
16912:6ef3107c661e 16913:f2719b387380
    67   >>> p = file('../r1.patch', 'rb').read()
    67   >>> p = file('../r1.patch', 'rb').read()
    68   >>> p = re.sub(r'Parent\s+', 'Parent ', p)
    68   >>> p = re.sub(r'Parent\s+', 'Parent ', p)
    69   >>> file('../r1-ws.patch', 'wb').write(p)
    69   >>> file('../r1-ws.patch', 'wb').write(p)
    70   $ hg import --exact ../r1-ws.patch
    70   $ hg import --exact ../r1-ws.patch
    71   applying ../r1-ws.patch
    71   applying ../r1-ws.patch
       
    72 
       
    73   $ cd ..