comparison tests/test-obsolete.t @ 18617:227479f61db9 stable

outgoing: fix possible filtering crash in outgoing (issue3814) If there is no outgoiing changesets but we have filtered revision in outgoing.excluded We run into a filtering related crash. The excluded revision should not be there in the first place but discovery need cleanup in default, not stable.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sat, 09 Feb 2013 17:54:01 +0000
parents cd403d6d96ef
children 43ffd0279876 f6f35d646cb5
comparison
equal deleted inserted replaced
18580:9a06aab5981b 18617:227479f61db9
863 [1] 863 [1]
864 864
865 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS 865 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
866 866
867 #endif 867 #endif
868
869 This test issue 3814
870
871 (nothing to push but locally hidden changeset)
872
873 $ cd ..
874 $ hg init repo-issue3814
875 $ cd repo-issue3805
876 $ hg push -r 3816541e5485 ../repo-issue3814
877 pushing to ../repo-issue3814
878 searching for changes
879 adding changesets
880 adding manifests
881 adding file changes
882 added 1 changesets with 1 changes to 1 files
883 $ hg out ../repo-issue3814
884 comparing with ../repo-issue3814
885 searching for changes
886 no changes found
887 [1]
888
889