Mon, 24 Feb 2020 14:52:46 -0500 |
Matt Harbison |
lfutil: provide a hint if the largefiles/lfs cache path cannot be determined
|
Mon, 13 Jan 2020 14:12:31 -0500 |
Augie Fackler |
hgext: replace references to hashlib.sha1 with hashutil.sha1
|
Fri, 18 Oct 2019 17:52:19 -0700 |
Martin von Zweigbergk |
largefiles: allow "lfstatus" context manager to set value to False
|
Fri, 18 Oct 2019 17:46:37 -0700 |
Martin von Zweigbergk |
largefiles: move lfstatus context manager to lfutil
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Wed, 20 Feb 2019 19:28:51 -0500 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
Sat, 09 Feb 2019 22:50:53 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments from {always,never,exact}() (API)
|
Fri, 25 Jan 2019 23:36:23 -0800 |
Martin von Zweigbergk |
cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
|
Sat, 25 Aug 2018 13:09:24 -0400 |
Matt Harbison |
largefiles: use a context manager to control the progress bar lifetime
|
Mon, 18 Jun 2018 15:14:39 -0700 |
Martin von Zweigbergk |
largefiles: use progress helper
|
Sun, 11 Feb 2018 16:29:35 -0800 |
Gregory Szorc |
py3: use hex(hasher.digest())
|
Tue, 05 Dec 2017 23:08:59 -0500 |
Matt Harbison |
largefiles: refactor _usercachedir() to allow reuse with lfs
|
Fri, 13 Oct 2017 22:28:03 +0200 |
Boris Feld |
configitems: register the 'largefiles.usercache' config
|
Thu, 12 Oct 2017 23:34:34 -0700 |
Jun Wu |
codemod: use pycompat.isdarwin
|
Thu, 12 Oct 2017 09:04:22 -0700 |
Jun Wu |
codemod: use pycompat.isposix
|
Thu, 12 Oct 2017 23:30:46 -0700 |
Jun Wu |
codemod: use pycompat.iswindows
|
Wed, 11 Oct 2017 17:42:35 -0700 |
Jun Wu |
largefiles: do not use platform.system()
|
Fri, 29 Sep 2017 14:49:05 -0700 |
Martin von Zweigbergk |
dirstate: use keyword arguments to clarify status()'s callers
|
Fri, 29 Sep 2017 14:19:36 -0700 |
Martin von Zweigbergk |
dirstate: use keyword arguments to clarify walk()'s callers
|
Thu, 13 Jul 2017 18:31:35 -0700 |
Jun Wu |
codemod: simplify nested withs
|
Sat, 08 Jul 2017 16:18:04 -0700 |
Gregory Szorc |
dirstate: expose a sparse matcher on dirstate (API)
|
Wed, 17 May 2017 14:31:47 -0700 |
Martin von Zweigbergk |
largefiles: delete unnecessary meddling with matcher internals
|
Sat, 01 Apr 2017 02:32:49 +0900 |
FUJIWARA Katsunori |
largefiles: use readasstandin() to read hex hash directly from filectx
|
Sat, 01 Apr 2017 02:32:49 +0900 |
FUJIWARA Katsunori |
largefiles: remove unused readstandin()
|
Sat, 01 Apr 2017 02:32:48 +0900 |
FUJIWARA Katsunori |
largefiles: make copytostore() accept only changectx as the 2nd argument (API)
|
Sat, 01 Apr 2017 02:32:48 +0900 |
FUJIWARA Katsunori |
largefiles: remove unused keyword argument of copytostore() (API)
|
Sat, 01 Apr 2017 02:32:48 +0900 |
FUJIWARA Katsunori |
largefiles: add copytostore() fstandin argument to replace readstandin() (API)
|
Sat, 01 Apr 2017 02:32:47 +0900 |
FUJIWARA Katsunori |
largefiles: replace readstandin() by readasstandin()
|