]> Cypherpunks repositories - gostls13.git/commit
codereview: force hg update after hg pull -u during hg sync
authorRuss Cox <rsc@golang.org>
Tue, 25 Jun 2013 21:23:21 +0000 (17:23 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 25 Jun 2013 21:23:21 +0000 (17:23 -0400)
commit75aab1374196f454c9fa579863eaadbae2ac17c3
tree885b155a6f9a94b03e83dd6e7a7bd6cd2d80e8ca
parent7590e28d24d2dd50200808d2514656b6a440412f
codereview: force hg update after hg pull -u during hg sync

If you hg update your client to an earlier CL, then
hg sync will move you back to tip if it pulls anything in,
but it will leave you where you are if it doesn't pull anything in.
That's confusing: make hg sync always update to tip.

R=golang-dev, bradfitz, r, dsymonds
CC=golang-dev
https://golang.org/cl/10456044
lib/codereview/codereview.py