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