Show More
@@ -8,7 +8,6 b'' | |||||
8 |
|
8 | |||
9 | '''setup for largefiles repositories: reposetup''' |
|
9 | '''setup for largefiles repositories: reposetup''' | |
10 | import copy |
|
10 | import copy | |
11 | import os |
|
|||
12 |
|
11 | |||
13 | from mercurial import error, match as match_, error |
|
12 | from mercurial import error, match as match_, error | |
14 | from mercurial.i18n import _ |
|
13 | from mercurial.i18n import _ | |
@@ -305,7 +304,7 b' def reposetup(ui, repo):' | |||||
305 | _('file "%s" is a largefile standin') % f, |
|
304 | _('file "%s" is a largefile standin') % f, | |
306 | hint=('commit the largefile itself instead')) |
|
305 | hint=('commit the largefile itself instead')) | |
307 | # Scan directories |
|
306 | # Scan directories | |
308 |
if |
|
307 | if self.wvfs.isdir(f): | |
309 | dirs.append(f) |
|
308 | dirs.append(f) | |
310 | else: |
|
309 | else: | |
311 | regulars.append(f) |
|
310 | regulars.append(f) |
General Comments 0
You need to be logged in to leave comments.
Login now