Show More
@@ -115,8 +115,8 b' def rebase(ui, repo, **opts):' | |||||
115 |
|
115 | |||
116 | lock = wlock = None |
|
116 | lock = wlock = None | |
117 | try: |
|
117 | try: | |
|
118 | wlock = repo.wlock() | |||
118 | lock = repo.lock() |
|
119 | lock = repo.lock() | |
119 | wlock = repo.wlock() |
|
|||
120 |
|
120 | |||
121 | # Validate input and define rebasing points |
|
121 | # Validate input and define rebasing points | |
122 | destf = opts.get('dest', None) |
|
122 | destf = opts.get('dest', None) |
General Comments 0
You need to be logged in to leave comments.
Login now