Mercurial > hg
comparison mercurial/dagutil.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 | 6ddc86eedc3b |
children | 015ded095933 |
comparison
equal
deleted
inserted
replaced
26028:6fbe35588433 | 26029:563ea14c62d4 |
---|