Mon, 11 Jul 2022 17:27:39 +0200 |
Raphaël Gomès |
rhg: support "!" syntax for disabling extensions
|
Sun, 20 Feb 2022 15:28:44 -0700 |
Gregory Szorc |
tests: remove from __future__ from inline Python in tests
|
Thu, 06 Jan 2022 22:09:40 -0800 |
Martin von Zweigbergk |
logcmdutil: raise `StateError` when file to follow doesn't exist
|
Fri, 19 Nov 2021 16:16:21 -0800 |
Martin von Zweigbergk |
errors: use detailed exit code for RepoLookupError
|
Tue, 28 Sep 2021 08:47:11 -0700 |
Martin von Zweigbergk |
errors: raise InputError on bad revset to revrange() iff provided by the user
|
Mon, 02 Aug 2021 23:43:40 -0400 |
Valentin Gatien-Baron |
tests: manual cleanup now that dummyssh usage is implied
|
Mon, 02 Aug 2021 21:25:01 -0400 |
Valentin Gatien-Baron |
tests: rely on dummyssh being the default
|
Fri, 12 Mar 2021 13:13:13 -0500 |
Augie Fackler |
merge: with stable
|
Tue, 02 Feb 2021 20:20:17 +0900 |
Yuya Nishihara |
log: fix handling of root (or empty) path provided by matcher (issue6478)
stable
|
Thu, 04 Feb 2021 13:32:11 -0800 |
Martin von Zweigbergk |
log: respect diff.merge in -p output
|
Tue, 01 Dec 2020 20:22:24 +0900 |
Yuya Nishihara |
log: do not accept string-matcher pattern as -u/-b/-B parameter
|
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
|
Fri, 23 Oct 2020 10:56:18 -0700 |
Martin von Zweigbergk |
config: add a new [command-templates] section for templates defined by hg
|
Sat, 12 Sep 2020 07:23:47 +0900 |
Yuya Nishihara |
log: make -frREV PATH detect missing files before falling back to slow path
|
Fri, 11 Sep 2020 15:13:35 +0900 |
Yuya Nishihara |
log: fix -fr'wdir()' PATH to follow newly added file
|
Fri, 11 Sep 2020 15:08:58 +0900 |
Yuya Nishihara |
log: reorganize if-else and for loop in logcmdutil._makematcher()
|
Fri, 11 Sep 2020 14:41:05 +0900 |
Yuya Nishihara |
log: fix crash and bad filematcher lookup by -fr'wdir()' PATH
stable
|
Fri, 17 Apr 2020 21:00:18 -0400 |
Matt Harbison |
tests: stabilize test-log.t on Windows
stable
|
Thu, 16 Apr 2020 22:30:11 +0900 |
Yuya Nishihara |
templatekw: fix shownames() to check if namespace exists in repo (issue6301)
|
Sun, 14 Oct 2018 13:19:24 +0200 |
Pierre-Yves David |
debugobsolete: also issue the "new obsmarkers" messsage
|
Wed, 24 Apr 2019 10:47:40 -0700 |
Martin von Zweigbergk |
tests: demonstrate `hg log -r . <file>` linkrev bug
|
Thu, 27 Dec 2018 17:16:40 +0530 |
Navaneeth Suresh |
log: fix line wrap on diffstat with -G/--graph (issue5800)
|
Sat, 15 Sep 2018 17:26:21 +0900 |
Yuya Nishihara |
log: fill in pseudo rev and node as wdir() manifest identifiers
|
Sat, 15 Sep 2018 17:26:20 +0900 |
Yuya Nishihara |
log: have changesetformatter fill in wdir() rev and node (BC)
|
Mon, 07 May 2018 19:43:43 -0700 |
Martin von Zweigbergk |
update: print warning about hidden changeset after update
|
Fri, 13 Apr 2018 23:45:07 +0900 |
Yuya Nishihara |
log: fix crash on empty revision with --copies switch
|
Fri, 13 Apr 2018 22:47:14 +0900 |
Yuya Nishihara |
logcmdutil: rewrite jsonchangeset printer to be backed by jsonformatter
|
Sat, 03 Mar 2018 18:33:10 -0500 |
Augie Fackler |
tests: port test-log to Python 3
|
Sun, 04 Mar 2018 07:03:50 -0500 |
Yuya Nishihara |
templater: fix position of terminator character in error message
|