Skip to content
Snippets Groups Projects
Commit 19e1c262 authored by Danny Hooper's avatar Danny Hooper
Browse files

cleanup: use revision numbers instead of hashes in test output

This allows changes to the hashes produced by fix to not needlessly modify this
area of the test.

Differential Revision: https://phab.mercurial-scm.org/D5244
parent b93157f6
No related branches found
No related tags found
No related merge requests found
...@@ -893,6 +893,6 @@ ...@@ -893,6 +893,6 @@
$ printf "BAR\n" > bar.whole $ printf "BAR\n" > bar.whole
$ hg commit -Aqm "add bar" $ hg commit -Aqm "add bar"
$ hg log --graph --template '{node|shortest} {files}' $ hg log --graph --template '{rev} {files}'
@ bc05 bar.whole @ 2 bar.whole
| |
...@@ -898,3 +898,3 @@ ...@@ -898,3 +898,3 @@
| |
o 4fd2 foo.whole o 1 foo.whole
| |
...@@ -900,4 +900,4 @@ ...@@ -900,4 +900,4 @@
| |
o f9ac foo.whole o 0 foo.whole
$ hg fix -r 0:2 $ hg fix -r 0:2
...@@ -902,5 +902,5 @@ ...@@ -902,5 +902,5 @@
$ hg fix -r 0:2 $ hg fix -r 0:2
$ hg log --graph --template '{node|shortest} {files}' $ hg log --graph --template '{rev} {files}'
o b4e2 bar.whole o 4 bar.whole
| |
...@@ -906,3 +906,3 @@ ...@@ -906,3 +906,3 @@
| |
o 59f4 o 3
| |
...@@ -908,3 +908,3 @@ ...@@ -908,3 +908,3 @@
| |
| @ bc05 bar.whole | @ 2 bar.whole
| | | |
...@@ -910,3 +910,3 @@ ...@@ -910,3 +910,3 @@
| | | |
| x 4fd2 foo.whole | x 1 foo.whole
|/ |/
...@@ -912,5 +912,5 @@ ...@@ -912,5 +912,5 @@
|/ |/
o f9ac foo.whole o 0 foo.whole
$ cd .. $ cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment