Mercurial > hg
view mercurial/__init__.py @ 24173:2cc8ee4c4e1c
subrepo: return only the manifest keys from hgsubrepo.files()
This is in line with the other subrepo classes (i.e. only the filenames are
returned). Archive iterates over the manifest keys, and since subrepo archive()
uses this method, it does too now. This will allow largefiles to override its
manifest keys to present the largefiles instead of the standins. Once in place,
we shouldn't need the copy/paste overrides of archive and subrepo archive in
largefiles, that don't quite behave like the core methods they are overriding.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 15 Feb 2015 17:29:10 -0500 |
parents | 9117c6561b0b |
children | 4374d819ccd5 |