log mercurial/phases.py @ 42760:9f2189b6bf2a

age author description
Fri, 09 Nov 2018 23:19:53 -0500 Matt Harbison phases: add a list of names usable by the phase command
Wed, 17 Oct 2018 14:47:01 +0200 Boris Feld phase: add an archived phase stable
Tue, 29 May 2018 18:13:19 +0200 Boris Feld phases: enforce internal phase support
Sat, 25 Aug 2018 01:19:48 +0200 Boris Feld phases: add an internal phases
Sat, 25 Aug 2018 11:20:13 +0200 Boris Feld phases: simplify revset in updatephases
Thu, 23 Aug 2018 01:48:39 +0200 Boris Feld phase: use `_phase` revset instead of string interpolation
Tue, 05 Jun 2018 20:47:52 +0200 Boris Feld phase: explicitly exclude secret phase and above
Tue, 05 Jun 2018 18:16:07 +0200 Boris Feld phase: use `trackedphases` in `_getphaserevsnative`
Fri, 24 Aug 2018 12:55:05 -0700 Martin von Zweigbergk merge with stable
Sat, 18 Aug 2018 10:24:57 +0200 Boris Feld phases: drop dead code in `newheads` stable
Sat, 18 Aug 2018 10:24:16 +0200 Boris Feld phases: fix `nullid` reference in newheads stable
Fri, 17 Aug 2018 16:11:35 -0700 Gregory Szorc merge with stable
Fri, 17 Aug 2018 20:35:52 +0200 Boris Feld remotephase: avoid full changelog iteration (issue5964) stable
Fri, 17 Aug 2018 16:00:32 -0700 Boris Feld remotephase: fast path newheads computation in simple case (issue5964) stable
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()