##// END OF EJS Templates
test-largefiles: fix failing test on Windows...
Adrian Buehlmann -
r17843:66a613b5 stable
parent child Browse files
Show More
@@ -1663,7 +1663,7 b' check messages when there is no files to'
1663
1663
1664 $ hg -q clone src clone2
1664 $ hg -q clone src clone2
1665 $ hg -R clone2 paths | grep default
1665 $ hg -R clone2 paths | grep default
1666 default = $TESTTMP/issue3651/src
1666 default = $TESTTMP/issue3651/src (glob)
1667
1667
1668 $ hg -R clone2 summary --large
1668 $ hg -R clone2 summary --large
1669 parent: 0:fc0bd45326d3 tip
1669 parent: 0:fc0bd45326d3 tip
@@ -1674,7 +1674,7 b' check messages when there is no files to'
1674 searching for changes
1674 searching for changes
1675 largefiles: (no files to upload)
1675 largefiles: (no files to upload)
1676 $ hg -R clone2 outgoing --large
1676 $ hg -R clone2 outgoing --large
1677 comparing with $TESTTMP/issue3651/src
1677 comparing with $TESTTMP/issue3651/src (glob)
1678 searching for changes
1678 searching for changes
1679 no changes found
1679 no changes found
1680 searching for changes
1680 searching for changes
@@ -1697,7 +1697,7 b' check messages when there are files to u'
1697 searching for changes
1697 searching for changes
1698 largefiles: 1 to upload
1698 largefiles: 1 to upload
1699 $ hg -R clone2 outgoing --large
1699 $ hg -R clone2 outgoing --large
1700 comparing with $TESTTMP/issue3651/src
1700 comparing with $TESTTMP/issue3651/src (glob)
1701 searching for changes
1701 searching for changes
1702 changeset: 1:1acbe71ce432
1702 changeset: 1:1acbe71ce432
1703 tag: tip
1703 tag: tip
General Comments 0
You need to be logged in to leave comments. Login now