comparison tests/test-obsolete.t @ 18679:f6f35d646cb5 stable

tests: append glob to filename output when required (windows) This lines were introduced in cd403d6d96ef and made the test fail on windows.
author Simon Heimberg <simohe@besonet.ch>
date Wed, 13 Feb 2013 12:35:57 +0100
parents 227479f61db9
children c161e4cf77d4
comparison
equal deleted inserted replaced
18657:d4a79e075303 18679:f6f35d646cb5
814 user: test 814 user: test
815 date: Thu Jan 01 00:00:00 1970 +0000 815 date: Thu Jan 01 00:00:00 1970 +0000
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
823 parent: -1:000000000000 823 parent: -1:000000000000
824 user: test 824 user: test
825 date: Thu Jan 01 00:00:00 1970 +0000 825 date: Thu Jan 01 00:00:00 1970 +0000
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
833 parent: -1:000000000000 833 parent: -1:000000000000
834 user: test 834 user: test
835 date: Thu Jan 01 00:00:00 1970 +0000 835 date: Thu Jan 01 00:00:00 1970 +0000
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]
843 843
844 #if serve 844 #if serve