hgext/histedit.py
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori histedit: use 'util.ellipsis' to trim description of each changesets
Thu, 15 Aug 2013 16:49:27 -0500 Sean Farley memfilectx: call super.__init__ instead of duplicating code
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue"
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use "getcommiteditor()" instead of explicit editor choice for "fold"
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori histedit: use the editor gotten by "getcommiteditor()" for "message"
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori histedit: pass "editor" argument to "memctx.__init__()" for "collapse" command
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori histedit: use "editor" argument of "commit()" instead of explicit "ui.edit()"
Tue, 22 Apr 2014 10:14:16 -0300 Wagner Bruna histedit, i18n: replace '+' with concatenation to make hggettext happy stable
Mon, 14 Apr 2014 15:14:02 -0400 Matt Mackall merge with stable
Tue, 15 Apr 2014 03:21:59 +0900 FUJIWARA Katsunori histedit: save manually edited commit message into ".hg/last-message.txt" stable
Thu, 13 Mar 2014 16:05:06 -0700 David Soria Parra histedit: select the lowest rev when looking for a root in a revset (bc)
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Tue, 18 Mar 2014 14:25:28 -0500 Matt Mackall merge with stable
Wed, 19 Mar 2014 01:07:41 +0900 FUJIWARA Katsunori histedit: save manually edited commit message into ".hg/last-message.txt" stable
Thu, 06 Mar 2014 01:24:03 +0100 Olle Lundberg histedit: move logic for finding child nodes to new function
Wed, 05 Mar 2014 22:02:45 +0100 Olle Lundberg histedit: clean up lock imports
Sat, 15 Feb 2014 19:12:53 -0600 Matt Mackall histedit: shorten new fold message
Thu, 13 Feb 2014 18:05:35 -0800 Adrian ZgorzaƂek histedit: clarify description of fold command
Sun, 17 Nov 2013 15:11:09 -0800 Siddharth Agarwal histedit: hold wlock and lock while in progress stable
Sun, 27 Oct 2013 00:24:25 +0900 FUJIWARA Katsunori histedit: add description about exit code stable
Tue, 01 Oct 2013 17:00:03 -0700 Matt Mackall merge with stable
Tue, 01 Oct 2013 00:35:07 +0900 FUJIWARA Katsunori histedit: suggest "histedit --abort" for inconsistent histedit state stable
Tue, 01 Oct 2013 10:44:59 -0700 Matt Mackall merge with stable
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: add more detailed help about "--outgoing" stable
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: abort if there are multiple roots in "--outgoing" revisions stable
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: add more detailed help about "--outgoing"
Tue, 01 Oct 2013 00:12:34 +0900 FUJIWARA Katsunori histedit: abort if there are multiple roots in "--outgoing" revisions
Thu, 26 Sep 2013 14:47:19 +0200 David Soria Parra histedit: remove unused parents() call
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: discard meaningless comment about 'hexlify node'
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: add description about "histedit --outgoing" to command help
Mon, 26 Aug 2013 16:11:21 +0900 FUJIWARA Katsunori histedit: add description about basic histedit function to command help
Thu, 01 Aug 2013 19:55:02 -0500 Matt Mackall histedit: don't clobber working copy on --abort if not on histedit cset stable
Thu, 25 Jul 2013 02:17:52 -0500 Matt Mackall checkunfinished: accommodate histedit quirk stable
Wed, 24 Jul 2013 23:51:44 -0500 Matt Mackall histedit: add checkunfinished support (issue3955) stable
Wed, 24 Jul 2013 17:39:29 -0400 Augie Fackler histedit: refuse to edit history that contains merges (issue3962) stable
Tue, 16 Jul 2013 11:13:18 -0500 Augie Fackler Merge histedit fixes from stable.
Mon, 15 Jul 2013 15:04:42 +0200 Martin Geisler histedit: use base for computing renames when folding (issue3729) stable
Fri, 07 Jun 2013 16:59:59 -0500 Matt Mackall merge with stable
Wed, 05 Jun 2013 21:16:49 +0200 Simon Heimberg histedit: raise ImportError when demandloading is enabled stable
Tue, 14 May 2013 11:23:18 -0700 Bryan O'Sullivan summary: add a histedit hook
Thu, 18 Apr 2013 15:27:50 +0200 Pierre-Yves David histedit: more precise user message when changeset is missing
Thu, 18 Apr 2013 15:22:24 +0200 Pierre-Yves David histedit: protect against duplicated entries
Thu, 18 Apr 2013 15:13:35 +0200 Pierre-Yves David histedit: track short hash instead of changectx object
Thu, 18 Apr 2013 15:10:01 +0200 Pierre-Yves David histedit: ensure rules return short hex at all time
Thu, 18 Apr 2013 11:52:34 -0400 Pierre-Yves David histedit: handle multiple spaces between action and hash (issue3893)
Tue, 16 Apr 2013 21:14:50 +0200 Pierre-Yves David histedit: move outgoing processing to its own function
Tue, 16 Apr 2013 21:17:13 +0200 Pierre-Yves David histedit: move all arguments checks to the beginning of the command
Tue, 16 Apr 2013 20:48:37 +0200 Pierre-Yves David histedit: allow "-" as a command file
Tue, 16 Apr 2013 16:58:25 +0200 Pierre-Yves David histedit: properly handle --continue on empty fold
Tue, 09 Apr 2013 23:40:10 +0900 FUJIWARA Katsunori histedit: make "hg histedit" sensitive to branch in URL
Fri, 08 Feb 2013 16:27:49 -0600 Augie Fackler histedit: switch from util.Abort to util.InterventionRequired where appropriate (bc)
Fri, 12 Apr 2013 16:01:18 -0700 Bryan O'Sullivan histedit: support editing of the first commit (issue3767)
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich spelling: fix some minor issues found by spell checker
Sat, 03 Aug 2013 16:40:13 +0200 Simon Heimberg histedit: always abort with same message when working dir is wrong.
Sat, 03 Aug 2013 16:37:17 +0200 Simon Heimberg histedit: report when revisions to edit are not ancestors of working dir
Wed, 30 Jan 2013 10:57:28 -0500 Augie Fackler histedit: prevent parent guessed via --outgoing from being a revset (issue3770) stable
Wed, 16 Jan 2013 19:21:03 +0100 Pierre-Yves David histedit: proper phase conservation (issue3724)
Wed, 16 Jan 2013 19:14:22 +0100 Pierre-Yves David histedit: record histedit source (issue3681)
Wed, 16 Jan 2013 19:11:06 +0100 Pierre-Yves David histedit: factor most commit creation in a function
Wed, 12 Dec 2012 02:38:14 +0100 Mads Kiilerich histedit: process bookmarks in sorted order
less more (0) -100 -60 tip