sapling/hgext/largefiles
Matt Harbison ff98bafc79 largefiles: use 'default' instead of 'default-push' when pulling (issue3584)
This only applies to downloading largefiles, and only when no source for the
pull is explicitly provided.  The repository itself was properly being pulled
via 'default' previously.

Using --all-largefiles is not necessary on a bare pull to test this (this
existing test is merely a convenience), but it is required to test pulling on
the rebase path.

Note that the errors generated in the --rebase case are because the repo
specified doesn't have the largefiles in its cache (though they are in the user
cache), so the errors are misleading.  Specifying --all-largefiles when cloning
to 'b' fixes this, but instead of errors, it reports caching only 5 largefiles
instead of the 9 that come up missing.  Likely this is because the largefile
download procedure tries to download missing files for each rev, and some of the
files have standins in more than one rev that gets pulled.
2012-10-20 21:43:46 -04:00
..
__init__.py largefiles: mark as a first party extension 2012-07-20 22:10:52 -04:00
basestore.py fix trivial spelling errors 2012-08-15 22:38:42 +02:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: fix a traceback in lfconvert if a largefile is missing (issue3519) 2012-10-14 14:44:08 -04:00
lfutil.py largefiles: update lfutil.findoutgoing() discovery method 2012-10-08 22:43:54 -04:00
localstore.py Merge with crew-stable 2012-09-04 13:50:50 -07:00
overrides.py largefiles: use 'default' instead of 'default-push' when pulling (issue3584) 2012-10-20 21:43:46 -04:00
proto.py peer: introduce real peer classes 2012-07-13 21:47:06 +02:00
remotestore.py fix wording and not-completely-trivial spelling errors and bad docstrings 2012-08-15 22:39:18 +02:00
reposetup.py largefile: use self in repo method instead of repo 2012-10-08 15:41:58 +02:00
uisetup.py largefiles: delegate to the wrapped clone command 2012-09-09 12:43:24 -04:00
wirestore.py largefiles: batch statlfile requests when pushing a largefiles repo (issue3386) 2012-06-24 20:36:22 +02:00