Fix bug hg id topic

pull/950/head
paugier 2020-09-11 00:36:28 +02:00
rodzic 64633bbcbc
commit 39081b70c3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -146,7 +146,7 @@ def test_ref_topic(hg_repo_with_content):
"""
upstream, node_id = hg_repo_with_content
node_id = subprocess.Popen(
["hg", "identify", "-i", "-r", "topic(test-topic)"],
["hg", "identify", "-i", "-r", "topic(test-topic)"] + args_enabling_topic,
stdout=subprocess.PIPE,
cwd=upstream,
)