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