]> granicus.if.org Git - python/commitdiff
use system mercurial
authorBenjamin Peterson <benjamin@python.org>
Mon, 3 Feb 2014 18:33:56 +0000 (13:33 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 3 Feb 2014 18:33:56 +0000 (13:33 -0500)
Doc/tools/dailybuild.py

index ab4265eb9e116073f38cb933ed54ab8f5f837d70..f843117498a8f113bb74ce0b1d5c70acc77eb06d 100755 (executable)
@@ -43,7 +43,7 @@ def build_one(checkout, target, isdev, quick):
     print 'Doc autobuild started in %s' % checkout
     os.chdir(checkout)
     print 'Running hg pull --update'
-    os.system('/usr/local/bin/hg pull --update')
+    os.system('hg pull --update')
     print 'Running make autobuild'
     maketarget = 'autobuild-' + ('html' if quick else
                                  ('dev' if isdev else 'stable'))