Sun, 11 Feb 2018 00:49:43 -0500 |
Matt Harbison |
archive: migrate to the fileprefetch callback mechanism
|
Sun, 11 Feb 2018 10:52:13 -0800 |
Gregory Szorc |
py3: use raw string for file open mode
|
Sun, 04 Feb 2018 14:31:32 -0500 |
Matt Harbison |
archive: call the storage prefetch hook
|
Sat, 03 Feb 2018 15:26:13 +0900 |
Yuya Nishihara |
archive: rewrite default metadata template as a multi-line bytes literal
|
Sun, 10 Dec 2017 04:43:41 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in archival.py
|
Fri, 01 Dec 2017 17:39:21 +1100 |
James May |
archive: pass thru mtime for directory archives, like other archive types do
|
Mon, 17 Jul 2017 00:49:29 -0400 |
Matt Harbison |
archive: add an experimental config to control the metadata file template
|
Sun, 16 Jul 2017 17:40:36 -0400 |
Matt Harbison |
archive: use a templater to build the metadata file
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Sun, 09 Jul 2017 02:46:03 -0400 |
Matt Harbison |
archival: flag missing files as a dirty wdir() in the metadata file (BC)
|
Thu, 02 Mar 2017 13:30:28 +0100 |
Pierre-Yves David |
vfs: use 'vfs' module directly in 'mercurial.archival'
|
Thu, 02 Mar 2017 03:52:36 +0100 |
Pierre-Yves David |
vfs: replace 'scmutil.opener' usage with 'scmutil.vfs'
|
Sat, 25 Feb 2017 21:13:59 -0500 |
Matt Harbison |
subrepo: run the repo decoders when archiving
|
Mon, 21 Nov 2016 18:17:02 -0500 |
Augie Fackler |
archival: simplify code and drop message about Python 2.5
|
Thu, 01 Sep 2016 02:29:46 +0530 |
Pulkit Goyal |
py3: remove use of *L syntax
|