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
|
Mon, 14 Jan 2013 10:17:06 -0600 |
Kevin Bullock |
merge with stable
|
Mon, 14 Jan 2013 23:14:45 +0900 |
FUJIWARA Katsunori |
histedit: correct the number of added revisions in online help
stable
|
Mon, 14 Jan 2013 23:14:45 +0900 |
FUJIWARA Katsunori |
histedit: correct changeset IDs in online help
stable
|
Mon, 24 Dec 2012 12:00:08 +0100 |
Pierre-Yves David |
clfilter: drop unnecessary explicit filtering on histedit
|
Mon, 31 Dec 2012 17:46:22 -0600 |
Pierre-Yves David |
histedit: allow operation from non-head if obsolete is enabled
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Tue, 16 Oct 2012 16:56:14 +0200 |
Pierre-Yves David |
histedit: create obsolescence markers in deterministic order
|
Tue, 16 Oct 2012 16:04:28 +0200 |
Thomas Arendsen Hein |
histedit: max(x, key=y) and min(x, key=y) are not available in python 2.4
|
Sun, 14 Oct 2012 23:49:28 +0200 |
Pierre-Yves David |
histedit: do not use "min" on ctx
|
Sun, 14 Oct 2012 23:58:02 +0200 |
Pierre-Yves David |
histedit: clean abort when there is nothing to edit
|
Mon, 15 Oct 2012 00:05:16 +0200 |
Pierre-Yves David |
histedit: rename `revs` in `ctxs` inside the `between` function
|
Fri, 12 Oct 2012 21:41:08 +0200 |
Pierre-Yves David |
histedit: refuse to edit public changeset
|
Thu, 27 Sep 2012 14:00:52 +0200 |
Pierre-Yves David |
histedit: ignores hidden revision when checking for orphaned nodes
|
Wed, 10 Oct 2012 06:27:06 +0200 |
Pierre-Yves David |
histedit: simplify computation of edited set (issue3620)
|
Thu, 27 Sep 2012 13:59:48 +0200 |
Pierre-Yves David |
histedit: add obsolete support
|
Thu, 11 Oct 2012 08:36:50 +0200 |
Pierre-Yves David |
histedit: replace various nodes lists with replacement graph (and issue3582)
|
Fri, 12 Oct 2012 15:52:59 -0500 |
Matt Mackall |
merge with durin42
|
Wed, 10 Oct 2012 05:54:38 +0200 |
Pierre-Yves David |
histedit: update bookmark movement notice
|
Wed, 10 Oct 2012 06:20:14 +0200 |
Pierre-Yves David |
histedit: simplify computation of `newchildren` during --continue
|
Wed, 10 Oct 2012 01:29:56 +0200 |
Mads Kiilerich |
spelling: fix minor spell checker issues
|
Thu, 27 Sep 2012 13:54:47 +0200 |
Pierre-Yves David |
histedit: move `continue` logic into a dedicated function
|
Wed, 26 Sep 2012 18:13:00 +0200 |
Pierre-Yves David |
histedit: rename `tip` to `topmost`
|
Wed, 26 Sep 2012 14:46:08 +0200 |
Pierre-Yves David |
histedit: factorise node stripping logic
|
Wed, 26 Sep 2012 14:19:19 +0200 |
Pierre-Yves David |
histedit: extract bookmark logic in a dedicated function
|
Wed, 26 Sep 2012 12:57:23 +0200 |
Pierre-Yves David |
histedit: remove all usages of hex[:12]
|
Fri, 21 Sep 2012 19:27:22 +0200 |
Pierre-Yves David |
histedit: replaces patching logic by merges
|
Fri, 21 Sep 2012 19:25:19 +0200 |
Pierre-Yves David |
histedit: display action being processed in debug mode
|
Fri, 21 Sep 2012 19:24:31 +0200 |
Pierre-Yves David |
histedit: fold in memory
|
Fri, 21 Sep 2012 00:33:30 +0200 |
Pierre-Yves David |
histedit: move makedesc function near other rules related function
|
Fri, 21 Sep 2012 19:14:04 +0200 |
Pierre-Yves David |
histedit: move `between function` outside the action logic
|
Fri, 21 Sep 2012 00:30:22 +0200 |
Pierre-Yves David |
histedit document the makedest function
|
Fri, 21 Sep 2012 00:30:07 +0200 |
Pierre-Yves David |
histedit: documents the between function
|
Wed, 05 Sep 2012 22:01:09 +0200 |
Patrick Mezard |
histedit: fix unused variable warnings spotted by pyflakes
|
Tue, 21 Aug 2012 16:06:34 -0700 |
Leah Xue |
histedit: factored out diff/patch logic
|
Mon, 06 Aug 2012 12:03:07 -0500 |
Matt Mackall |
merge with i18n
stable
|