log mercurial/discovery.py @ 30625:bcf4a975f93d

age author description
Tue, 20 Sep 2016 23:47:30 +0000 timeless discovery: use single quotes in use warning
Tue, 06 Sep 2016 09:43:25 -0700 Ryan McElroy discovery: explicitly check for None in outgoing init
Tue, 09 Aug 2016 22:31:38 +0200 Pierre-Yves David outgoing: add a 'missingroots' argument
Tue, 09 Aug 2016 15:55:44 +0200 Pierre-Yves David outgoing: adds some default value for argument
Tue, 09 Aug 2016 15:26:53 +0200 Pierre-Yves David outgoing: pass a repo object to the constructor
Wed, 03 Aug 2016 22:07:52 -0700 Gregory Szorc discovery: move code to create outgoing from roots and heads
Tue, 24 May 2016 23:36:27 +0200 liscju bookmarks: allow pushing active bookmark on new remote head (issue5236) stable
Tue, 10 Nov 2015 11:16:25 -0800 Ryan McElroy discovery: pass pushop to _nowarnheads
Tue, 10 Nov 2015 11:13:21 -0800 Ryan McElroy exchange: pass pushop to discovery.checkheads
Fri, 06 Nov 2015 09:48:24 -0800 Ryan McElroy discovery: factor out calculation of heads to not warn about
Wed, 21 Oct 2015 16:21:27 -0500 Matt Mackall bookmarks: don't allow pushing new head for existing mark with -B (issue4400) stable
Mon, 12 Oct 2015 00:45:24 -0700 Pierre-Yves David discovery: put trivial branch first
Fri, 09 Oct 2015 15:44:00 -0700 Pierre-Yves David discovery: reference relevant bug in the faulty code
Fri, 09 Oct 2015 15:37:05 -0700 Pierre-Yves David discovery: fix a typo in a comment
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'