Show More
@@ -75,7 +75,7 b' mv/rm/add/modif/changethreshold' | |||
|
75 | 75 | $ hg status -C |
|
76 | 76 | A b.txt |
|
77 | 77 | R a.txt |
|
78 |
$ hg commit --config automv.similarity='0 |
|
|
78 | $ hg commit --config automv.similarity='60' -m 'msg' | |
|
79 | 79 | detected move of 1 files |
|
80 | 80 | created new head |
|
81 | 81 | $ hg status --change . -C |
@@ -227,7 +227,7 b' mv/rm/add/modif/changethreshold' | |||
|
227 | 227 | $ hg status -C |
|
228 | 228 | A b.txt |
|
229 | 229 | R a.txt |
|
230 |
$ hg commit --amend --config automv.similarity='0 |
|
|
230 | $ hg commit --amend --config automv.similarity='60' -m 'amended' | |
|
231 | 231 | detected move of 1 files |
|
232 | 232 | saved backup bundle to $TESTTMP/repo/.hg/strip-backup/*-amend-backup.hg (glob) |
|
233 | 233 | $ hg status --change . -C |
General Comments 0
You need to be logged in to leave comments.
Login now