hgext/rebase.py
Tue, 07 Oct 2014 00:31:53 -0700 Pierre-Yves David rebase: transform the smartset to a list before comparing with a list
Tue, 07 Oct 2014 00:16:59 -0700 Pierre-Yves David rebase: use `last` instead of direct indexing
Wed, 08 Oct 2014 14:03:07 -0500 Matt Mackall rebase: add help examples
Wed, 08 Oct 2014 13:40:50 -0500 Matt Mackall rebase: attempt to clarify --base
Fri, 05 Sep 2014 11:36:20 -0700 Durham Goode dirstate: wrap setparent calls with begin/endparentchange (issue4353)
Tue, 19 Aug 2014 01:12:56 +0200 Mads Kiilerich rebase: improve description of --base
Mon, 01 Sep 2014 11:48:55 +0200 David Soria Parra rebase: add a deprecated -i/--interactive flag
Sat, 16 Aug 2014 10:43:59 +0900 FUJIWARA Katsunori rebase: change "editform" to distinguish merge commits from others
Fri, 15 Aug 2014 23:05:53 +0900 FUJIWARA Katsunori rebase: use "rebase.collapse" as "editform" for "--collapse" always
Tue, 05 Aug 2014 13:22:44 -0700 Pierre-Yves David rebase: do not retract phase boundary by hand
Sat, 02 Aug 2014 21:46:26 +0900 FUJIWARA Katsunori rebase: pass 'editform' argument to 'cmdutil.getcommiteditor'
Wed, 02 Jul 2014 00:01:13 -0500 Matt Mackall merge with stable
Sat, 07 Jun 2014 15:23:12 -0400 Augie Fackler rebase: fix bug that caused transitive copy records to disappear (issue4192) stable
Thu, 08 May 2014 16:55:56 -0700 Durham Goode rebase: specify custom conflict marker labels for rebase (BC)
Sun, 11 May 2014 00:49:35 +0900 FUJIWARA Katsunori rebase: use "getcommiteditor()" instead of explicit editor choice
Thu, 01 May 2014 16:47:50 +0200 Mads Kiilerich rebase: empty revset should be a gentle no-op with exit code 1, not an error stable
Wed, 23 Apr 2014 13:51:35 +0200 Julien Cristau rebase: don't abort if we're asked to rebase an empty revset stable
Tue, 26 Nov 2013 03:18:56 +0100 Mads Kiilerich rebase: tell when reopening a closed branch head
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 rebase: use "commitforceeditor" instead of "ui.edit()" for "--collapse" stable
Fri, 14 Feb 2014 00:34:20 +0100 Simon Heimberg rebase: do not raise an UnboundLocalError when called wrong (issue4106)
Thu, 20 Feb 2014 02:39:01 +0100 Mads Kiilerich rebase: show nice list instead of set repr for 'computed skipped revs' debug
Sat, 15 Feb 2014 01:23:12 +0100 Mads Kiilerich rebase: fix 'rebase onto %d starting from %s' - show root instead of list repr
Sat, 15 Feb 2014 16:19:19 +0900 Yuya Nishihara rebase: do not try to reactivate deleted divergent bookmark stable
Thu, 30 Jan 2014 13:56:56 -0600 Matt Mackall rebase: abort cleanly when we encounter a damaged rebasestate (issue4155) stable
Thu, 23 Jan 2014 01:21:08 +0100 Simon Heimberg hgext: fix one typo in rebase stable
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich rebase: remove old code for handling empty rebaseset
Sun, 17 Nov 2013 18:21:58 -0500 Mads Kiilerich rebase: improve error message for --base being empty or causing emptiness
Sun, 17 Nov 2013 18:21:58 -0500 Mads Kiilerich rebase: improve error message for empty --source set
Sat, 16 Nov 2013 15:46:29 -0500 Mads Kiilerich rebase: improve error message for empty --rev set
Fri, 01 Nov 2013 17:08:06 -0700 Durham Goode rebase: fix working copy location after a --collapse (issue4080) stable
Mon, 04 Nov 2013 19:59:00 -0800 Durham Goode rebase: fix rebase aborts when 'tip-1' is public (issue4082) stable
Sun, 27 Oct 2013 00:24:25 +0900 FUJIWARA Katsunori rebase: add description about exit code when there are unresolved conflicts stable
Wed, 30 Oct 2013 19:45:14 +0100 Pierre-Yves David rebase: fix selection of base used when rebasing merge (issue4041) stable
Wed, 23 Oct 2013 23:42:13 +0800 Mads Kiilerich rebase: improve error message for more than one external parent stable
Thu, 24 Oct 2013 12:05:22 +0800 Mads Kiilerich rebase: refactor and rename checkexternal - it is a getter more than a setter stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Mon, 14 Oct 2013 17:12:59 +0200 Pierre-Yves David rebase: preserve active bookmark when not at head (issue3813)
Mon, 14 Oct 2013 16:12:29 +0200 Pierre-Yves David rebase: preserve working directory parent (BC)
Tue, 01 Oct 2013 14:48:53 -0400 Augie Fackler rebase: preserve metadata from grafts of changes (issue4001)
Tue, 01 Oct 2013 14:28:18 -0400 Augie Fackler rebase: rework extrafn handling to support multiple extrafns
Tue, 01 Oct 2013 17:00:03 -0700 Matt Mackall merge with stable
Tue, 01 Oct 2013 00:35:07 +0900 FUJIWARA Katsunori rebase: catch RepoLookupError at restoring rebase state for summary stable 2.7.2
Tue, 01 Oct 2013 00:35:07 +0900 FUJIWARA Katsunori rebase: catch RepoLookupError at restoring rebase state for abort/continue stable
Fri, 20 Sep 2013 16:32:05 -0700 Siddharth Agarwal rebase: remove bailifchanged check from pullrebase (BC)
Tue, 03 Sep 2013 15:12:35 -0400 Bryan O'Sullivan rebase: handle bookmarks matching revset function names (issue3950)
Thu, 01 Aug 2013 17:54:12 -0500 Matt Mackall rebase: allow aborting when descendants detected stable
Thu, 01 Aug 2013 17:45:13 -0500 Matt Mackall rebase: continue abort without strip for immutable csets (issue3997) stable
Thu, 01 Aug 2013 17:33:09 -0500 Matt Mackall rebase: don't clobber wd on --abort when we've updated away (issue4009) 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 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
Tue, 18 Sep 2012 23:42:27 +0200 Pierre-Yves David rebase: properly handle --collapse when creating obsolescence marker
Tue, 18 Sep 2012 23:13:31 +0200 Pierre-Yves David rebase: allow creation obsolescence relation instead of stripping
Tue, 18 Sep 2012 22:58:12 +0200 Pierre-Yves David rebase: extract final changesets cleanup logic in a dedicated function
Tue, 31 Jul 2012 18:18:26 +0200 Patrick Mezard rebase: remove second broken synopsis line (issue3172) stable
Fri, 29 Jun 2012 00:40:52 -0500 Matt Mackall merge with stable
Fri, 22 Jun 2012 11:40:31 -0700 David Schleimer bookmarks: correctly update current bookmarks on rebase (issue2277) stable
Thu, 21 Jun 2012 17:37:02 -0500 Matt Mackall merge with crew
Thu, 21 Jun 2012 15:10:01 +0200 Martin Geisler merge with stable
Mon, 18 Jun 2012 11:16:24 +0200 Dan Villiom Podlaski Christiansen rebase: improve error message on improper phases stable
Wed, 20 Jun 2012 20:08:57 +0200 Pierre-Yves David rebase: do not add second parent to rebased changeset (drop detach option) (BC)
Fri, 01 Jun 2012 12:45:16 -0700 Bryan O'Sullivan revlog: descendants(*revs) becomes descendants(revs) (API)
Fri, 01 Jun 2012 12:37:18 -0700 Bryan O'Sullivan revlog: ancestors(*revs) becomes ancestors(revs) (API)
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Thu, 03 May 2012 15:14:58 +0200 Patrick Mezard rebase: allow collapsing branches in place (issue3111)
Tue, 01 May 2012 10:14:35 +0200 Patrick Mezard rebase: make --dest understand revsets
Wed, 02 May 2012 11:43:12 +0200 Patrick Mezard rebase: add missing EOL to debug strings
Sun, 29 Apr 2012 22:25:55 +0200 Patrick Mezard localrepo: add setparents() to adjust dirstate copies (issue3407) stable
Wed, 25 Apr 2012 17:04:18 +0200 Patrick Mezard rebase: preserve mq series order, guarded patches (issue2849) stable
Thu, 22 Mar 2012 17:47:00 -0500 Matt Mackall rebase: properly calculate descendant set when aborting (issue3332) stable
Sun, 04 Mar 2012 17:12:12 -0600 Matt Mackall rebase: move bookmarks as needed with pull --rebase (issue3285) stable
Fri, 20 Jan 2012 12:04:45 -0200 Wagner Bruna rebase: drop uppercase in abort message stable
Wed, 18 Jan 2012 18:14:55 -0600 Matt Mackall rebase: only advance phase on successful commit
Tue, 17 Jan 2012 09:12:14 +0100 Alain Leufroy rebase: fix phases movement
Tue, 17 Jan 2012 02:55:55 +0100 Mads Kiilerich rebase: write series file without removed mq patches
Fri, 13 Jan 2012 01:19:07 +0100 Mads Kiilerich rebase: take locks in the right order
Mon, 09 Jan 2012 20:16:57 -0600 Matt Mackall merge with stable
Sun, 08 Jan 2012 23:09:35 +0800 Steven Brown rebase: reinstate old-style rev spec support for the source and base (issue3181) stable
Thu, 05 Jan 2012 20:35:10 -0600 Matt Mackall cmdutil: simplify duplicatecopies
Tue, 27 Dec 2011 00:11:22 +0100 Pierre-Yves David phases: prevent rebase to rebase immutable changeset.
Tue, 27 Dec 2011 21:12:09 +0100 Pierre-Yves David rebase: add a "D" short option for detach
Tue, 27 Dec 2011 20:45:46 +0100 Pierre-Yves David rebase: allow --detach when --rev is used
Thu, 10 Nov 2011 11:00:27 -0600 Matt Mackall merge with stable
Tue, 08 Nov 2011 17:09:48 +0100 Stefano Tortarolo rebase: ensure target is not taken as external (issue3085) stable
Sun, 06 Nov 2011 23:35:33 +0100 Stefano Tortarolo rebase: treat nullmerge as a special case in rebasestate (issue3046) stable
Wed, 02 Nov 2011 13:51:16 -0500 Matt Mackall localrepo: convert various repo.set() users to repo.revs()
Mon, 17 Oct 2011 14:47:36 -0200 Wagner Bruna rebase: fix typos stable
Sat, 15 Oct 2011 14:19:24 -0500 Matt Mackall rebase: simplify check for orphaned descendants
Sat, 15 Oct 2011 14:19:07 -0500 Matt Mackall rebase: simplify set generation
Sat, 15 Oct 2011 20:12:32 +0200 Pierre-Yves David rebase: add --rev option to rebase
Sat, 15 Oct 2011 12:57:47 -0500 Matt Mackall rebase: allow revsets for source and base args
Sat, 15 Oct 2011 19:07:51 +0200 Pierre-Yves David rebase: use revset as soon as possible in internal logic
less more (0) -120 tip