log mercurial/obsolete.py @ 21770:15d434bee41c

age author description
Sat, 19 Apr 2014 20:12:53 +0200 Martin Geisler obsolete: fix one-element tuple in module docstring stable
Sat, 19 Apr 2014 19:53:46 +0200 Martin Geisler obsolete: let N denote number of obsoleted changestes in a marker stable
Sat, 19 Apr 2014 19:52:09 +0200 Martin Geisler obsolete: fix language and grammar in module docstring stable
Wed, 16 Apr 2014 03:05:00 +0900 FUJIWARA Katsunori obsolete: add '%' specifier to the format string to avoid TypeError at runtime
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Thu, 27 Feb 2014 20:01:28 -0800 Pierre-Yves David obsolete: extract encoding of marker for pushkey from the list key function
Tue, 25 Feb 2014 10:32:54 -0800 Pierre-Yves David obsstore: add a __len__ method
Tue, 25 Feb 2014 10:21:54 -0800 Pierre-Yves David obsstore: `create` method return True if a marker is actually added
Thu, 20 Feb 2014 02:39:01 +0100 Mads Kiilerich comments: fix minor spelling issues found with spell checker
Thu, 13 Feb 2014 17:34:09 -0800 Pierre-Yves David createmarkers: allow to pass metadata for a marker only
Thu, 13 Feb 2014 17:33:45 -0800 Pierre-Yves David obsstore: update create docstring to point to the coder friendly function
Thu, 30 Jan 2014 17:38:41 -0800 Pierre-Yves David pull: move obsolescence marker exchange in the exchange module
Thu, 30 Jan 2014 17:54:47 -0800 Pierre-Yves David push: move obsolescence marker exchange in the exchange module
Wed, 15 Jan 2014 18:14:12 -0600 Sean Farley obsolete: clarify documentation for succcessorssets
Mon, 23 Dec 2013 15:29:51 -0800 Pierre-Yves David obsolete: order of magnitude speedup in _computebumpedset
Mon, 23 Dec 2013 13:36:13 -0800 Pierre-Yves David obsolete: add an allprecursors method mirroring allsuccessors one.
Mon, 23 Dec 2013 13:33:21 -0800 Pierre-Yves David obsolete: improve allsuccessors doc string
Mon, 23 Dec 2013 13:32:03 -0800 Pierre-Yves David obsolete: fix bad comment
Sat, 16 Nov 2013 20:12:02 -0500 Augie Fackler obsolete: add __eq__ and __hash__ to marker to make set() deduplication work
Sat, 16 Nov 2013 20:31:58 -0500 Pierre-Yves David obsolete: do not accept duplicated marker during exchange
Sat, 16 Nov 2013 20:34:58 -0500 Pierre-Yves David obsolete: stop doing membership test on list stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Thu, 15 Aug 2013 21:36:53 -0400 Augie Fackler Backed out changeset 77d434760857
Sun, 04 Aug 2013 13:43:39 +0200 Dan Villiom Podlaski Christiansen obsolete: allow passing a revision to successorssets()
Fri, 26 Jul 2013 15:59:16 -0400 Augie Fackler obsolete: clean up a couple of docstrings for correctness
Wed, 17 Apr 2013 11:47:49 +0200 Pierre-Yves David obsolete: extract obsolescence marker pulling into a dedicated function
Wed, 17 Apr 2013 11:18:36 +0200 Pierre-Yves David obsolete: extract obsolescence marker pushing into a dedicated function
Tue, 16 Apr 2013 15:16:33 +0200 Pierre-Yves David obsolete: extract foreground computation from bookmark.validdest
Mon, 11 Feb 2013 11:20:12 +0100 Pierre-Yves David obsolete: ensure all markers have a date
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich spelling: fix some minor issues found by spell checker