sapling/hgext/largefiles
Matt Harbison 677d4b2efc largefiles: fix status -S reporting of subrepos (issue3231)
Wrapping the status command will only invoke overridestatus() and set
the lfstatus field for the top level repository.  Wrapping the status
function is required to set the field on child repositories.

Previously, status -S would report large files in a subrepo as '?'
regardless of their actual states, and was inconsistent with what
status would report from within that subrepo.
2012-04-22 03:47:34 -04:00
..
__init__.py largefiles: clarify help when options are ignored until first add is done 2011-12-28 00:01:48 +01:00
basestore.py largefiles: remove use of underscores that breaks coding convention 2012-03-09 16:11:52 +01:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: fix cat for largefiles (issue3352) 2012-04-16 17:03:39 +02:00
lfutil.py largefiles: remove use of underscores that breaks coding convention 2012-03-09 16:11:52 +01:00
localstore.py largefiles: remove lfutil.createdir, replace calls with util.makedirs 2011-10-25 11:45:28 -04:00
overrides.py largefiles: fix status -S reporting of subrepos (issue3231) 2012-04-22 03:47:34 -04:00
proto.py largefiles: remove use of underscores that breaks coding convention 2012-03-09 16:11:52 +01:00
remotestore.py largefiles: improve error reporting 2011-10-13 20:24:29 -04:00
reposetup.py merge with stable 2012-03-26 16:42:53 -05:00
uisetup.py largefiles: fix status -S reporting of subrepos (issue3231) 2012-04-22 03:47:34 -04:00
wirestore.py largefiles: improve comments, internal docstrings 2011-10-12 20:59:27 -04:00