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
|