sapling/hgext/largefiles
Mads Kiilerich 19967e8476 largefiles: show hashes before prompting for conflict resolution
The largefile hashes are mostly an implementation detail, but they are "leaked"
in several places anyway, and showing the hashes is better than not giving the
user any information about the options in the prompt.

The hashes are long, but it is largefile hashes and it would thus be confusing
to shorten them.
2013-11-16 15:46:29 -05:00
..
__init__.py localrepo: invoke only feature setup functions for enabled extensions 2013-10-17 21:45:17 +09:00
basestore.py largefiles: hide passwords in URLs in ui messages 2013-10-17 16:13:15 +08:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py largefiles: update in two steps, handle interrupted updates better 2013-11-07 01:56:40 +01:00
lfutil.py largefiles: use repo.wwrite for writing standins (issue3909) 2013-04-27 00:41:42 +02:00
localstore.py largefiles: don't close the fd passed to store._getfile 2013-04-15 23:47:04 +02:00
overrides.py largefiles: show hashes before prompting for conflict resolution 2013-11-16 15:46:29 -05:00
proto.py largefiles: don't add extra \n when displaying remote messages in putlfile 2013-10-24 01:49:56 +08:00
remotestore.py largefiles: add missing \n in ui.warn messages 2013-10-21 11:22:54 +08:00
reposetup.py largefiles: call super class method with proper kwargs to respect API 2013-12-03 13:28:04 -05:00
uisetup.py largefiles: setup "largefiles" feature in each repositories individually 2013-09-21 21:33:29 +09:00
wirestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00