hgext/histedit.py
Fri, 28 Aug 2015 15:50:36 -0400 timeless histedit: improve discoverability of edit commit message
Fri, 28 Aug 2015 10:53:55 -0400 timeless spelling: behaviour -> behavior
Fri, 28 Aug 2015 11:31:44 -0400 timeless histedit: fix grammar for help for safety aborts
Mon, 17 Aug 2015 22:56:12 -0400 Augie Fackler histedit: correct spelling etc in more comments
Fri, 31 Jul 2015 12:54:16 -0700 Pierre-Yves David histedit: add a missing "s" in a comment
Mon, 03 Aug 2015 06:13:05 -0700 Pierre-Yves David histedit: do not stay on a cleaned nodes on abort
Mon, 03 Aug 2015 06:11:45 -0700 Pierre-Yves David histedit: also update away from tmpnodes
Mon, 03 Aug 2015 06:08:37 -0700 Pierre-Yves David histedit: use revset to check if we need to update during abort
Mon, 03 Aug 2015 05:57:45 -0700 Pierre-Yves David histedit: remove useless 'else' clause
Fri, 31 Jul 2015 15:46:49 -0700 Pierre-Yves David histedit: make cleanupnode more robust
Mon, 03 Aug 2015 14:16:51 -0700 Pierre-Yves David histedit: extract a simpler function to process replacement on abort
Fri, 31 Jul 2015 15:11:07 -0700 Pierre-Yves David histedit: backout ebb5bb9bc32e stable
Thu, 25 Jun 2015 17:37:35 -0500 Matt Mackall histedit: mark defaultrev option experimental
Thu, 16 Jul 2015 11:12:15 -0700 Laurent Charignon histedit: mark temporary commits as obsolete when allowed to
Thu, 16 Jul 2015 11:17:37 -0700 Laurent Charignon histedit: minor refactoring of createmarkers check
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Fri, 05 Jun 2015 15:20:33 -0400 Augie Fackler histedit: abort rather than edit a public changeset (issue4704)
Fri, 05 Jun 2015 15:12:08 -0400 Augie Fackler histedit: copyedit docstring wording problem I noticed while here
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"
Fri, 29 May 2015 17:00:55 -0500 Matt Mackall merge with stable
Thu, 28 May 2015 20:30:20 -0700 Durham Goode histedit: fix keep during --continue stable
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Fri, 01 May 2015 15:45:07 -0700 Durham Goode histedit: fix --continue when rules are finished stable
Fri, 01 May 2015 15:28:47 -0700 Durham Goode histedit: fix serializing of None backupfile stable
Wed, 22 Apr 2015 15:53:03 -0700 Durham Goode histedit: fix --edit-plan stable
Tue, 28 Apr 2015 23:27:18 +0900 FUJIWARA Katsunori histedit: fix reST syntax problem of example code in help document stable
Tue, 21 Apr 2015 21:01:17 -0300 Wagner Bruna histedit: fix typo in abort message stable
Mon, 20 Apr 2015 18:44:57 -0700 Durham Goode histedit: fix rollup prompting for a commit message (issue4606) stable
Fri, 17 Apr 2015 09:46:43 -0700 Durham Goode histedit: change state format to allow non-hash lines stable
Sat, 04 Apr 2015 02:16:48 -0700 Durham Goode histedit: delete all non-actionclass related code
Sat, 04 Apr 2015 02:12:53 -0700 Durham Goode histedit: improve roll action integration with fold
Sat, 04 Apr 2015 02:12:24 -0700 Durham Goode histedit: move finishfold into fold class
Sat, 04 Apr 2015 02:03:27 -0700 Durham Goode histedit: convert fold/roll actions into a class
Sat, 04 Apr 2015 01:00:51 -0700 Durham Goode histedit: convert edit action into a class
Sat, 04 Apr 2015 00:42:32 -0700 Durham Goode histedit: convert message action into a class
Sat, 04 Apr 2015 00:30:01 -0700 Durham Goode histedit: convert drop action into a class
Sat, 04 Apr 2015 11:39:08 -0700 Durham Goode histedit: convert pick action into a class
Sat, 04 Apr 2015 11:37:08 -0700 Durham Goode histedit: integrate action class into flow
Sat, 04 Apr 2015 11:34:53 -0700 Durham Goode histedit: add a new histeditaction class
Sat, 04 Apr 2015 01:00:05 -0700 Durham Goode histedit: allow histedit --continue when not on a descendant (BC)
Sat, 04 Apr 2015 02:37:43 -0700 Durham Goode histedit: store backup file before histedit
Mon, 13 Apr 2015 08:23:57 -0700 Durham Goode histedit: replace pickle with custom serialization
Sat, 04 Apr 2015 11:24:48 -0700 Durham Goode histedit: fix preventing strips during histedit
Wed, 11 Mar 2015 07:19:55 -0700 Durham Goode histedit: remove extra histedit constructor call
Mon, 09 Mar 2015 14:32:17 +0800 Anton Shestakov histedit: use better meta-variable names than VALUE in help text
Mon, 09 Mar 2015 14:10:42 +0800 Anton Shestakov histedit: tweak --commands help text
Wed, 21 Jan 2015 14:45:24 -0800 Mateusz Kwapich histedit: add a config allowing changing histedit rule line length limit
Tue, 03 Mar 2015 17:28:05 -0600 Matt Mackall histedit: fix style of new error message
Thu, 22 Jan 2015 12:36:38 -0800 Mateusz Kwapich histedit: add --edit-plan option to histedit
Thu, 22 Jan 2015 10:52:50 -0800 Mateusz Kwapich histedit: generalize makedesc
Mon, 23 Feb 2015 10:57:27 -0800 Mateusz Kwapich histedit: extract method ruleeditor
Tue, 17 Feb 2015 19:59:26 -0800 Durham Goode histedit: don't recreate state object
Thu, 05 Feb 2015 13:10:07 -0800 Mateusz Kwapich histedit: switch state to store node instead of ctx
Fri, 30 Jan 2015 16:47:35 -0800 Mateusz Kwapich histedit: don't allow to strip nodes which are necessary to continue histedit
Mon, 02 Feb 2015 16:19:35 -0800 Durham Goode histedit: allow configuring default behavior
Mon, 26 Jan 2015 15:18:07 -0800 Mateusz Kwapich histedit: store full node hash in rules
Thu, 16 Oct 2014 14:55:45 -0400 Augie Fackler histedit: miscellaneous style cleanups
Thu, 16 Oct 2014 14:51:15 -0400 Augie Fackler histedit: update docstring on histeditstate.read()
Thu, 16 Oct 2014 14:49:46 -0400 Augie Fackler histedit: remove now-superfluous repo argument from processreplacement
Wed, 15 Oct 2014 08:38:36 -0700 David Soria Parra histedit: move locks into state
Wed, 15 Oct 2014 08:38:16 -0700 David Soria Parra histedit: read state from histeditstate
Wed, 15 Oct 2014 08:18:26 -0700 David Soria Parra histedit: pass state to action functions
Thu, 16 Oct 2014 10:06:49 -0700 David Soria Parra histedit: pass state to processreplacement
Wed, 15 Oct 2014 08:06:15 -0700 David Soria Parra histedit: pass state to boostrapcontinue
Wed, 15 Oct 2014 17:11:54 -0700 David Soria Parra histedit: let the state expose a context but serialize correctly to nodes
Wed, 15 Oct 2014 17:30:57 -0700 David Soria Parra histedit: add clear method to remove state
Tue, 14 Oct 2014 20:35:17 -0700 David Soria Parra histedit: use state object where necessary
Wed, 15 Oct 2014 17:17:12 -0700 David Soria Parra histedit: add histedit state class
Tue, 14 Oct 2014 13:25:13 -0700 Durham Goode obsolete: add allowunstable option
Tue, 14 Oct 2014 13:23:52 -0700 Durham Goode obsolete: add createmarkers option
Sat, 04 Oct 2014 21:19:44 -0700 Martin von Zweigbergk histedit: access status fields by name rather than index
Mon, 13 Oct 2014 17:12:47 -0500 Matt Mackall histedit: use merge.graft
Mon, 13 Oct 2014 14:33:13 -0500 Matt Mackall duplicatecopies: move from cmdutil to copies
Mon, 13 Oct 2014 14:04:11 -0500 Matt Mackall histedit: fix indent
Fri, 10 Oct 2014 13:31:00 -0700 Pierre-Yves David histedit: stabilise the order nodes that are stripped
Tue, 19 Aug 2014 14:33:01 -0400 Augie Fackler histedit: check mutability of contexts correctly
Fri, 05 Sep 2014 11:36:20 -0700 Durham Goode dirstate: wrap setparent calls with begin/endparentchange (issue4353)
Sun, 07 Sep 2014 11:46:11 -0500 Kevin Bullock merge with stable
Wed, 03 Sep 2014 20:42:51 +0200 Siddharth Agarwal histedit: abort gracefully on --continue/--abort with no state stable
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Fri, 22 Aug 2014 16:40:34 -0400 Mike Edgar histedit: use str.startswith to check for comments in action list
Fri, 22 Aug 2014 16:37:55 -0400 Mike Edgar histedit: drop duplicate line extracting keep option
Thu, 14 Aug 2014 15:21:48 -0500 Matt Mackall merge with stable
Wed, 06 Aug 2014 16:51:41 -0400 Mike Edgar histedit: add "roll" command to fold commit data and drop message (issue4256)
Wed, 13 Aug 2014 11:50:13 -0700 Martin von Zweigbergk histedit: preserve initial author on fold (issue4296) stable
Thu, 07 Aug 2014 14:58:12 -0500 Matt Mackall whitespace: nuke triple blank lines in **.py
Sat, 02 Aug 2014 21:46:26 +0900 FUJIWARA Katsunori histedit: pass 'editform' argument to 'cmdutil.getcommiteditor'
Mon, 28 Jul 2014 19:20:13 -0400 Augie Fackler histedit: respect revsetalias entries (issue4311) stable
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori histedit: use 'util.ellipsis' to trim description of each changesets
Thu, 15 Aug 2013 16:49:27 -0500 Sean Farley memfilectx: call super.__init__ instead of duplicating code
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use the editor gotten by "getcommiteditor()" for "message"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori histedit: pass "editor" argument to "memctx.__init__()" for "collapse" command
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori histedit: use "editor" argument of "commit()" instead of explicit "ui.edit()"
Tue, 22 Apr 2014 10:14:16 -0300 Wagner Bruna histedit, i18n: replace '+' with concatenation to make hggettext happy stable
Mon, 14 Apr 2014 15:14:02 -0400 Matt Mackall merge with stable
Tue, 15 Apr 2014 03:21:59 +0900 FUJIWARA Katsunori histedit: save manually edited commit message into ".hg/last-message.txt" stable
Thu, 13 Mar 2014 16:05:06 -0700 David Soria Parra histedit: select the lowest rev when looking for a root in a revset (bc)
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Tue, 18 Mar 2014 14:25:28 -0500 Matt Mackall merge with stable
Wed, 19 Mar 2014 01:07:41 +0900 FUJIWARA Katsunori histedit: save manually edited commit message into ".hg/last-message.txt" stable
Thu, 06 Mar 2014 01:24:03 +0100 Olle Lundberg histedit: move logic for finding child nodes to new function
Wed, 05 Mar 2014 22:02:45 +0100 Olle Lundberg histedit: clean up lock imports
Sat, 15 Feb 2014 19:12:53 -0600 Matt Mackall histedit: shorten new fold message
Thu, 13 Feb 2014 18:05:35 -0800 Adrian Zgorzałek histedit: clarify description of fold command
Sun, 17 Nov 2013 15:11:09 -0800 Siddharth Agarwal histedit: hold wlock and lock while in progress stable
Sun, 27 Oct 2013 00:24:25 +0900 FUJIWARA Katsunori histedit: add description about exit code stable
Tue, 01 Oct 2013 17:00:03 -0700 Matt Mackall merge with stable
Tue, 01 Oct 2013 00:35:07 +0900 FUJIWARA Katsunori histedit: suggest "histedit --abort" for inconsistent histedit state stable
Tue, 01 Oct 2013 10:44:59 -0700 Matt Mackall merge with stable
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: add more detailed help about "--outgoing" stable
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: abort if there are multiple roots in "--outgoing" revisions stable
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: add more detailed help about "--outgoing"
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: abort if there are multiple roots in "--outgoing" revisions
Thu, 26 Sep 2013 14:47:19 +0200 David Soria Parra histedit: remove unused parents() call
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: discard meaningless comment about 'hexlify node'
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: add description about "histedit --outgoing" to command help
less more (0) -120 tip