aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'release.py')
-rw-r--r--release.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release.py b/release.py
index f3000e0b..2aab1344 100644
--- a/release.py
+++ b/release.py
@@ -58,6 +58,9 @@ def do_release():
'upload', 'upload_docs'])
upload_bootstrap_script()
+ # update to the tip for the next operation
+ subprocess.check_call(['hg', 'update'])
+
# we just tagged the current version, bump for the next release.
bump_versions()
subprocess.check_call(['hg', 'ci', '-m',