Show More
@@ -163,12 +163,12 def reposetup(ui, repo): | |||
|
163 | 163 | result = super(lfilesrepo, self).status(node1, node2, m, |
|
164 | 164 | ignored, clean, unknown, listsubrepos) |
|
165 | 165 | if working: |
|
166 | try: | |
|
167 | 166 | |
|
168 | 167 |
|
|
169 | 168 |
|
|
170 | 169 |
|
|
171 | 170 |
|
|
171 | ||
|
172 | 172 |
|
|
173 | 173 |
|
|
174 | 174 |
|
@@ -203,8 +203,6 def reposetup(ui, repo): | |||
|
203 | 203 |
|
|
204 | 204 |
|
|
205 | 205 |
|
|
206 | finally: | |
|
207 | pass | |
|
208 | 206 | |
|
209 | 207 | # Standins no longer found in lfdirstate has been removed |
|
210 | 208 | for standin in ctx1.manifest(): |
General Comments 0
You need to be logged in to leave comments.
Login now