Sun, 04 Feb 2018 15:26:49 -0500 |
Matt Harbison |
cat: call the storage prefetch hook
|
Sun, 04 Feb 2018 14:31:32 -0500 |
Matt Harbison |
archive: call the storage prefetch hook
|
Sun, 04 Feb 2018 00:33:28 -0500 |
Matt Harbison |
lfs: prefetch lfs blobs during revert
|
Sun, 04 Feb 2018 14:14:28 -0500 |
Matt Harbison |
cmdutil: convert _revertprefetch() to a generic stored file hook (API)
|
Sat, 03 Feb 2018 21:26:12 -0500 |
Matt Harbison |
lfs: prefetch lfs blobs when applying merge updates
|
Sat, 27 Jan 2018 14:53:16 -0500 |
Matt Harbison |
lfs: factor out a method for extracting the pointer of a single file
|
Mon, 05 Feb 2018 13:24:02 +0530 |
Pulkit Goyal |
py3: add b'' to literals in check-config.py
|
Fri, 29 Dec 2017 05:40:49 +0530 |
Pulkit Goyal |
check-config: specify the mode 'rb' to open the file
|
Mon, 05 Feb 2018 13:12:36 +0530 |
Pulkit Goyal |
py3: use open() instead of file()
|
Mon, 05 Feb 2018 13:12:01 +0530 |
Pulkit Goyal |
py3: use pycompat.strkwargs() to convert kwargs' key to str
|
Mon, 05 Feb 2018 13:10:33 +0530 |
Pulkit Goyal |
py3: add __bytes__() for mq.patchheader and make sure __str__ returns str
|
Mon, 05 Feb 2018 13:01:35 +0530 |
Pulkit Goyal |
py3: use "%d" to convert integer to bytes
|
Mon, 05 Feb 2018 12:59:57 +0530 |
Pulkit Goyal |
py3: use .startswith() instead of bytes[0]
|
Mon, 05 Feb 2018 12:58:51 +0530 |
Pulkit Goyal |
py3: slice on bytes to prevent getting the ascii values
|
Sun, 04 Feb 2018 20:46:26 +0530 |
Pulkit Goyal |
py3: add r'' to convert keys to keyword arguments to str
|