Mon, 10 Jul 2023 19:34:04 +0200 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in various tests
|
Mon, 26 Jun 2023 14:34:58 +0200 |
Mads Kiilerich |
tests: use grep -E instead of obsolescent egrep
stable
|
Mon, 02 May 2022 11:27:20 +0200 |
Raphaël Gomès |
verify: also check dirstate
|
Wed, 19 Oct 2022 11:50:40 -0400 |
Matt Harbison |
revlog: use the user facing filename as the display_id for filelogs
|
Fri, 07 Jan 2022 17:32:25 +0100 |
Pierre-Yves David |
tests: use debugrequires instead of grepping the file directly
|
Mon, 29 Nov 2021 13:09:04 +0100 |
Pierre-Yves David |
extensions: highlight the name of the faulty extensions in the error message
|
Mon, 03 May 2021 12:24:18 +0200 |
Pierre-Yves David |
revlog: use revlog.display_id in integrity error
|
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, 20 Nov 2020 14:43:21 -0800 |
Martin von Zweigbergk |
errors: raise ConfigError on failure to parse config file
|
Mon, 06 Jul 2020 17:44:25 +0200 |
Manuel Jacob |
pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std*
|
Fri, 17 Jan 2020 22:24:27 -0800 |
Gregory Szorc |
py3: string normalization and I/O tweaks in test-lfs.t
|
Mon, 23 Dec 2019 01:12:20 -0500 |
Matt Harbison |
verify: allow the storage to signal when renames can be tested on `skipread`
|
Sun, 22 Dec 2019 23:50:19 -0500 |
Matt Harbison |
lfs: don't skip locally available blobs when verifying
|
Fri, 20 Dec 2019 01:11:35 -0500 |
Matt Harbison |
lfs: add a switch to `hg verify` to ignore the content of blobs
|
Fri, 06 Dec 2019 15:30:06 +0100 |
Paul Sonnenschein |
tests: remove hardcoded errno values
|
Sun, 08 Sep 2019 09:42:53 +0200 |
Pierre-Yves David |
changegroup: move message about added changes to transaction summary
|
Wed, 07 Aug 2019 20:10:43 +0200 |
Pierre-Yves David |
rawdata: update callers in lfs' tests
|
Thu, 18 Oct 2018 21:55:47 -0400 |
Matt Harbison |
lfs: don't add extension to hgrc after conversion (BC)
|
Mon, 01 Oct 2018 23:26:24 -0400 |
Matt Harbison |
py3: suppress the output from .write() calls in more tests
|
Mon, 01 Oct 2018 23:07:19 -0400 |
Matt Harbison |
py3: byteify test-lfs.t
|
Mon, 01 Oct 2018 23:04:58 -0400 |
Matt Harbison |
lfs: explicitly name a key when sorting blob pointers
|
Mon, 24 Sep 2018 12:49:17 -0700 |
Gregory Szorc |
filelog: stop proxying rawsize() (API)
|
Thu, 20 Sep 2018 17:47:34 -0700 |
Gregory Szorc |
lfs: access revlog directly
|
Thu, 20 Sep 2018 15:18:13 -0700 |
Gregory Szorc |
lfs: don't add extension to hgrc after clone or share (BC)
|
Thu, 20 Sep 2018 15:06:43 -0700 |
Gregory Szorc |
localrepo: automatically load lfs extension when required (BC)
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Wed, 05 Sep 2018 01:19:48 +0300 |
Meirambek Omyrzak |
verify: make output less confusing (issue5924)
|
Sat, 09 Jun 2018 19:55:10 +0900 |
Yuya Nishihara |
fileset: rewrite predicates to return matcher not closed to subset (API) (BC)
|