Skip to content

Commit 66f1208

Browse files
committed
Pull using git command for the repo
1 parent 8cdc7c1 commit 66f1208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def build_one(checkout, target, isdev, quick):
125125

126126
def build_devguide():
127127
logging.info("Building devguide")
128-
shell_out("hg pull -u -R %s" % (DEVGUIDE_CHECKOUT,))
128+
shell_out("git -C %s pull" % (DEVGUIDE_CHECKOUT,))
129129
shell_out("%s %s %s" % (SPHINXBUILD, DEVGUIDE_CHECKOUT, DEVGUIDE_TARGET))
130130
shell_out("chmod -R o+r %s" % (DEVGUIDE_TARGET,))
131131
# TODO Do Fastly invalidation.

0 commit comments

Comments
 (0)