Thu, 25 Aug 2016 22:02:26 +0200 |
Gábor Stefanik |
update: enable copy tracing for backwards and non-linear updates
|
Wed, 14 Oct 2015 03:30:27 -0400 |
timeless |
mq: consistently use qrefresh
|
Tue, 10 Mar 2015 13:19:17 +0100 |
Mads Kiilerich |
mq: generate patch names from first line of description
|
Wed, 03 Jun 2015 14:21:15 -0400 |
Matt Harbison |
scmutil: consistently return subrepos relative to ctx1 from itersubrepos()
|
Thu, 23 Apr 2015 14:27:26 -0700 |
Laurent Charignon |
record: edit patch of newly added files (issue4304)
stable
|
Wed, 22 Apr 2015 13:56:30 -0700 |
Laurent Charignon |
record: fix record with change on moved file crashes (issue4619)
stable
|
Sun, 05 Apr 2015 15:08:55 -0400 |
Matt Harbison |
subrepo: precisely identify the missing subrepo spec file
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
|
Fri, 06 Mar 2015 15:57:43 -0800 |
Laurent Charignon |
record: allow editing new files (issue4304)
|
Sun, 16 Nov 2014 16:26:15 -0500 |
Matt Harbison |
tests: fix globs for Windows
|
Tue, 04 Nov 2014 23:41:46 +0900 |
Yuya Nishihara |
tests: write hgrc of more than two lines by using shell heredoc
|
Wed, 01 Oct 2014 01:04:18 +0200 |
Mads Kiilerich |
ui: show prompt choice if input is not a tty but is forced to be interactive
|
Wed, 24 Sep 2014 02:41:11 +0200 |
Mads Kiilerich |
mq: refactor patchheader header ordering to match export (BC)
|
Wed, 24 Sep 2014 01:36:44 +0200 |
Mads Kiilerich |
mq: write '# Parent ' lines with two spaces like export does (BC)
|
Sat, 20 Sep 2014 17:06:56 +0200 |
Mads Kiilerich |
mq: write headers for new HG patches in the same order as export (BC)
|
Sat, 22 Mar 2014 23:39:51 +0900 |
FUJIWARA Katsunori |
localrepo: omit ".hgsubstate" also from "added" files
|
Thu, 20 Mar 2014 00:10:45 +0900 |
FUJIWARA Katsunori |
mq: omit ".hgsubstate" from qnew/qrefresh target list for consistent node hash
|
Thu, 20 Mar 2014 00:10:45 +0900 |
FUJIWARA Katsunori |
qnew: omit meaningless and harmful putting subrepositories into target list
|
Fri, 06 Sep 2013 00:38:28 +0200 |
Angel Ezquerra |
merge: let the user choose to merge, keep local or keep remote subrepo revisions
|
Tue, 13 Aug 2013 01:38:30 +0200 |
Angel Ezquerra |
mq: update subrepos when applying / unapplying patches that change .hgsubstate
|
Tue, 06 Aug 2013 00:49:39 +0200 |
Angel Ezquerra |
mq: look for modified subrepos when checking for local changes
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
Fri, 17 Aug 2012 13:58:19 -0700 |
timeless |
grammar: rolled-back
|
Wed, 27 Jun 2012 22:03:27 +0900 |
FUJIWARA Katsunori |
mq: check subrepo synchronizations against parent of workdir or other appropriate context
|
Wed, 27 Jun 2012 22:03:27 +0900 |
FUJIWARA Katsunori |
mq: create patch file after commit to import diff of ".hgsubstate" at qrefresh
|
Wed, 27 Jun 2012 22:03:22 +0900 |
FUJIWARA Katsunori |
mq: add ".hgsubstate" to patch target list only if it is not listed up yet
|
Mon, 11 Jun 2012 01:40:51 +0200 |
Mads Kiilerich |
tests: add missing trailing 'cd ..'
|
Fri, 30 Mar 2012 22:08:46 +0100 |
A. S. Budden |
record: allow splitting of hunks by manually editing patches
|
Mon, 06 Feb 2012 15:10:01 -0600 |
Matt Mackall |
subrepo: rewrite handling of subrepo state at commit (issue2403)
|
Fri, 21 Oct 2011 00:33:08 +0200 |
Martin Geisler |
subrepos: abort commit by default if a subrepo is dirty (BC)
stable
|
Tue, 19 Jul 2011 13:43:53 -0500 |
Kevin Bullock |
subrepo: don't commit in subrepo if it's clean
stable
|
Tue, 01 Mar 2011 02:54:16 +0100 |
Mads Kiilerich |
tests: test-mq-subrepo.t Solaris 10 sh compliance
stable
|
Mon, 10 Jan 2011 16:02:41 -0500 |
Kevin Bullock |
subrepo: separate out mq+svn subrepo tests
|
Fri, 07 Jan 2011 19:15:21 +0100 |
Adrian Buehlmann |
test-mq-subrepo.t: skip test if svn not installed
|
Tue, 04 Jan 2011 11:33:47 -0600 |
Kevin Bullock |
subrepo: fix svnsubrepo.dirty() checking of ignoreupdate (issue2499)
|
Fri, 07 Jan 2011 17:44:23 +0100 |
Patrick Mezard |
test-mq-subrepo.t: correctly forward stdin to test functions
|
Tue, 07 Dec 2010 22:14:43 -0600 |
Kevin Bullock |
mq: update .hgsubstate if subrepos are clean (issue2499)
|