annotate hgext/__init__.py @ 22524:8c8fe120670f

largefiles: avoid using 'lfiles' variable for two purposes The variable 'lfiles' is first used for a set of the names of all the large files. It is then overwritten with a tuple like the ones returned from status(). To reduce confusion, let's create a separate variable for the second use.
author Martin von Zweigbergk <martinvonz@gmail.com>
date Tue, 16 Sep 2014 22:50:38 -0700
parents 7d439981bec4
children 155e3308289c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
1 # placeholder