log hgext/rebase.py @ 26677:e9b3d523f2e6

age author description
Tue, 13 Oct 2015 14:06:51 -0700 Christian Delahousse rebase: properly abort when destination is public (issue4896)
Thu, 15 Oct 2015 00:32:20 +0100 Pierre-Yves David rebase: properly handle chains of markers with missing nodes
Wed, 14 Oct 2015 23:42:15 +0100 Pierre-Yves David rebase: use a direct reference to repo.changelog
Tue, 13 Oct 2015 03:20:05 -0700 Ryan McElroy rebase: factor out nothing to rebase return code
Tue, 13 Oct 2015 14:17:15 -0700 Christian Delahousse rebase: added comments
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 06 Oct 2015 15:07:00 -0400 timeless rebase: enable histedit for useful help with it
Tue, 06 Oct 2015 15:01:25 -0400 timeless rebase: suggest help -e histedit
Tue, 06 Oct 2015 15:05:40 -0400 timeless rebase: factor out histedit help command
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Thu, 24 Sep 2015 17:51:05 -0400 timeless rebase: avoid losing branch commits with --keepbranch (issue4835)
Mon, 14 Sep 2015 17:31:48 -0700 Laurent Charignon rebase: don't rebase obsolete commit whose successor is already rebased
Thu, 17 Sep 2015 10:59:52 -0700 Pierre-Yves David rebase: move destination computation in a revset
Tue, 01 Sep 2015 21:37:51 +0200 liscju rebase: fix warning about ignoring tool option on rebase continue (issue4698)
Tue, 11 Aug 2015 16:45:11 -0700 Pierre-Yves David rebase: lock the repo during the full rebase operation stable