Mercurial > public > mercurial-scm > hg
diff mercurial/hg.py @ 47233:bcafcd779d2e
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Mon, 17 May 2021 15:05:24 +0200 |
parents | 7431f5ab0d2a 8be95673eb8a |
children | 7edaf91c7886 |
line wrap: on
line diff
--- a/mercurial/hg.py Mon May 03 12:34:01 2021 +0200 +++ b/mercurial/hg.py Mon May 17 15:05:24 2021 +0200 @@ -1054,7 +1054,7 @@ # as the only "bad" outcome would be some slowness. That potential # slowness already affect reader. with destrepo.lock(): - destrepo.updatecaches(full=True) + destrepo.updatecaches(full=b"post-clone") finally: release(srclock, destlock) if cleandir is not None: