log hgext/histedit.py @ 29675:12f04946053c

age author description
Tue, 21 Jun 2016 14:58:49 -0700 Sean Farley histedit: move autoverb rule to the commit it matches
Fri, 27 May 2016 14:03:00 -0700 Sean Farley histedit: use _getsummary in ruleeditor
Fri, 27 May 2016 14:02:36 -0700 Sean Farley histedit: use _getsummary in torule
Fri, 27 May 2016 14:00:12 -0700 Sean Farley histedit: extract common summary code into method
Thu, 26 May 2016 15:43:00 -0700 Sean Farley histedit: remove unneeded initial parameter
Thu, 26 May 2016 16:46:10 -0700 Sean Farley histedit: move autoverb logic from torule to ruleeditor
Sat, 04 Jun 2016 14:38:00 +0530 Pulkit Goyal py3: conditionalize cPickle import by adding in util
Fri, 06 May 2016 18:12:36 -0700 Sean Farley histedit: add experimental config for using the first word of the commit
Fri, 06 May 2016 18:00:03 -0700 Sean Farley histedit: add optional parameter for determining intial editor line
Sat, 14 May 2016 14:03:12 +0900 Yuya Nishihara py3: move up symbol imports to enforce import-checker rules
Fri, 06 May 2016 21:52:26 +0530 Pulkit Goyal py3: make hgext/hisedit.py use absolute_import
Sat, 19 Mar 2016 11:39:13 -0700 Mateusz Kwapich histedit: add a hint about enabled dropmissing to histedit edit comment
Tue, 15 Mar 2016 00:42:33 +0000 Jun Wu histedit: do not close stdin
Sun, 13 Mar 2016 16:46:49 -0700 Mateusz Kwapich histedit: have dropmissing abort on empty plan
Tue, 08 Mar 2016 21:59:06 +0100 liscju histedit: adds hint how to reorder changesets at editor (issue3766)
Wed, 02 Mar 2016 22:39:03 +0000 timeless histedit: reword message when a changeset produces no changes
Mon, 29 Feb 2016 15:12:26 +0100 liscju histedit: improve error when run on nodes with children (issue5056)
Wed, 24 Feb 2016 16:58:07 +0100 Pierre-Yves David histedit: also handle locally missing nodes when reading obsolescence
Tue, 23 Feb 2016 21:38:36 +0000 Kostia Balytskyi histedit: make histedit aware of obsolescense not stored in state (issue4800)
Tue, 16 Feb 2016 14:49:29 +0000 Kostia Balytskyi histedit: unifying the way replacements are computed for abort and success
Mon, 15 Feb 2016 14:57:06 +0000 Kostia Balytskyi histedit: renaming parts to which _histedit was split
Mon, 15 Feb 2016 12:07:33 +0000 Kostia Balytskyi histedit: break _histedit into smaller pieces (add _finishaction)
Mon, 15 Feb 2016 10:48:36 +0000 Kostia Balytskyi histedit: change string literals to constants in goal naming
Sun, 14 Feb 2016 21:15:59 +0000 Kostia Balytskyi histedit: break _histedit function into smaller pieces
Sun, 14 Feb 2016 21:00:05 +0000 Kostia Balytskyi histedit: break _histedit function into smaller pieces (add _continueaction)
Mon, 01 Feb 2016 17:20:51 +0000 Kostia Balytskyi histedit: break _histedit function into smaller pieces (add _newaction)
Mon, 01 Feb 2016 14:12:38 +0000 Kostia Balytskyi histedit: break _histedit function into smaller pieces (add _editplanaction)
Mon, 01 Feb 2016 12:51:20 +0000 Kostia Balytskyi histedit: break _histedit function into smaller pieces (add _abortaction)
Thu, 04 Feb 2016 03:47:00 +0000 timeless histedit: suggest the correct tool to continue (not histedit)
Thu, 11 Feb 2016 23:15:34 +0900 FUJIWARA Katsunori doc: describe full help document hierarchy to create a valid link in HTML