[Python-checkins] r88783 - tracker/instances/python-dev/extensions/create_patch.py
martin.v.loewis
python-checkins at python.org
Thu Mar 17 02:50:58 CET 2011
Author: martin.v.loewis
Date: Thu Mar 17 02:50:58 2011
New Revision: 88783
Log:
Update after pulling.
Modified:
tracker/instances/python-dev/extensions/create_patch.py
Modified: tracker/instances/python-dev/extensions/create_patch.py
==============================================================================
--- tracker/instances/python-dev/extensions/create_patch.py (original)
+++ tracker/instances/python-dev/extensions/create_patch.py Thu Mar 17 02:50:58 2011
@@ -15,6 +15,7 @@
repo0.ui.quiet=True
repo0.ui.pushbuffer()
commands.pull(repo0.ui, repo0, quiet=True)
+ commands.update(repo0.ui, repo0)
repo0.ui.popbuffer() # discard all pull output
repo0.ui.pushbuffer()
if commands.incoming(repo0.ui, repo0, source=source, branch=['default'], bundle=bundle, force=False) != 0:
More information about the Python-checkins
mailing list