Show More
@@ -490,6 +490,7 b' test-symlinks.t' | |||||
490 | test-tag.t |
|
490 | test-tag.t | |
491 | test-tags.t |
|
491 | test-tags.t | |
492 | test-template-filters.t |
|
492 | test-template-filters.t | |
|
493 | test-transplant.t | |||
493 | test-treemanifest.t |
|
494 | test-treemanifest.t | |
494 | test-ui-color.py |
|
495 | test-ui-color.py | |
495 | test-ui-config.py |
|
496 | test-ui-config.py |
@@ -836,9 +836,9 b' test transplanting a patch turning into ' | |||||
836 | $ cd binarysource |
|
836 | $ cd binarysource | |
837 | $ echo a > a |
|
837 | $ echo a > a | |
838 | $ hg ci -Am adda a |
|
838 | $ hg ci -Am adda a | |
839 | >>> open('b', 'wb').write(b'\0b1') |
|
839 | >>> open('b', 'wb').write(b'\0b1') and None | |
840 | $ hg ci -Am addb b |
|
840 | $ hg ci -Am addb b | |
841 | >>> open('b', 'wb').write(b'\0b2') |
|
841 | >>> open('b', 'wb').write(b'\0b2') and None | |
842 | $ hg ci -m changeb b |
|
842 | $ hg ci -m changeb b | |
843 | $ cd .. |
|
843 | $ cd .. | |
844 |
|
844 |
General Comments 0
You need to be logged in to leave comments.
Login now