log mercurial/discovery.py @ 29440:009cc6c89d0f

age author description
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'
Mon, 05 Oct 2015 22:29:57 -0700 Pierre-Yves David discovery: rename 'error' to 'errormsg'
Sat, 08 Aug 2015 19:07:11 -0700 Gregory Szorc discovery: use absolute_import
Mon, 13 Apr 2015 09:54:36 -0400 Michael O'Connor discovery: don't compute allfuturecommon when it won't be used
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Thu, 14 Aug 2014 16:26:41 -0700 Pierre-Yves David discovery: prevent crash on unknown remote heads with old repo (issue4337) stable
Sat, 08 Mar 2014 19:02:39 +1100 Stephen Lee discovery: if a push would create a new head, mention the bookmark name if any
Thu, 24 Apr 2014 16:47:22 +0200 Mads Kiilerich discovery: don't report all "unsynced" remote heads (issue4230) stable
Fri, 07 Feb 2014 17:24:12 +0100 Mads Kiilerich discovery: make "note: unsynced remote changes!" less serious than a warning
Thu, 06 Feb 2014 02:19:38 +0100 Mads Kiilerich discovery: improve "note: unsynced remote changes!" warning
Sun, 09 Feb 2014 17:31:26 -0600 Matt Mackall push: backout 2bc520bd0ce0 due to test failures
Thu, 06 Feb 2014 02:19:38 +0100 Mads Kiilerich discovery: improve "note: unsynced remote changes!" warning
Thu, 06 Feb 2014 02:17:48 +0100 Mads Kiilerich discovery: cleanup of variable names and comments
Fri, 15 Nov 2013 23:28:43 -0500 Pierre-Yves David discovery: stop using nodemap for membership testing
Mon, 11 Nov 2013 21:16:54 +1100 Stephen Lee bookmarks: allow push -B to create a new remote head (issue2372)
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich discovery: make note messages for new heads more readable
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich discovery: tweak error message for multiple branch heads
Thu, 03 Oct 2013 23:16:07 +0900 FUJIWARA Katsunori discovery: revise hint message introduced by changeset b00ba31313c3
Thu, 03 Oct 2013 23:16:06 +0900 FUJIWARA Katsunori push: hide description about "-f" in the hint to prevent from using it easily
Tue, 01 Oct 2013 00:26:22 +0900 FUJIWARA Katsunori discovery: abort also when pushing multiple headed new branch
Sun, 13 Jan 2013 01:39:16 -0600 Kevin Bullock filtering: rename filters to their antonyms
Tue, 15 Jan 2013 02:59:12 +0100 Mads Kiilerich discovery: process heads in sorted order