hgext3rd/evolve/cmdrewrite.py
Fri, 03 Apr 2020 19:10:29 +0200 Pierre-Yves David branching: merge stable in default
Sun, 26 Jan 2020 20:52:25 +0700 Anton Shestakov uncommit: use repo.setparents() instead of repo.dirstate.setparents() draft stable
Sun, 26 Jan 2020 20:57:20 +0700 Anton Shestakov touch: use repo.setparents() instead of repo.dirstate.setparents() draft stable
Sun, 26 Jan 2020 20:57:39 +0700 Anton Shestakov evolve: use repo.setparents() instead of repo.dirstate.setparents() draft stable
Wed, 04 Dec 2019 21:06:39 +0530 Sushil khanchi metaedit: use pre-checking before rewriting csets draft
Fri, 27 Mar 2020 17:37:03 +0700 Anton Shestakov touch: make __touch-noise__ extra field be bytes stable
Tue, 10 Mar 2020 19:05:08 +0700 Anton Shestakov compat: update hg-X.Y compat comments and test them
Sat, 07 Mar 2020 02:03:28 +0700 Anton Shestakov evolve: drop 4.5 compatibility with `patch.extract` API
Wed, 04 Mar 2020 16:30:19 +0100 Pierre-Yves David compat: drop 4.5 compatibility layer for log utility
Tue, 10 Mar 2020 11:06:37 +0100 Pierre-Yves David compat: directly use status attribute instead of the compat layer
Tue, 10 Mar 2020 11:07:34 +0100 Pierre-Yves David compat: directly use function from dateutil
Tue, 04 Feb 2020 16:22:40 -0800 Martin von Zweigbergk touch: allow divergence with -A even if allowdivergence=no
Tue, 04 Feb 2020 16:22:40 -0800 Martin von Zweigbergk touch: allow divergence with -A even if allowdivergence=no
Sat, 15 Feb 2020 16:52:56 +0800 Anton Shestakov prune: actually track folds using fold-* metadata in obsmarkers
Tue, 04 Feb 2020 13:00:05 -0800 Martin von Zweigbergk metaedit: replace a compat condition with a less specific proxy
Tue, 04 Feb 2020 12:46:55 -0800 Martin von Zweigbergk fold: replace a compat condition with a less specific proxy
Sat, 11 Jan 2020 19:53:11 +0700 Anton Shestakov metaedit: actually track folds using fold-* metadata in obsmarkers
Sat, 11 Jan 2020 19:52:56 +0700 Anton Shestakov fold: actually track folds using fold-* metadata in obsmarkers
Sat, 01 Feb 2020 12:50:10 +0100 Pierre-Yves David branching
Tue, 28 Jan 2020 20:12:04 +0700 Anton Shestakov compat: add a context manager that calls _quick_access_changeid_invalidate() stable
Fri, 15 Nov 2019 08:14:06 -0800 Martin von Zweigbergk cmdrewrite: avoid accessing scmutil.status fields by index stable
Wed, 01 Jan 2020 21:36:21 +0530 Sushil khanchi evolve: rename a function to make it explicit
Wed, 15 Jan 2020 15:28:44 +0700 Anton Shestakov compat: also import datestr from dateutil
Tue, 07 Jan 2020 16:30:18 +0700 Anton Shestakov compat: drop isobsnotesupported() that checks if storing notes is supported
Wed, 06 Nov 2019 18:15:00 +0530 Sushil khanchi evolve: extract logic of pre-checking divergence risk to its own function
Thu, 19 Dec 2019 22:31:13 -0800 Martin von Zweigbergk cleanup: replace .parents()[0] by .p1()
Tue, 10 Dec 2019 20:47:13 +0100 Pierre-Yves David branching: merge with stable
Sun, 29 Sep 2019 11:47:18 +0530 Sushil khanchi amend: abort if both --patch and --extract are used stable
Mon, 18 Nov 2019 13:04:56 +0100 Pierre-Yves David branching: merge with stable
Wed, 13 Nov 2019 13:43:46 +0700 Anton Shestakov compat: compatibility for pathuril.dirs vs util.dirs stable
Fri, 15 Nov 2019 08:14:06 -0800 Martin von Zweigbergk cmdrewrite: avoid accessing scmutil.status fields by index
Wed, 13 Nov 2019 13:43:46 +0700 Anton Shestakov compat: compatibility for pathuril.dirs vs util.dirs
Thu, 07 Nov 2019 10:29:03 +0100 Pierre-Yves David branching: merge with stable
Fri, 01 Nov 2019 17:54:09 +0700 Anton Shestakov evolve: use more often seen metavariables in command synopsis strings stable
Wed, 23 Oct 2019 01:14:42 +0200 Pierre-Yves David branching: merge with stable
Sun, 06 Oct 2019 02:30:12 -0400 Rodrigo Damazio help: categorizing evolve and topic commands
Wed, 09 Oct 2019 21:22:03 +0700 Anton Shestakov metaedit: don't change commit date by default (issue5994) stable
Mon, 07 Oct 2019 14:38:56 +0700 Anton Shestakov pick: don't create any successors when there were no changes (issue6093) stable
Tue, 24 Sep 2019 12:42:27 +0200 Pierre-Yves David branching: merge stable into default
Fri, 19 Jul 2019 16:26:48 +0200 Raphaël Gomès docs: add example for the `prune` command stable
Tue, 10 Sep 2019 15:43:20 +0700 Anton Shestakov rewriteutil: move allowdivergence check to foldcheck() stable
Tue, 10 Sep 2019 07:38:46 +0200 Pierre-Yves David branching: merge with stable
Sat, 07 Sep 2019 13:03:29 +0700 Anton Shestakov fold: check allowdivergence before folding obsolete changesets (issue5817) stable
Tue, 06 Aug 2019 15:06:38 +0200 Raphaël Gomès python3: use format-source to run byteify-strings in .py files
Tue, 06 Aug 2019 11:26:29 +0200 Raphaël Gomès python3: add raw prefix in cases harder to analyze at the token level
Tue, 06 Aug 2019 00:16:05 +0200 Taapas Agrawal pick: added support for hg abort
Tue, 06 Aug 2019 00:16:01 +0200 Taapas Agrawal pick: factor our the abort function
Fri, 02 Aug 2019 13:00:11 -0700 Kyle Lippincott prune: adjust 'nothing to prune' to imply user needs to specify revs to prune
Mon, 29 Jul 2019 13:54:57 +0200 Pierre-Yves David branching: merge stable into default
Thu, 25 Jul 2019 09:59:41 -0700 Kyle Lippincott prune: fix small grammatical issues in help text stable
Fri, 19 Jul 2019 17:25:29 +0800 Anton Shestakov prune: spell --successor flag without any unnecessary shortcuts stable
Fri, 12 Jul 2019 10:26:41 -0700 Martin von Zweigbergk py3: convert exceptions to bytes using pycompat.bytestr()
Thu, 11 Jul 2019 16:00:25 -0700 Martin von Zweigbergk py3: use "%d" for formatting integers
Fri, 12 Jul 2019 17:02:35 -0700 Martin von Zweigbergk py3: convert str to bytes before passing to core exception
Wed, 17 Jul 2019 11:03:09 -0700 Martin von Zweigbergk py3: convert opts keys to bytes before passing to core APIs
Thu, 11 Jul 2019 14:46:17 -0700 Martin von Zweigbergk py3: replace str(ctx) by bytes(ctx)
Fri, 12 Jul 2019 23:00:11 -0700 Martin von Zweigbergk cleanup: remove check only needed for hg versions before 4.4
Fri, 12 Jul 2019 08:20:24 -0700 Martin von Zweigbergk split: remove an unnecessary (and confusingly typed) fallback revision
Wed, 17 Jul 2019 18:06:14 +0200 Pierre-Yves David branching: merge with stable
Wed, 17 Jul 2019 17:58:44 +0200 Sushil khanchi touch: fix the inconsistent behavior of divergence catching logic (issue6107) stable
less more (0) -100 -60 tip