log mercurial/obsolete.py @ 26264:ac4ed8d6ec50

age author description
Tue, 15 Sep 2015 13:10:25 -0700 Pierre-Yves David obsolete: drop an empty line at the end of a docstring
Tue, 08 Sep 2015 20:44:18 -0400 timeless obsolete: improve English of successorssets
Thu, 25 Jun 2015 22:19:49 -0700 Siddharth Agarwal obsolete: replace references to 'sopener' with 'svfs'
Mon, 01 Jun 2015 14:16:52 -0400 Jordi GutiƩrrez Hermoso phases: add `hg help phases` hint to failures to edit public commits
Mon, 01 Jun 2015 18:05:38 +0000 Jordi GutiƩrrez Hermoso phases: rewrite "immutable changeset" to "public changeset"
Mon, 18 May 2015 23:43:36 -0500 Pierre-Yves David util: drop the 'unpacker' helper
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Sun, 10 May 2015 06:48:08 -0700 Pierre-Yves David obsolete: sort obsmarkers during exchange
Tue, 28 Apr 2015 16:51:23 -0700 Laurent Charignon obsolete: speed up unstable computation
Fri, 24 Apr 2015 14:46:30 -0700 Laurent Charignon obsolete: speed up computation of bumped revset
Thu, 19 Mar 2015 13:00:44 -0700 Pierre-Yves David obsolete: avoid infinite loop from obs-cycle in divergence (issue4126)
Thu, 12 Mar 2015 23:05:25 -0400 Matt Harbison obsolete: replace 'ctx._repo' with 'ctx.repo()'
Sat, 31 Jan 2015 12:54:35 -0500 Matt Harbison obsolete: drop the explicit seek to EOF after append mode open()
Wed, 04 Feb 2015 22:25:35 -0800 Martin von Zweigbergk obsolete: populate successors, precursors, children lazily
Wed, 04 Feb 2015 22:40:48 -0800 Martin von Zweigbergk obsolete: pass only new markers to _checkinvalidmarkers()
Tue, 20 Jan 2015 22:01:37 -0800 Martin von Zweigbergk obsolete: extract helpers from _load()
Tue, 27 Jan 2015 09:22:59 -0500 Martin von Zweigbergk _fm1readmarkers: generate list in C
Tue, 20 Jan 2015 13:38:07 -0500 Augie Fackler obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win
Tue, 20 Jan 2015 09:38:22 -0500 Augie Fackler obsolete: make optional offset parameter to fm*readmarkers required
Fri, 30 Jan 2015 18:49:33 +0000 Pierre-Yves David obsstore: make the invalid markers check wrap-able stable
Sun, 11 Jan 2015 16:46:13 -0600 Matt Mackall readmarkers: add a SHA256 fixme note
Sun, 11 Jan 2015 16:37:57 -0600 Matt Mackall readmarkers: fast-path single successors and parents
Sun, 11 Jan 2015 15:35:09 -0600 Matt Mackall readmarkers: promote global constants to locals for performance
Sun, 11 Jan 2015 14:52:57 -0600 Matt Mackall readmarkers: drop a temporary
Sun, 11 Jan 2015 14:51:49 -0600 Matt Mackall readmarkers: read node reading into node length conditional
Sun, 11 Jan 2015 14:46:55 -0600 Matt Mackall readmarkers: drop a temporary
Sun, 11 Jan 2015 14:44:57 -0600 Matt Mackall readmarkers: hoist subtraction out of loop comparison
Sun, 11 Jan 2015 14:43:31 -0600 Matt Mackall readmarkers: streamline offset tracking
Sun, 11 Jan 2015 14:37:50 -0600 Matt Mackall readmarkers: use unpacker for fixed header
Sun, 11 Jan 2015 14:35:03 -0600 Matt Mackall readmarkers: drop metadata temporary