##// END OF EJS Templates
tests: stop over-specifying tempfile name...
Augie Fackler -
r37007:ccc2d5f1 default
parent child Browse files
Show More
@@ -217,6 +217,7 b' test-merge-revert.t'
217 test-merge-revert2.t
217 test-merge-revert2.t
218 test-merge-subrepos.t
218 test-merge-subrepos.t
219 test-merge-symlinks.t
219 test-merge-symlinks.t
220 test-merge-tools.t
220 test-merge-types.t
221 test-merge-types.t
221 test-merge1.t
222 test-merge1.t
222 test-merge10.t
223 test-merge10.t
@@ -1558,7 +1558,7 b' Verify naming of temporary files and tha'
1558 $ hg update -q -C 2
1558 $ hg update -q -C 2
1559 $ hg merge -y -r tip --tool echo --config merge-tools.echo.args='$base $local $other $output'
1559 $ hg merge -y -r tip --tool echo --config merge-tools.echo.args='$base $local $other $output'
1560 merging f and f.txt to f.txt
1560 merging f and f.txt to f.txt
1561 */f~base.?????? $TESTTMP/f.txt.orig */f~other.??????.txt $TESTTMP/f.txt (glob)
1561 */f~base.* $TESTTMP/f.txt.orig */f~other.*.txt $TESTTMP/f.txt (glob)
1562 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
1562 0 files updated, 1 files merged, 0 files removed, 0 files unresolved
1563 (branch merge, don't forget to commit)
1563 (branch merge, don't forget to commit)
1564
1564
General Comments 0
You need to be logged in to leave comments. Login now