Wed, 09 Dec 2020 19:40:30 -0800 |
Martin von Zweigbergk |
errors: use detailed exit code 50 for StorageError
|
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, 17 Oct 2020 13:00:04 +0900 |
Yuya Nishihara |
revset: rename diff(pattern) to diffcontains(pattern)
stable
|
Tue, 08 Sep 2020 18:16:24 +0900 |
Yuya Nishihara |
revset: add diff(pattern) predicate for "grep --diff"
|
Thu, 10 Sep 2020 18:01:43 +0900 |
Yuya Nishihara |
cmdutil: rewrite walkchangerevs() by using logcmdutil functions
|
Thu, 10 Sep 2020 14:23:12 +0900 |
Yuya Nishihara |
grep: make -frREV follow history from the specified revision (BC)
|
Thu, 10 Sep 2020 13:30:34 +0900 |
Yuya Nishihara |
grep: fix --follow with no --diff nor --rev to not fall back to plain grep
|
Fri, 11 Sep 2020 12:39:45 +0900 |
Yuya Nishihara |
test-grep: add tests for --follow with/without --diff and/or paths
|
Wed, 09 Sep 2020 11:41:18 +0900 |
Yuya Nishihara |
grep: fix hash(linestate) to not include linenum
|
Tue, 08 Sep 2020 21:38:10 +0900 |
Yuya Nishihara |
test-grep: document that trivially moved lines might not be detected
|
Mon, 25 May 2020 17:32:25 -0400 |
Valentin Gatien-Baron |
grep: test that paths get audited
|
Mon, 25 May 2020 17:29:38 -0400 |
Valentin Gatien-Baron |
grep: add test coverage of behavior on symlinks
|
Sun, 17 May 2020 12:52:43 -0400 |
Valentin Gatien-Baron |
grep: don't go in an infinite loop when given empty regex
|