Commit Graph

109 Commits

Author SHA1 Message Date
Benoit Boissinot
afac0ba765 discovery: do not use the implicit updating of the "base" arg 2010-10-09 17:16:39 -05:00
Benoit Boissinot
31e709145d discovery: remove duplication for new remote head discovery 2010-07-15 21:44:51 +02:00
Benoit Boissinot
ed9ce23624 discovery: better coding style 2010-07-15 21:21:19 +02:00
Benoit Boissinot
796c9e7718 discovery: simplify findoutgoing(), the updated_head stuff wasn't used 2010-07-15 21:20:32 +02:00
Benoit Boissinot
a13fa80461 Abort: add a hint argument, printed in the next line inside parenthesis
discovery was using a custom made message for this purpose
push now returns -1 after aborting, instead of 1 previously
2010-07-15 14:41:22 +02:00
Benoit Boissinot
52fefe2806 discovery: clarify comment 2010-07-15 14:40:17 +02:00
Martin Geisler
c890ed545b discovery: use stable sort order in --new-branch warning
A Python set seems to do this already when you iterate over it, but
this should be considered an implementation detail and not something
we can rely on.

This also gets rid of an unnecessary string conversion -- the set
already contains strings.
2010-06-22 12:38:39 +02:00
Dirkjan Ochtman
87509d8b7e discovery: fix description line 2010-06-09 17:27:47 +02:00
Dirkjan Ochtman
cf1de649bd move discovery methods from localrepo into new discovery module 2010-06-07 18:35:54 +02:00