##// END OF EJS Templates
spelling: responsibility
timeless@mozdev.org -
r17512:39e7e74b default
parent child Browse files
Show More
@@ -3185,7 +3185,7 b' def finish(ui, repo, *revrange, **opts):'
3185 revs = scmutil.revrange(repo, revrange)
3185 revs = scmutil.revrange(repo, revrange)
3186 if repo['.'].rev() in revs and repo[None].files():
3186 if repo['.'].rev() in revs and repo[None].files():
3187 ui.warn(_('warning: uncommitted changes in the working directory\n'))
3187 ui.warn(_('warning: uncommitted changes in the working directory\n'))
3188 # queue.finish may changes phases but leave the responsability to lock the
3188 # queue.finish may changes phases but leave the responsibility to lock the
3189 # repo to the caller to avoid deadlock with wlock. This command code is
3189 # repo to the caller to avoid deadlock with wlock. This command code is
3190 # responsability for this locking.
3190 # responsability for this locking.
3191 lock = repo.lock()
3191 lock = repo.lock()
General Comments 0
You need to be logged in to leave comments. Login now