Wed, 24 Jul 2013 23:51:44 -0500 |
Matt Mackall |
rebase: add checkunfinished support (issue3955)
stable
|
Wed, 24 Jul 2013 23:51:44 -0500 |
Matt Mackall |
rebase: reorder parent check and state storage
stable
|
Thu, 11 Jul 2013 19:26:34 -0500 |
Matt Mackall |
rebase: simplify references to branch tips
|
Tue, 14 May 2013 11:23:17 -0700 |
Bryan O'Sullivan |
summary: indicate if a rebase is underway
|
Thu, 18 Apr 2013 14:28:06 -0700 |
Siddharth Agarwal |
rebase: check no-op before checking phase (issue3891)
|
Fri, 08 Feb 2013 16:27:59 -0600 |
Augie Fackler |
rebase: switch from util.Abort to util.InterventionRequired where appropriate (bc)
|
Tue, 12 Mar 2013 10:43:59 -0700 |
Bryan O'Sullivan |
merge with crew-stable
|
Mon, 11 Mar 2013 15:37:28 -0700 |
Durham Goode |
rebase: restore active bookmark after rebase --continue
stable
|
Sun, 10 Feb 2013 18:24:29 +0100 |
Mads Kiilerich |
spelling: fix some minor issues found by spell checker
|
Sun, 03 Feb 2013 14:26:39 -0800 |
Siddharth Agarwal |
rebase: derive node from target rev (issue3802)
stable
|
Fri, 01 Feb 2013 02:01:11 +0100 |
Pierre-Yves David |
rebase: mention --rev in the help
stable
|
Thu, 31 Jan 2013 20:01:26 -0600 |
Kevin Bullock |
rebase: mention phases in the help
stable
|
Wed, 30 Jan 2013 16:08:32 -0800 |
Siddharth Agarwal |
rebase: delete divergent bookmarks on destination (issue3685)
stable
|
Wed, 30 Jan 2013 17:49:54 -0800 |
Siddharth Agarwal |
rebase: remove bogus nullmerge check in updatebookmarks
stable
|
Fri, 18 Jan 2013 23:41:48 +0100 |
Pierre-Yves David |
rebase: properly handle unrebased revision between rebased one
|
Fri, 18 Jan 2013 23:21:32 +0100 |
Pierre-Yves David |
rebase: lose the comparison to `nullmerge`
|
Fri, 18 Jan 2013 14:15:32 +0100 |
Pierre-Yves David |
rebase: do not invent successor to skipped changeset
|
Thu, 17 Jan 2013 00:35:01 +0100 |
Pierre-Yves David |
rebase: support multiple roots for rebaseset
|
Tue, 15 Jan 2013 23:30:10 +0100 |
Mads Kiilerich |
refactoring: use unlinkpath with ignoremissing
|
Tue, 04 Dec 2012 14:58:19 +0100 |
Pierre-Yves David |
clfilter: drop unnecessary explicit filtering on rebase
|
Mon, 31 Dec 2012 17:45:52 -0600 |
Pierre-Yves David |
rebase: allow non-head rebase-set when obsolete is enabled
|
Mon, 17 Dec 2012 20:51:21 -0800 |
Siddharth Agarwal |
rebase: use lazy ancestor membership testing
|
Thu, 29 Nov 2012 11:44:22 -0600 |
Augie Fackler |
Merge with stable.
|
Thu, 29 Nov 2012 16:37:15 +0100 |
Pierre-Yves David |
rebase: fix pull --rev options clashing with --rebase (issue3619)
stable
|
Tue, 27 Nov 2012 16:24:21 -0800 |
Siddharth Agarwal |
rebase: use revlog.findmissingrevs to compute detach set
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Tue, 18 Sep 2012 23:32:42 +0200 |
Pierre-Yves David |
rebase: ensure rebase does not revive extinct revision
|
Tue, 18 Sep 2012 23:29:05 +0200 |
Pierre-Yves David |
rebase: remove useless list around repo.revs
|