Show More
@@ -893,24 +893,24 b' no ancestors that are replaced.' | |||||
893 | $ printf "BAR\n" > bar.whole |
|
893 | $ printf "BAR\n" > bar.whole | |
894 | $ hg commit -Aqm "add bar" |
|
894 | $ hg commit -Aqm "add bar" | |
895 |
|
895 | |||
896 |
$ hg log --graph --template '{ |
|
896 | $ hg log --graph --template '{rev} {files}' | |
897 |
@ |
|
897 | @ 2 bar.whole | |
898 | | |
|
898 | | | |
899 |
o |
|
899 | o 1 foo.whole | |
900 | | |
|
900 | | | |
901 |
o |
|
901 | o 0 foo.whole | |
902 |
|
902 | |||
903 | $ hg fix -r 0:2 |
|
903 | $ hg fix -r 0:2 | |
904 |
$ hg log --graph --template '{ |
|
904 | $ hg log --graph --template '{rev} {files}' | |
905 |
o |
|
905 | o 4 bar.whole | |
906 | | |
|
906 | | | |
907 |
o |
|
907 | o 3 | |
908 | | |
|
908 | | | |
909 |
| @ |
|
909 | | @ 2 bar.whole | |
910 | | | |
|
910 | | | | |
911 |
| x |
|
911 | | x 1 foo.whole | |
912 | |/ |
|
912 | |/ | |
913 |
o |
|
913 | o 0 foo.whole | |
914 |
|
914 | |||
915 |
|
915 | |||
916 | $ cd .. |
|
916 | $ cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now