Thu, 12 Oct 2017 09:39:50 +0200 |
Denis Laxalde |
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
|
Tue, 19 Sep 2017 22:06:26 -0700 |
Martin von Zweigbergk |
rebase: also include other namespaces in changeset description
|
Fri, 07 Jul 2017 18:51:46 -0700 |
Jun Wu |
rebase: use scmutil.cleanupnodes (issue5606) (BC)
|
Tue, 27 Jun 2017 17:39:55 +0200 |
Pierre-Yves David |
rebase: backed out changeset 2519994d25ca
stable
|
Sun, 19 Mar 2017 11:54:15 -0700 |
Durham Goode |
rebase: use one dirstateguard for entire rebase
|
Sat, 19 Nov 2016 15:41:37 -0800 |
Kostia Balytskyi |
conflicts: make spacing consistent in conflict markers
|
Wed, 17 Feb 2016 22:45:01 +0100 |
liscju |
rebase: adds storing collapse message (issue4792)
|
Mon, 08 Feb 2016 14:03:45 +0100 |
Pierre-Yves David |
tests: add an explicit destination in some rebase tests
|
Mon, 19 Oct 2015 16:29:35 +0200 |
Mads Kiilerich |
rebase: fix wrong 'no changes to commit' when using --collapse
|
Fri, 22 May 2015 17:08:59 -0500 |
Matt Mackall |
branch: don't warn about branches if repository has multiple branches already
|
Fri, 09 Jan 2015 10:52:14 -0800 |
Durham Goode |
bundles: do not overwrite existing backup bundles (BC)
|
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
|
Sun, 07 Dec 2014 20:04:45 +0100 |
Mads Kiilerich |
tests: make 'saved backup' globbing less narrow in rebase tests
|
Fri, 10 Oct 2014 13:05:50 -0500 |
Matt Mackall |
dirstate: properly clean-up some more merge state on setparents
|
Fri, 15 Aug 2014 23:05:53 +0900 |
FUJIWARA Katsunori |
rebase: use "rebase.collapse" as "editform" for "--collapse" always
|
Sun, 02 Mar 2014 18:52:16 +0100 |
Mads Kiilerich |
merge: keep destination filename as key in filemerge actions
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
rebase: use "commitforceeditor" instead of "ui.edit()" for "--collapse"
stable
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
branchmap: cache open/closed branch head information
|
Fri, 22 Nov 2013 19:14:17 +0100 |
Martin Geisler |
tests: don't load unnecessary graphlog extension
|
Fri, 01 Nov 2013 17:08:06 -0700 |
Durham Goode |
rebase: fix working copy location after a --collapse (issue4080)
stable
|
Wed, 23 Oct 2013 23:42:13 +0800 |
Mads Kiilerich |
rebase: improve error message for more than one external parent
stable
|
Mon, 14 Oct 2013 16:12:29 +0200 |
Pierre-Yves David |
rebase: preserve working directory parent (BC)
|
Mon, 14 Oct 2013 16:49:54 +0200 |
Pierre-Yves David |
tests: prepare rebase test for wc parent preservation
|
Fri, 15 Mar 2013 11:23:29 -0700 |
Durham Goode |
rebase: fix --collapse when a file was added then removed
|
Fri, 08 Feb 2013 22:54:17 +0100 |
Mads Kiilerich |
export: show 'Date' header in a format that also is readable for humans
|
Tue, 05 Feb 2013 16:22:53 -0800 |
Durham Goode |
bookmark: don't allow integers as bookmark/branch/tag names
|
Wed, 16 Jan 2013 00:09:26 +0100 |
Pierre-Yves David |
destroyed: drop complex branchcache rebuilt logic
|
Sun, 13 Jan 2013 01:39:16 -0600 |
Kevin Bullock |
filtering: rename filters to their antonyms
|
Mon, 07 Jan 2013 17:23:25 +0100 |
Pierre-Yves David |
branchmap: allow to use cache of subset
|
Fri, 22 Jun 2012 02:39:52 +0200 |
Mads Kiilerich |
tests: add missing 'backup bundle' path glob in test-rebase-collapse.t
|
Fri, 18 May 2012 12:45:47 -0700 |
Joshua Redstone |
strip: incrementally update the branchheads cache after a strip
|
Wed, 20 Jun 2012 20:08:57 +0200 |
Pierre-Yves David |
rebase: do not add second parent to rebased changeset (drop detach option) (BC)
|
Sun, 13 May 2012 14:29:05 +0200 |
Patrick Mezard |
test-rebase-collapse: fix Windows path separator
|
Thu, 03 May 2012 15:14:58 +0200 |
Patrick Mezard |
rebase: allow collapsing branches in place (issue3111)
|
Sun, 29 Apr 2012 22:25:55 +0200 |
Patrick Mezard |
localrepo: add setparents() to adjust dirstate copies (issue3407)
stable
|
Tue, 03 Apr 2012 19:06:35 +0200 |
Thomas Arendsen Hein |
tests: make tests work if directory contains special characters
stable
|
Mon, 23 Jan 2012 12:26:01 -0600 |
Augie Fackler |
test-rebase-collapse: Add test for rebase regression introduced in 12309c09d19a
stable
|
Tue, 17 Jan 2012 09:12:14 +0100 |
Alain Leufroy |
rebase: fix phases movement
|
Tue, 27 Dec 2011 00:11:22 +0100 |
Pierre-Yves David |
phases: prevent rebase to rebase immutable changeset.
|
Thu, 08 Dec 2011 14:32:44 -0600 |
Matt Mackall |
branch: warn on branching
stable
|
Sat, 15 Oct 2011 19:07:51 +0200 |
Pierre-Yves David |
rebase: use revset as soon as possible in internal logic
|
Mon, 18 Jul 2011 22:58:21 +0200 |
Stefano Tortarolo |
rebase: block collapse with keepbranches on multiple named branches (issue2112)
stable
|
Sat, 30 Apr 2011 17:38:06 +0200 |
Nicolas Dumazet |
tests: upgrade bundles/rebase.hg to support test-rebase-collapse
|
Tue, 15 Mar 2011 18:33:36 +0100 |
Radomir Dopieralski |
rebase: add -m/--message to rebase --collapse (issue2389)
|
Fri, 08 Oct 2010 22:36:10 -0500 |
Mads Kiilerich |
tests: remove redundant globs
|
Fri, 01 Oct 2010 16:10:06 +0200 |
Adrian Buehlmann |
tests: unify test-rebase*
base
tests/test-rebase-collapse@b223b1002ccf
|