hgext/histedit.py
Fri, 15 Jan 2016 13:14:47 -0800 Bryan O'Sullivan with: use context manager for lock in histedit cleanupnode
Wed, 23 Dec 2015 06:36:47 +0000 timeless histedit: clarify modes
Tue, 22 Dec 2015 23:21:53 +0000 timeless histedit: explain basics of histedit commands
Wed, 23 Dec 2015 07:37:45 +0000 timeless histedit: report the unacceptable changeset
Wed, 23 Dec 2015 21:30:38 +0000 timeless histedit: replace @addhisteditaction with @action
Wed, 23 Dec 2015 21:20:08 +0000 timeless histedit: prefer edit commit, edit message, use commit
Wed, 23 Dec 2015 21:17:45 +0000 timeless histedit: replace editcomment with a function
Tue, 22 Dec 2015 23:25:17 +0000 timeless histedit: hide --outgoing warnings
Wed, 23 Dec 2015 08:57:04 +0000 timeless histedit: list action when intervention is required
Thu, 24 Dec 2015 20:41:17 +0000 timeless histedit: hook afterresolvedstates
Wed, 30 Dec 2015 04:04:51 +0000 timeless histedit: fix comment in newnodestoabort
Wed, 30 Dec 2015 04:02:04 +0000 timeless histedit: fix comment in applychanges
Thu, 31 Dec 2015 15:39:38 +0000 timeless histedit: remove unused variable state
Wed, 23 Dec 2015 23:51:29 +0000 timeless histedit: handle exceptions from node.bin in fromrule
Wed, 23 Dec 2015 23:23:28 +0000 timeless histedit: limit cleanup of histedit-last-edit.txt to success
Sun, 27 Dec 2015 03:33:09 +0000 timeless histedit: use parse-error exception for parsing
Fri, 11 Dec 2015 07:08:09 +0000 timeless histedit: limit mentioning histedit-last-edit.txt
Mon, 28 Dec 2015 22:53:22 +0000 timeless histedit: check fold of public change during verify
Mon, 28 Dec 2015 22:52:48 +0000 timeless histedit: pass previous action to verify
Wed, 23 Dec 2015 16:22:20 -0800 Bryan O'Sullivan histedit: don't bother with cPickle, demand-load pickle
Sun, 27 Dec 2015 23:55:54 +0900 Bryan O'Sullivan histedit: only use pickle if not using the modern save format
Fri, 18 Dec 2015 06:19:22 +0000 timeless histedit: add progress support
Tue, 15 Dec 2015 13:27:09 -0800 Mateusz Kwapich histedit: delete to drop
Mon, 14 Dec 2015 23:04:17 +0000 timeless histedit: omit useless message from update (edit)
Mon, 14 Dec 2015 22:37:31 +0000 timeless histedit: omit useless message from update (_histedit)
Mon, 14 Dec 2015 21:43:16 +0000 timeless histedit: omit useless message from update (histeditaction)
Mon, 14 Dec 2015 22:08:14 +0000 timeless histedit: omit useless message from abort
Mon, 14 Dec 2015 18:54:03 -0500 Augie Fackler merge: have merge.update use a matcher instead of partial fn
Sat, 24 Oct 2015 19:56:39 +0100 Gregory Szorc histedit: pick an appropriate base changeset by default (BC)
Wed, 02 Dec 2015 07:41:35 +0000 timeless histedit: improve missing rule suggestion
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: get rid of state.rules
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: change state.rules uses to state.actions
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add tostate method to histedit action
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: remove makedesc
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: use torule instead of makedesc in ruleeditor
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add torule method to histedit action objects
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add verify() to histeditaction
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add addhisteditaction decorator
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add actions property to histedit state
Wed, 02 Dec 2015 08:07:36 +0000 timeless histedit: mention histedit-last-edit.txt on abort
Wed, 02 Dec 2015 07:40:42 +0000 timeless histedit: add missing raise keyword to statement
Wed, 02 Dec 2015 07:39:49 +0000 timeless histedit: improve grammar for _histedit comment
Sat, 21 Nov 2015 17:40:26 +0200 Mykola Nikishov histedit: edit with custom filename
Wed, 25 Nov 2015 18:26:48 +0100 Mathias De Maré histedit: add examples
Mon, 23 Nov 2015 10:13:05 -0500 Augie Fackler histedit: constant-ify the constraints list
Tue, 17 Nov 2015 15:04:31 -0800 Mateusz Kwapich histedit: add an experimental base action
Tue, 17 Nov 2015 17:53:52 -0800 Mateusz Kwapich histedit: add abortdirty function
Thu, 12 Nov 2015 16:40:33 -0800 Mateusz Kwapich histedit: add forceother constraint
Tue, 17 Nov 2015 16:37:26 -0800 Mateusz Kwapich histedit: make verification configurable
Fri, 20 Nov 2015 13:23:47 -0800 Laurent Charignon histedit: make use of bookmarks.recordchange instead of bookmarks.write
Thu, 12 Nov 2015 12:44:15 +0100 liscju histedit: extracts _isdirtywc function
Tue, 20 Oct 2015 03:07:23 +0200 Pierre-Yves David histedit: properly apply bundle2 backups
Sat, 17 Oct 2015 12:32:23 -0700 Durham Goode histedit: make histedit prune when obsolete is enabled
Tue, 13 Oct 2015 17:14:21 -0400 Augie Fackler histedit: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Mon, 05 Oct 2015 16:44:45 -0700 Christian Delahousse histedit: delete histedit statefile on any exception during abort
Tue, 06 Oct 2015 15:09:28 -0700 Christian Delahousse histedit: check presence of statefile before deleting it
Mon, 05 Oct 2015 16:34:17 -0700 Christian Delahousse histedit: add inprogress method to state class
Thu, 24 Sep 2015 00:38:34 -0700 Pierre-Yves David histedit: remove a mutable default argument
Thu, 27 Aug 2015 14:46:26 -0400 Augie Fackler histedit: use one editor when multiple folds happen in a row (issue3524) (BC)
Tue, 08 Sep 2015 20:30:01 -0400 timeless histedit: fix grammar in cleanupnode comment
Fri, 28 Aug 2015 13:52:49 -0400 timeless histedit: fix English (en-US)
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
less more (0) -120 tip