log tests/test-annotate.t @ 46392:f25c770c217b

age author description
Mon, 16 Nov 2020 16:00:50 -0800 Martin von Zweigbergk errors: use exit code 10 for parse errors
Mon, 16 Nov 2020 16:25:04 -0800 Martin von Zweigbergk errors: raise InputError when line range to followlines() is out of bounds
Thu, 03 Sep 2020 14:14:04 +0530 Pulkit Goyal commit: pass mergestate into _filecommit() instead of re-reading it
Tue, 07 Jul 2020 00:18:15 +0200 Pierre-Yves David commitctx: extract _filecommit too
Mon, 06 Jul 2020 19:35:53 +0200 Pierre-Yves David commitctx: return "touched" status from _filecommit
Mon, 06 May 2019 22:06:23 -0700 Martin von Zweigbergk tests: update annotate tests to work around simplemerge bug
Thu, 11 Apr 2019 23:22:54 -0700 Martin von Zweigbergk copies: calculate mergecopies() based on pathcopies()
Sun, 14 Apr 2019 13:46:40 -0700 Martin von Zweigbergk tests: make merge conflicts explicit in `hg annotate` tests
Wed, 27 Dec 2017 19:49:36 -0800 Martin von Zweigbergk copies: add config option for writing copy metadata to file and/or changset
Wed, 27 Dec 2017 22:31:00 -0800 Martin von Zweigbergk tests: migrate to new method for getting copy info
Sun, 27 Jan 2019 13:28:45 +0900 Yuya Nishihara revset: allow to parse single integer as a range
Sat, 26 Jan 2019 17:51:55 +0900 Yuya Nishihara dispatch: quote filename in IOError as well
Sun, 30 Sep 2018 15:35:17 +0900 Yuya Nishihara annotate: rename {line_number} to {lineno} (BC)
Sat, 15 Sep 2018 17:26:23 +0900 Yuya Nishihara annotate: pass in wdir rev and node to formatter (BC)
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage