Fri, 02 Jul 2021 11:44:13 -0700 |
Daniel Ploch |
cmdutil: fix newandmodified file accounting for --interactive commits
|
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
|
Tue, 09 Jul 2019 20:51:48 -0400 |
Matt Harbison |
tests: update test-commit-interactive.t for no-execbit platforms
|
Thu, 20 Jun 2019 14:45:52 -0700 |
Kyle Lippincott |
patch: use a short, fixed-size message for last line of prompt (issue6158)
|
Mon, 06 May 2019 22:10:34 -0400 |
Matt Harbison |
commit: allow --interactive to work again when naming a directory (issue6131)
stable
|
Thu, 04 Apr 2019 11:35:18 +0200 |
Denis Laxalde |
interactive: do not prompt about files given in command line
|
Thu, 31 Jan 2019 14:47:34 -0800 |
Kyle Lippincott |
commit: if interactive, look elsewhere for whitespace settings (BC)
|
Mon, 28 Jan 2019 18:05:05 -0800 |
Kyle Lippincott |
commit: ignore diff whitespace settings when doing `commit -i` (issue5839)
|
Mon, 28 Jan 2019 18:00:14 -0800 |
Kyle Lippincott |
patch: handle 0 context lines (diff.unified=0) when parsing patches
|
Mon, 08 Oct 2018 10:30:59 +0900 |
FUJIWARA Katsunori |
tests: use NO_CHECK_EOF for fragments having intentional error
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Sat, 24 Mar 2018 15:09:33 +0900 |
Yuya Nishihara |
procutil: bulk-replace util.std* to point to new module
|
Sat, 10 Mar 2018 19:56:47 +0900 |
Yuya Nishihara |
py3: make test-commit-interactive.t byte-safe
|
Tue, 20 Jun 2017 09:45:02 -0400 |
Augie Fackler |
cleanup: use $PYTHON to run python in many more tests
|
Fri, 14 Oct 2016 09:52:38 +0200 |
Philippe Pepiot |
commit: return 1 for interactive commit with no changes (issue5397)
|
Sat, 21 May 2016 02:48:51 +0900 |
FUJIWARA Katsunori |
tests: escape bytes setting MSB in input of grep for portability
stable
|
Fri, 13 May 2016 07:19:59 +0900 |
FUJIWARA Katsunori |
patch: show lower-ed translated message correctly
stable
|
Thu, 14 Apr 2016 15:18:59 +0000 |
timeless |
config: use single quotes around command hint
|
Wed, 06 Apr 2016 18:19:36 +0000 |
timeless |
crecord: check for untracked arguments
|
Mon, 21 Dec 2015 20:29:32 -0500 |
Matt Harbison |
test-commit-interactive: updates for the no-execbit case
|
Thu, 17 Dec 2015 20:13:29 +0000 |
timeless |
record: fix hunk handling to remember the current function
|
Thu, 17 Dec 2015 14:38:22 +0000 |
timeless |
record: turn on showfunc
|
Tue, 20 Oct 2015 02:39:42 +0200 |
Pierre-Yves David |
test: enforce bundle1 in "test-commit-interactive.t"
|
Wed, 15 Jul 2015 04:45:58 +0900 |
FUJIWARA Katsunori |
record: omit meaningless 'commit' suggestion at 'hg commit -i'
|
Wed, 08 Jul 2015 17:07:45 +0900 |
FUJIWARA Katsunori |
cmdutil: apply dirstate.normallookup on (maybe partially) committed files
|
Fri, 05 Jun 2015 13:31:18 -0700 |
Laurent Charignon |
record: exiting editor with non-zero status should not stop recording session
|
Fri, 29 May 2015 22:23:58 +0200 |
Gilles Moris |
summary: move the parents phase marker to commit line (issue4688)
|
Thu, 14 May 2015 17:38:38 +0200 |
Gilles Moris |
summary: add a phase line (draft, secret) to the output
|
Wed, 29 Apr 2015 23:55:25 -0400 |
Matt Harbison |
test-commit-interactive: add more globs for no-execbit platforms
stable
|
Mon, 27 Apr 2015 14:02:49 -0700 |
Laurent Charignon |
record: fix adding new file with record from within a subdir (issue4626)
stable
|
Sun, 26 Apr 2015 15:13:13 -0400 |
Matt Harbison |
test-commit-interactive: stablize output for no-execbit platforms
stable
|
Thu, 23 Apr 2015 14:27:26 -0700 |
Laurent Charignon |
record: edit patch of newly added files (issue4304)
stable
|
Thu, 23 Apr 2015 16:59:11 -0700 |
Laurent Charignon |
record: remove useless line in test
stable
|
Wed, 22 Apr 2015 13:56:30 -0700 |
Laurent Charignon |
record: fix record with change on moved file crashes (issue4619)
stable
|
Wed, 11 Mar 2015 15:22:34 -0700 |
Laurent Charignon |
record: add new tests for commit interactive (same tests as record)
base
tests/test-record.t@eded91d24c6c
|