##// END OF EJS Templates
tests: append glob to filename output when required (windows)...
Simon Heimberg -
r18679:f6f35d64 stable
parent child Browse files
Show More
@@ -816,7 +816,7 b' This test issue 3805'
816 summary: A
816 summary: A
817
817
818 $ hg incoming
818 $ hg incoming
819 comparing with $TESTTMP/tmpe/repo-issue3805
819 comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
820 searching for changes
820 searching for changes
821 changeset: 2:3816541e5485
821 changeset: 2:3816541e5485
822 tag: tip
822 tag: tip
@@ -826,7 +826,7 b' This test issue 3805'
826 summary: A
826 summary: A
827
827
828 $ hg incoming --bundle ../issue3805.hg
828 $ hg incoming --bundle ../issue3805.hg
829 comparing with $TESTTMP/tmpe/repo-issue3805
829 comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
830 searching for changes
830 searching for changes
831 changeset: 2:3816541e5485
831 changeset: 2:3816541e5485
832 tag: tip
832 tag: tip
@@ -836,7 +836,7 b' This test issue 3805'
836 summary: A
836 summary: A
837
837
838 $ hg outgoing
838 $ hg outgoing
839 comparing with $TESTTMP/tmpe/repo-issue3805
839 comparing with $TESTTMP/tmpe/repo-issue3805 (glob)
840 searching for changes
840 searching for changes
841 no changes found
841 no changes found
842 [1]
842 [1]
General Comments 0
You need to be logged in to leave comments. Login now