log mercurial/bookmarks.py @ 18035:5881d5b7552f

age author description
Mon, 08 Oct 2012 17:26:23 +0200 Pierre-Yves David clfilter: `bookmark.validdest` should run on unfiltered repo
Wed, 07 Nov 2012 16:21:39 -0600 Augie Fackler bookmarks: introduce a bmstore to manage bookmark persistence
Wed, 24 Oct 2012 18:11:17 +0200 Pierre-Yves David bookmark: remove useless line in `validdest`
Wed, 24 Oct 2012 17:55:21 +0200 Pierre-Yves David bookmark: issue a single call to `allsuccessors` per loop
Wed, 24 Oct 2012 17:26:40 +0200 Pierre-Yves David bookmark: simplify mutability check in `validdest`
Fri, 26 Oct 2012 09:29:50 +0200 Thomas Arendsen Hein bookmark: simplify nodemap check introduced in the previous changeset stable
Thu, 25 Oct 2012 23:43:52 +0200 Pierre-Yves David bookmark: prevent crashing when a successor is unknown locally (issue3680) stable
Tue, 16 Oct 2012 15:49:58 +0200 Pierre-Yves David obsolete: have `allsuccessors` takes a list of nodes
Fri, 19 Oct 2012 00:30:11 +0200 Pierre-Yves David obsolete: rename `anysuccessors` into `allsuccessors`
Wed, 17 Oct 2012 17:23:39 -0500 Kevin Bullock bookmarks: use scmutil.checknewlabel
Wed, 17 Oct 2012 16:32:43 -0500 Kevin Bullock bookmarks: disallow bookmarks named 'tip', '.', or 'null'
Wed, 17 Oct 2012 17:03:01 -0500 Kevin Bullock bookmarks: abort directly on invalid name
Mon, 15 Oct 2012 23:54:54 -0400 David M. Carr bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
Wed, 10 Oct 2012 01:29:56 +0200 Mads Kiilerich spelling: fix minor spell checker issues
Sat, 22 Sep 2012 14:53:50 +0900 FUJIWARA Katsunori bookmarks: rename arguments/variables for source code readability