hgext3rd/evolve/cmdrewrite.py
Sat, 13 Jul 2019 18:22:34 +0800 Anton Shestakov metaedit: allow operations on merge commits with some conditions
Thu, 11 Jul 2019 18:07:03 +0800 Anton Shestakov fold: allow operations on merge commits with some conditions
Wed, 10 Jul 2019 18:16:38 +0800 Anton Shestakov touch: make sure merge commits include files from p1 and p2
Tue, 09 Jul 2019 10:56:42 -0700 Martin von Zweigbergk py3: use byte strings for @command registrations
Wed, 03 Jul 2019 11:13:47 -0700 Martin von Zweigbergk py3: switch from iteritems() to items()
Fri, 14 Jun 2019 22:46:58 +0530 Sushil khanchi touch: let's not use util.acceptintervention() as it's not required
Thu, 04 Jul 2019 16:55:57 +0200 Pierre-Yves David branching: merge with stable
Mon, 01 Jul 2019 19:15:57 +0530 Sushil khanchi evolve: fix the inconsistent behaviour of prune (issue6137) stable
Sat, 29 Jun 2019 18:21:57 +0800 Anton Shestakov prune: update to the successor of wdir also with --pair/--biject (issue6142) stable
Fri, 14 Jun 2019 18:26:24 +0800 Anton Shestakov pick: actually delete pickstate if --abort is given stable
Fri, 07 Jun 2019 18:14:48 +0800 Anton Shestakov pick: remove transaction on the whole command (issue6037) stable
Sat, 08 Jun 2019 16:57:34 +0800 Anton Shestakov pick: reduce configoverride() scope
Thu, 09 May 2019 09:42:51 -0700 Martin von Zweigbergk cmdrewrite: use context manager for some locks and transactions
Mon, 13 May 2019 18:47:58 +0530 Sushil khanchi touch: use util.acceptintervention() for closing the transaction
Mon, 13 May 2019 18:45:00 +0530 Sushil khanchi touch: use context manager for locks
Mon, 13 May 2019 18:39:43 +0530 Sushil khanchi touch: extract the logic of touching rev's to its own function
Thu, 25 Apr 2019 15:14:21 -0700 Martin von Zweigbergk messages: standardize on "working copy is now at" including "is"
Tue, 02 Apr 2019 22:42:01 -0400 Matt Harbison uncommit: abort if an explicitly given file cannot be uncommitted (BC)
Wed, 10 Apr 2019 23:19:29 +0530 Sushil khanchi evolve: compat patch for recordfilter change in mercurial
Wed, 10 Apr 2019 16:59:58 +0200 Pierre-Yves David branching: merge with stable
Sat, 23 Feb 2019 15:17:55 +0100 Manuel Jacob pick: update working dir branch (issue6089) stable
Tue, 02 Apr 2019 20:32:15 +0200 Pierre-Yves David branching: merge with stable
Wed, 13 Feb 2019 21:39:10 +0800 Anton Shestakov evolve: unindent some lines caught by flake8 stable
Tue, 26 Mar 2019 11:23:09 +0100 Pierre-Yves David branching: merge with stable
Mon, 25 Mar 2019 15:45:11 -0700 Martin von Zweigbergk touch: use action "touch", not "<function touch at ...>", in precheck stable
Mon, 25 Mar 2019 15:44:44 -0700 Martin von Zweigbergk prune: use action "prune", not "touch", in precheck stable
Thu, 07 Mar 2019 10:51:48 +0100 Pierre-Yves David branching: merge with stable
Tue, 05 Mar 2019 20:07:23 +0530 Sushil khanchi split: use ui.configoverride to preserve phase while commiting stable
Sun, 03 Mar 2019 16:29:32 +0100 Pierre-Yves David branching: merge with stable
Sat, 02 Mar 2019 01:43:14 +0530 Sushil khanchi split: make sure hg split preserve the phase of splitting cset (issue6048) stable
Wed, 13 Feb 2019 21:39:10 +0800 Anton Shestakov evolve: unindent some lines caught by flake8
Sun, 03 Feb 2019 17:03:02 +0530 Sangeet Kumar Mishra pick: add --tool for hg pick to specify mergetool
Tue, 22 Jan 2019 10:17:58 -0800 Martin von Zweigbergk prune: use scmutil.cleanupnodes()
Tue, 22 Jan 2019 10:45:16 -0800 Martin von Zweigbergk uncommit: use scmtutil.cleanupnodes()
Tue, 22 Jan 2019 10:33:02 -0800 Martin von Zweigbergk amend: use scmutil.cleanupnodes() with --patch
Tue, 22 Jan 2019 10:32:44 -0800 Martin von Zweigbergk pick: use scmutil.cleanupnodes()
Tue, 22 Jan 2019 09:45:25 -0800 Martin von Zweigbergk fold: use scmutil.cleanupnodes()
Fri, 11 Jan 2019 09:26:41 -0800 Martin von Zweigbergk fold: sort concatenated commit messages in topological order
Thu, 13 Dec 2018 17:40:41 +0000 Boris Feld split: add a --interactive flag
Wed, 21 Feb 2018 14:39:48 +0100 Boris Feld split: take file patterns to limit selection on matching file patterns
Wed, 21 Feb 2018 12:39:17 +0100 Boris Feld split: only accept explicit revision through the `-r` option
Wed, 12 Dec 2018 17:22:58 +0100 Pierre-Yves David split: rework the prompt to be more standard
Tue, 20 Feb 2018 09:35:16 +0100 Pierre-Yves David split: add a option to discard remaining change during split
Tue, 20 Feb 2018 09:35:16 +0100 Pierre-Yves David split: add a way to abort a split from the prompt
Tue, 20 Feb 2018 09:36:55 +0100 Pierre-Yves David split: add a help entry to the final prompt
Sat, 10 Nov 2018 15:47:46 +0100 Pierre-Yves David branching: merge with stable
Sat, 10 Nov 2018 15:37:22 +0100 Pierre-Yves David style: fix various flake8 warning stable
Sat, 10 Nov 2018 00:55:34 +0100 Pierre-Yves David branching: merge with stable
Sat, 03 Nov 2018 12:21:19 +0530 Sushil khanchi pick: `hg help` was not showing the full cmd desc of `pick` stable
Thu, 25 Oct 2018 12:49:48 +0200 Pierre-Yves David branching: merge stable into default
Thu, 18 Oct 2018 22:11:43 -0700 Martin von Zweigbergk evolve: adapt for changed @command decorator stable
Thu, 18 Oct 2018 22:11:43 -0700 Martin von Zweigbergk evolve: adapt for changed @command decorator
Wed, 17 Oct 2018 23:10:30 +0800 Anton Shestakov commands: adjust metavariables as appropriate
Fri, 21 Sep 2018 18:33:55 +0200 Pierre-Yves David branching: merge with stable
Fri, 21 Sep 2018 11:58:42 +0200 Pierre-Yves David amend: handle crash before transaction initialization with --patch stable
Thu, 13 Sep 2018 00:04:17 +0800 Anton Shestakov cmdrewrite: rename variable and move it closer to where it is used
Fri, 31 Aug 2018 09:20:21 +0200 Pierre-Yves David pick: replace "grabstate" with "pickstate"
Fri, 31 Aug 2018 09:19:13 +0200 Pierre-Yves David pick: use "pick" as operation name in obsolescence markers
Fri, 31 Aug 2018 12:45:56 +0200 Pierre-Yves David pick: use "pick" instead of "grab" for various internal API
Fri, 31 Aug 2018 09:13:11 +0200 Pierre-Yves David pick: update command output to mention pick instead of grab
less more (0) -100 -60 tip