Show More
@@ -115,13 +115,13 def addlargefiles(ui, repo, *pats, **opt | |||
|
115 | 115 | ui.status(_('adding %s as a largefile\n') % m.rel(f)) |
|
116 | 116 | |
|
117 | 117 | bad = [] |
|
118 | standins = [] | |
|
119 | 118 | |
|
120 | 119 | # Need to lock, otherwise there could be a race condition between |
|
121 | 120 | # when standins are created and added to the repo. |
|
122 | 121 | wlock = repo.wlock() |
|
123 | 122 | try: |
|
124 | 123 | if not opts.get('dry_run'): |
|
124 | standins = [] | |
|
125 | 125 | lfdirstate = lfutil.openlfdirstate(ui, repo) |
|
126 | 126 | for f in lfnames: |
|
127 | 127 | standinname = lfutil.standin(f) |
General Comments 0
You need to be logged in to leave comments.
Login now