Show More
@@ -365,10 +365,9 b' def overridelog(orig, ui, repo, *pats, *' | |||||
365 | # support naming a directory on the command line with only |
|
365 | # support naming a directory on the command line with only | |
366 | # largefiles. The original directory is kept to support normal |
|
366 | # largefiles. The original directory is kept to support normal | |
367 | # files. |
|
367 | # files. | |
368 |
if standin in |
|
368 | if standin in ctx: | |
369 | m._files[i] = standin |
|
369 | m._files[i] = standin | |
370 |
elif m._files[i] not in repo |
|
370 | elif m._files[i] not in ctx and repo.wvfs.isdir(standin): | |
371 | and repo.wvfs.isdir(standin): |
|
|||
372 | m._files.append(standin) |
|
371 | m._files.append(standin) | |
373 |
|
372 | |||
374 | m._fileroots = set(m._files) |
|
373 | m._fileroots = set(m._files) |
General Comments 0
You need to be logged in to leave comments.
Login now