hgext3rd/evolve/cmdrewrite.py
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
Wed, 17 Jul 2019 17:58:40 +0200 Sushil khanchi touch: clarify some inline documentation stable
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
less more (0) -100 -60 tip