Show More
@@ -3354,6 +3354,7 def qqueue(ui, repo, name=None, **opts): | |||||
3354 | raise error.Abort( |
|
3354 | raise error.Abort( | |
3355 | _('invalid queue name, may not contain the characters ":\\/."')) |
|
3355 | _('invalid queue name, may not contain the characters ":\\/."')) | |
3356 |
|
3356 | |||
|
3357 | with repo.wlock(): | |||
3357 | existing = _getqueues() |
|
3358 | existing = _getqueues() | |
3358 |
|
3359 | |||
3359 | if opts.get('create'): |
|
3360 | if opts.get('create'): |
General Comments 0
You need to be logged in to leave comments.
Login now