hgext/rebase.py
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Fri, 15 May 2015 11:52:09 -0500 Matt Mackall merge with stable
Thu, 14 May 2015 21:35:06 -0700 Tony Tung rebase: check that the bookmark is still valid when restoring (issue4669) stable
Thu, 14 May 2015 21:34:46 -0700 Tony Tung rebase: remove extraneous blank at the end of file
Thu, 14 May 2015 16:28:28 -0500 Matt Mackall merge with stable
Sun, 10 May 2015 10:57:24 -0400 Jordi GutiƩrrez Hermoso rebase: clear merge when aborting before any rebasing (issue4661) stable
Tue, 12 May 2015 15:04:19 -0700 Nat Mote rebase: add short -k option for --keep
Thu, 07 May 2015 12:07:11 +0900 FUJIWARA Katsunori rebase: use dirstateguard instead of dirstate.invalidate
Tue, 14 Apr 2015 13:17:33 -0700 Ryan McElroy bookmarks: rename bookmarkcurrent to activebookmark (API)
Mon, 13 Apr 2015 22:27:01 -0700 Ryan McElroy bookmarks: rename setcurrent to activate (API)
Mon, 13 Apr 2015 21:53:37 -0700 Ryan McElroy bookmarks: rename unsetcurrent to deactivate (API)
Tue, 28 Apr 2015 10:19:46 -0700 Gregory Szorc rebase: don't forward "source" argument to rebase (issue4633) stable
Mon, 13 Apr 2015 14:54:02 -0400 Tony Tung rebase: restore bookmark state on abort
Tue, 27 Jan 2015 12:33:56 +0000 Pierre-Yves David rebase: ensure rebase revision remains visible (issue4504) stable
Sat, 17 Jan 2015 22:01:14 -0200 Wagner Bruna messages: quote "hg help" hints consistently
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Sun, 04 Jan 2015 01:29:07 +0100 Mads Kiilerich rebase: clarify comment about merge ancestor when rebasing merges
Thu, 11 Oct 2012 23:22:02 +0200 Mads Kiilerich rebase: show a note for updated mq patches
Wed, 10 Dec 2014 06:20:35 +0100 Mads Kiilerich rebase: improve debug messages while processing the list of rebases
Wed, 10 Dec 2014 06:20:35 +0100 Mads Kiilerich rebase: show warning when rebase creates no changes to commit
Tue, 09 Dec 2014 03:45:26 +0100 Mads Kiilerich rebase: show more useful status information while rebasing
Tue, 02 Dec 2014 12:23:12 -0800 Pierre-Yves David rebase: handle revtodo as a special value when storing/restoring state
Tue, 02 Dec 2014 09:46:20 -0800 Pierre-Yves David rebase: add a 'revtodo' constant
Thu, 04 Dec 2014 07:03:02 -0800 Pierre-Yves David rebase: use '>= 0' to know is a revision was rebased
Wed, 19 Nov 2014 03:38:51 +0100 Mads Kiilerich rebase: move base calculation from rebasenode() to defineparents()
Tue, 02 Dec 2014 05:12:59 +0100 Mads Kiilerich rebase: avoid redundant repo[rev].rev() - just keep working in rev space
Tue, 02 Dec 2014 05:12:59 +0100 Mads Kiilerich rebase: always store rev in state, also when collapsing
Tue, 02 Dec 2014 05:12:53 +0100 Mads Kiilerich rebase: clarify naming of variables holding node hashes - don't call them rev
Tue, 02 Dec 2014 17:19:20 -0600 Matt Mackall merge with stable
Tue, 02 Dec 2014 11:06:38 -0800 Pierre-Yves David rebase: ignore negative state when updating back to original wc parent stable
Tue, 11 Nov 2014 18:43:19 -0600 Matt Mackall merge with stable
Mon, 10 Nov 2014 10:44:42 -0800 Durham Goode rebase: fix rebase with no common ancestors (issue4446) stable 3.2.1
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Mon, 20 Oct 2014 18:50:09 -0700 Durham Goode rebase: improve base revset performance stable
Tue, 14 Oct 2014 13:25:13 -0700 Durham Goode obsolete: add allowunstable option
Tue, 14 Oct 2014 13:23:52 -0700 Durham Goode obsolete: add createmarkers option
Mon, 13 Oct 2014 18:00:39 -0500 Matt Mackall rebase: fix some weird mixed-case naming
Mon, 13 Oct 2014 17:55:45 -0500 Matt Mackall rebase: move duplicatecopies next to merge
Mon, 13 Oct 2014 14:33:13 -0500 Matt Mackall duplicatecopies: move from cmdutil to copies
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
less more (0) -100 -60 tip