Show More
@@ -133,7 +133,7 b' def fix(ui, repo, *pats, **opts):' | |||
|
133 | 133 | raise error.Abort(_('cannot specify both "--rev" and "--all"')) |
|
134 | 134 | opts['rev'] = ['not public() and not obsolete()'] |
|
135 | 135 | opts['working_dir'] = True |
|
136 | with repo.wlock(), repo.lock(): | |
|
136 | with repo.wlock(), repo.lock(), repo.transaction('fix'): | |
|
137 | 137 | revstofix = getrevstofix(ui, repo, opts) |
|
138 | 138 | basectxs = getbasectxs(repo, opts, revstofix) |
|
139 | 139 | workqueue, numitems = getworkqueue(ui, repo, pats, opts, revstofix, |
General Comments 0
You need to be logged in to leave comments.
Login now