sapling/hgext/largefiles
Matt Harbison 165acc96be largefiles: notice dirty large files in a subrepo
Summary and commit use dirty() to check the status of a subrepository,
so this overrides dirty() in the subrepo in the same manner as
status() to check the large files instead of their standins.

Previously, if only a large file was changed in a subrepo, summary in
the top level repo would not report the subrepo was dirty and commit
-S would report nothing changed.  If any type of file was changed in
the top repo and only a large file in the subrepo, commit -S would not
commit the changes to the subrepo.
2012-04-22 13:19:22 -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: notice dirty large files in a subrepo 2012-04-22 13:19:22 -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: notice dirty large files in a subrepo 2012-04-22 13:19:22 -04:00
wirestore.py largefiles: improve comments, internal docstrings 2011-10-12 20:59:27 -04:00