Submitter | phabricator |
---|---|
Date | Jan. 16, 2019, 5:21 p.m. |
Message ID | <780eff738acb494361fb39dd1cbf6172@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/37822/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-remotefilelog-http.t b/tests/test-remotefilelog-http.t --- a/tests/test-remotefilelog-http.t +++ b/tests/test-remotefilelog-http.t @@ -15,7 +15,7 @@ Build a query string for later use: $ GET=`hg debugdata -m 0 | $PYTHON -c \ - > 'import sys ; print [("?cmd=x_rfl_getfile&file=%s&node=%s" % tuple(s.split("\0"))) for s in sys.stdin.read().splitlines()][0]'` + > 'import sys ; print([("?cmd=x_rfl_getfile&file=%s&node=%s" % tuple(s.split("\0"))) for s in sys.stdin.read().splitlines()][0])'` $ cd .. $ cat hg1.pid >> $DAEMON_PIDS