Mon, 23 Nov 2020 11:18:48 -0800 |
Martin von Zweigbergk |
errors: remove trailing "!" from some error messages for consistency
|
Mon, 16 Nov 2020 16:00:50 -0800 |
Martin von Zweigbergk |
errors: use exit code 10 for parse errors
|
Thu, 22 Oct 2020 14:14:59 -0700 |
Martin von Zweigbergk |
errors: introduce CanceledError and use it in a few places
|
Thu, 12 Nov 2020 13:22:40 -0800 |
Martin von Zweigbergk |
errors: raise InputError when given non-existent paths etc
|
Tue, 06 Oct 2020 22:36:15 -0700 |
Martin von Zweigbergk |
errors: introduce InputError and use it from commands and cmdutil
|
Fri, 03 May 2019 14:11:16 +0800 |
Anton Shestakov |
commit: add ability to print file status after each successful invocation
|
Fri, 03 May 2019 14:07:14 +0800 |
Anton Shestakov |
tests: flatten repo structure in test-commit.t
|
Fri, 22 Feb 2019 03:52:10 +0530 |
Pulkit Goyal |
diff: make sure we output stat even when --git is not passed (issue4037) (BC)
|
Wed, 26 Sep 2018 10:38:37 -0700 |
Martin von Zweigbergk |
repo: don't look up context for tip node if it's not needed
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Mon, 02 Apr 2018 16:47:53 -0700 |
Gregory Szorc |
debugcommands: drop offset and length from debugindex by default
|
Mon, 02 Apr 2018 16:28:20 -0700 |
Gregory Szorc |
debugcommands: drop base revision from debugindex
|
Sat, 10 Mar 2018 12:33:19 +0530 |
Sushil khanchi |
forget: add --dry-run mode
|
Sun, 25 Feb 2018 22:29:28 -0500 |
Augie Fackler |
tests: add missing b prefixes in test-commit.t
|
Mon, 11 Dec 2017 09:27:40 -0800 |
Martin von Zweigbergk |
memfilectx: make changectx argument mandatory in constructor (API)
|
Sun, 10 Dec 2017 22:50:57 -0500 |
Matt Harbison |
tests: remove (glob) annotations that were only for '\' matches
|
Tue, 22 Aug 2017 15:50:01 -0400 |
Augie Fackler |
tests: update test-commit to pass our import checker
|
Mon, 31 Jul 2017 14:54:57 -0700 |
Martin von Zweigbergk |
commit: don't let failed commit with --addremove update dirstate (issue5645)
stable
|
Mon, 31 Jul 2017 14:54:08 -0700 |
Martin von Zweigbergk |
tests: demonstrate that failed "hg ci -A" updates dirstate (issue5645)
stable
|
Sun, 30 Jul 2017 12:19:46 +0530 |
Pulkit Goyal |
commitextras: make sure keys are not empty
stable
|
Fri, 28 Jul 2017 07:42:55 +0530 |
Pulkit Goyal |
commitextras: make sure keys contains ascii letters, numbers, '_' and '-' only
stable
|
Tue, 18 Jul 2017 20:34:22 -0400 |
Matt Harbison |
test-commit: stabilize for filesystems without symlink support
stable
|
Wed, 12 Jul 2017 16:10:10 +0530 |
Pulkit Goyal |
commitextras: check the format of the arguments and no internal key is used
|
Sun, 09 Jul 2017 16:13:30 -0400 |
Matt Harbison |
subrepo: make the output references to subrepositories consistent
|
Wed, 24 May 2017 17:50:17 +0200 |
Boris Feld |
util: raise ParseError when parsing dates (BC)
|
Mon, 22 May 2017 16:59:57 +0200 |
Pierre-Yves David |
devel: activate default-date in tests
|
Sat, 25 Feb 2017 19:32:39 +0900 |
Yuya Nishihara |
commit: optionally strip quotes from commit template (BC)
|
Fri, 06 Jan 2017 22:50:04 +0900 |
Yuya Nishihara |
commit: fix unmodified message detection for the "--- >8 ----" magic
|
Fri, 06 Jan 2017 22:44:39 +0900 |
Yuya Nishihara |
commit: update test to actually modify template text
|
Sat, 31 Dec 2016 15:36:36 -0600 |
Sean Farley |
cmdutil: add special string that ignores rest of text
|