Fri, 29 Jan 2021 12:16:55 -0800 |
Martin von Zweigbergk |
errors: use exit code 40 for when a hook fails
|
Thu, 08 Oct 2020 15:35:44 -0700 |
Martin von Zweigbergk |
errors: stop passing non-strings to Abort's constructor
|
Mon, 20 Apr 2020 14:37:10 -0700 |
Martin von Zweigbergk |
commit: tell user what to do with .hg/last-message.txt
|
Thu, 20 Jun 2019 01:08:56 +0530 |
Taapas Agrawal |
mq: fix for merge detection methods
|
Sun, 09 Jun 2019 02:12:58 +0530 |
Taapas Agrawal |
statecheck: added support for STATES
|
Wed, 16 Jan 2019 17:33:47 -0800 |
Martin von Zweigbergk |
localrepo: use context manager for transaction in commit()
|
Mon, 08 Jan 2018 19:41:47 +0530 |
Pulkit Goyal |
merge: add `--abort` flag which can abort the merge
|
Sun, 10 Dec 2017 22:50:57 -0500 |
Matt Harbison |
tests: remove (glob) annotations that were only for '\' matches
|
Mon, 20 Mar 2017 11:38:37 +0900 |
Yuya Nishihara |
mq: reject new patch name containing leading/trailing whitespace
|
Wed, 18 Nov 2015 01:36:58 -0800 |
Laurent Charignon |
localrepo: put bookmark move following commit in one transaction
|
Fri, 09 Oct 2015 13:54:52 -0700 |
Siddharth Agarwal |
simplemerge: move conflict warning message to filemerge
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Fri, 05 Jun 2015 14:34:58 -0400 |
Augie Fackler |
mq: ban \r and \n in patch names (issue4711)
|
Fri, 05 Jun 2015 14:31:52 -0400 |
Augie Fackler |
mq: use %r to format illegal characters instead of manually quoting
|
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, 20 Sep 2014 17:06:56 +0200 |
Mads Kiilerich |
mq: correctly make an empty line after description in new patches
|
Sat, 26 Jul 2014 03:32:49 +0200 |
Pierre-Yves David |
resolve: add parenthesis around "no more unresolved files" message
stable
|
Mon, 21 Jul 2014 11:27:24 -0700 |
Danek Duvall |
tests: cat error messages are different on Solaris
stable
|
Sun, 11 May 2014 00:49:36 +0900 |
FUJIWARA Katsunori |
mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qnew)
|
Thu, 08 May 2014 11:11:27 -0500 |
Matt Mackall |
tests: fix test failure on vfat
|
Fri, 09 May 2014 14:46:50 -0500 |
Matt Mackall |
resolve: simplify "finished" message
|
Fri, 18 Apr 2014 22:19:25 -0700 |
Gregory Szorc |
resolve: print message when no unresolved files remain (issue4214)
|
Mon, 05 May 2014 21:26:40 +0900 |
FUJIWARA Katsunori |
qnew: use "editor" argument of "commit()" instead of explicit "ui.edit()"
|
Fri, 28 Mar 2014 14:33:27 -0500 |
Sean Farley |
tests: use TESTTMP instead of TESTDIR
stable
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
qnew: save manually edited commit message into ".hg/last-message.txt"
stable
|
Sat, 28 Apr 2012 01:55:39 +0200 |
Mads Kiilerich |
tests: add missing accept of native pathname separator
stable
|
Thu, 17 Nov 2011 23:02:18 -0600 |
Matt Mackall |
merge with crew
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: hide 'No such file or directory' messages
|
Wed, 16 Nov 2011 18:04:19 -0600 |
Matt Mackall |
merge: give a special message for internal:merge failure (issue3105)
|