Sun, 20 Feb 2022 15:28:44 -0700 |
Gregory Szorc |
tests: remove from __future__ from inline Python in tests
|
Tue, 18 Jan 2022 15:04:55 -0800 |
Martin von Zweigbergk |
merge: set custom conflict label for base commit
|
Thu, 20 Jan 2022 14:13:12 -0800 |
Martin von Zweigbergk |
filemerge: always define a "base" label
|
Thu, 23 Sep 2021 09:42:20 -0700 |
Martin von Zweigbergk |
errors: use InputError for bad path arguments to `hg annotate`
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
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
|
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)
|
Thu, 06 Sep 2018 03:24:27 +0530 |
Pulkit Goyal |
tests: order the imports in test-fastannotate-hg.t
|
Sun, 05 Aug 2018 16:44:16 +0900 |
Yuya Nishihara |
formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)
|
Mon, 20 Aug 2018 21:01:05 +0000 |
Gregory Szorc |
debugcommands: use openstorage() in debugindexdot
|
Tue, 21 Aug 2018 21:43:44 -0400 |
Matt Harbison |
test-fastannotate: fix trivial output differences on Windows
|
Mon, 30 Jul 2018 22:50:00 -0400 |
Augie Fackler |
fastannotate: initial import from Facebook's hg-experimental
|