sapling/hgext/largefiles
Gregory Szorc 5380dea2a7 global: mass rewrite to use modern exception syntax
Python 2.6 introduced the "except type as instance" syntax, replacing
the "except type, instance" syntax that came before. Python 3 dropped
support for the latter syntax. Since we no longer support Python 2.4 or
2.5, we have no need to continue supporting the "except type, instance".

This patch mass rewrites the exception syntax to be Python 2.6+ and
Python 3 compatible.

This patch was produced by running `2to3 -f except -w -n .`.
2015-06-23 22:20:08 -07:00
..
__init__.py extensions: document that testedwith = 'internal' is special 2015-04-28 16:44:37 -04:00
basestore.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
CONTRIBUTORS hgext: add largefiles extension 2011-09-24 17:35:45 +02:00
lfcommands.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
lfutil.py largefiles: use the optional badfn argument when building a matcher 2015-06-05 22:53:15 -04:00
localstore.py largefiles: use lfutil.findstorepath() when verifying a local repo 2015-04-04 19:34:36 -04:00
overrides.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
proto.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
remotestore.py global: mass rewrite to use modern exception syntax 2015-06-23 22:20:08 -07:00
reposetup.py cleanup: use __builtins__.any instead of util.any 2015-05-16 14:30:07 -04:00
uisetup.py largefiles: remove useless overrideupdate 2015-03-25 13:55:35 +09:00
wirestore.py largefiles: stat all largefiles in one batch before downloading 2013-04-15 23:37:43 +02:00