log hgext/histedit.py @ 27546:c00924c54607

age author description
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