kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix bug hg id topic
rodzic
64633bbcbc
commit
39081b70c3
|
@ -146,7 +146,7 @@ def test_ref_topic(hg_repo_with_content):
|
||||||
"""
|
"""
|
||||||
upstream, node_id = hg_repo_with_content
|
upstream, node_id = hg_repo_with_content
|
||||||
node_id = subprocess.Popen(
|
node_id = subprocess.Popen(
|
||||||
["hg", "identify", "-i", "-r", "topic(test-topic)"],
|
["hg", "identify", "-i", "-r", "topic(test-topic)"] + args_enabling_topic,
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
cwd=upstream,
|
cwd=upstream,
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue