comparison mercurial/dispatch.py @ 26029:563ea14c62d4 stable

rebase: lock the repo during the full rebase operation Running `hg pull --rebase` would move bookmarks without any repository locking. So we now lock the repository. For good measure and avoiding sneaky race conditions, we lock the repository for the whole operation. There is no code change besides the indentation.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 11 Aug 2015 16:45:11 -0700
parents aca8ae2b0cb2
children d491f289045f
comparison
equal deleted inserted replaced
26028:6fbe35588433 26029:563ea14c62d4