Fri, 22 Feb 2019 03:52:10 +0530 |
Pulkit Goyal |
diff: make sure we output stat even when --git is not passed (issue4037) (BC)
|
Thu, 24 Jan 2019 16:16:10 -0800 |
Martin von Zweigbergk |
transplant: use bailifchanged() instead of reimplementing it
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Mon, 18 Jun 2018 16:07:46 +0530 |
Pulkit Goyal |
py3: add `and None` to suppress return values of .write() calls
|
Mon, 30 Apr 2018 19:54:55 -0700 |
Gregory Szorc |
tests: remove #require killdaemons
|
Mon, 19 Feb 2018 15:28:54 +0530 |
Pulkit Goyal |
py3: add b'' prefixes in test-transplant.t
|
Sun, 11 Feb 2018 17:00:21 +0530 |
Pulkit Goyal |
py3: replace file() with open() in test-transplant.t
|
Wed, 10 Jan 2018 14:00:23 -0800 |
Martin von Zweigbergk |
transaction: register summary callbacks only at start of transaction (BC)
|
Thu, 12 Oct 2017 09:39:50 +0200 |
Denis Laxalde |
transaction-summary: show the range of new revisions upon pull/unbundle (BC)
|
Sun, 03 Sep 2017 16:45:33 +0900 |
Yuya Nishihara |
error: move patch.PatchError so it can easily implement __bytes__ (API)
|
Tue, 06 Jun 2017 22:17:39 +0530 |
Pulkit Goyal |
update: show the commit to which we updated in case of multiple heads (BC)
|
Wed, 15 Mar 2017 23:21:30 +0900 |
Yuya Nishihara |
templatekw: make join() escape values of extras (BC) (issue5504)
|
Thu, 12 Jan 2017 11:43:26 -0800 |
Martin von Zweigbergk |
tests: use "hg help revisions.<predicate>" instead of grepping
|
Tue, 15 Mar 2016 09:51:54 +0000 |
Jun Wu |
tests: reorder hg serve commands
|
Tue, 02 Feb 2016 14:49:02 +0000 |
Pierre-Yves David |
update: warn about other topological heads on bare update
|
Wed, 06 Jan 2016 04:59:46 +0000 |
timeless |
transplant: specify the right file and path for unfinishedstates
|
Wed, 06 Jan 2016 04:59:21 +0000 |
timeless |
transplant: only use checkunfinished if not continue
|
Tue, 05 Jan 2016 22:46:04 +0000 |
timeless |
transplant: correct language to use working directory
|
Wed, 06 Jan 2016 06:37:34 +0000 |
timeless |
test-transplant.t: improve test coverage
|
Thu, 31 Dec 2015 08:17:28 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (tests)
|
Thu, 30 Jul 2015 06:22:09 +0900 |
FUJIWARA Katsunori |
transplant: restore dirstate correctly at unexpected failure
stable
|
Wed, 08 Jul 2015 17:01:09 +0900 |
FUJIWARA Katsunori |
context: write dirstate out explicitly at the end of markcommitted
|
Wed, 01 Jul 2015 16:33:31 -0500 |
Matt Mackall |
merge with stable
|
Mon, 29 Jun 2015 19:09:42 -0700 |
Pierre-Yves David |
transplant: only pull the transplanted revision (issue4692)
stable 3.4.2
|
Mon, 29 Jun 2015 19:18:51 -0700 |
Pierre-Yves David |
transplant: update test to use hash for remote transplant
stable
|
Mon, 08 Jun 2015 14:55:40 -0500 |
Matt Mackall |
tests: drop DAEMON_PIDS from killdaemons calls
|
Mon, 08 Jun 2015 14:44:30 -0500 |
Matt Mackall |
tests: drop explicit $TESTDIR from executables
|
Thu, 08 Jan 2015 21:36:12 -0800 |
Pierre-Yves David |
transplant: properly skip empty changeset (issue4423)
|
Tue, 18 Nov 2014 21:49:05 -0800 |
Siddharth Agarwal |
transplant: don't honor whitespace and format-changing diffopts
|
Tue, 28 Oct 2014 00:19:18 +0900 |
FUJIWARA Katsunori |
tests: introduce "checkeditform-n-cat.sh" script to invoke "cat" in it safely
stable
|
Wed, 15 Oct 2014 15:35:59 -0400 |
Augie Fackler |
tests: use $PYTHON instead of hardcoding python
|
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
|
Sat, 16 Aug 2014 10:43:59 +0900 |
FUJIWARA Katsunori |
transplant: change "editform" to distinguish merge commits from others
|
Wed, 06 Aug 2014 11:43:59 -0500 |
Matt Mackall |
tests: replace exit 80 with #require
|
Sun, 11 May 2014 00:49:35 +0900 |
FUJIWARA Katsunori |
transplant: use "getcommiteditor()" instead of explicit editor choice
|
Sun, 13 Apr 2014 19:01:00 +0200 |
Mads Kiilerich |
spelling: fixes from spell checker
|
Mon, 02 Dec 2013 00:50:30 +0900 |
FUJIWARA Katsunori |
transplant: use "ui.extractchoices()" to show the list of available responses
|
Mon, 02 Dec 2013 00:50:30 +0900 |
FUJIWARA Katsunori |
transplant: use "ui.promptchoice()" for interactive transplant
|
Mon, 02 Dec 2013 00:50:30 +0900 |
FUJIWARA Katsunori |
transplant: add test for interactive transplant
|
Sat, 16 Nov 2013 23:14:20 +0900 |
FUJIWARA Katsunori |
transplant: use peer of source repository as "remote" for "repo.pull()"
|
Fri, 28 Dec 2012 11:16:01 +0100 |
Mads Kiilerich |
bundlerepo: don't return the peer without bundlerepo from getremotechanges
stable
|
Wed, 12 Sep 2012 22:21:54 +0200 |
Patrick Mezard |
tests: enable more server tests on Windows
|
Wed, 01 Aug 2012 14:08:19 +0200 |
Patrick Mezard |
transplant: fix emptied changeset message
stable
|
Tue, 31 Jul 2012 17:39:32 +0200 |
Patrick Mezard |
transplant: handle non-empty patches doing nothing (issue2806)
stable
|
Sat, 07 Jul 2012 00:47:55 -0400 |
Matt Harbison |
revset: add destination() predicate
|
Fri, 15 Jun 2012 00:02:27 +0200 |
Mads Kiilerich |
tests: add some missing #if's / hghave requirements
|
Mon, 11 Jun 2012 01:38:32 +0200 |
Mads Kiilerich |
tests: cleanup of tests that got lost in their own nested directories
|
Fri, 11 May 2012 17:26:58 +0200 |
Levi Bard |
transplant: manually transplant pullable changesets with --log
|
Sun, 22 Apr 2012 16:40:38 +0200 |
Patrick Mezard |
transplant: do not rollback on patching error (issue3379)
stable
|
Tue, 10 Apr 2012 23:24:12 -0700 |
Steven Stallion |
transplant: permit merge changesets via --parent
|
Mon, 07 Nov 2011 03:24:53 +0100 |
Mads Kiilerich |
tests: use 'hghave serve' to guard tests that requires serve daemon management
|
Tue, 04 Oct 2011 19:43:45 -0400 |
Greg Ward |
transplant: wrap a transaction around the whole command
|
Fri, 06 May 2011 11:51:18 -0500 |
Matt Mackall |
merge with stable
|
Fri, 06 May 2011 15:37:38 +0300 |
Idan Kamara |
transplant: fix revset doc
stable
|
Mon, 25 Apr 2011 21:20:44 +0200 |
Patrick Mezard |
merge with stable
|
Mon, 25 Apr 2011 21:11:28 +0200 |
Patrick Mezard |
test-transplant: fix missing file addition
stable
|
Mon, 28 Mar 2011 21:36:29 -0700 |
Brendan Cully |
Fix transplant error message to correspond with test
|
Mon, 28 Mar 2011 21:17:32 +0100 |
Luke Plant |
transplant: fix crash if filter script munges log file
|
Thu, 17 Mar 2011 22:17:27 +0100 |
Patrick Mezard |
transplant: add "transplanted" keyword
|
Fri, 11 Mar 2011 15:48:44 +0000 |
Luke Plant |
transplant: added 'HGREVISION' variable to the environment passed to the 'filter' command
|