Submitter | Katsunori FUJIWARA |
---|---|
Date | Feb. 17, 2019, 5:19 p.m. |
Message ID | <308243c661d7fb232997.1550423965@footprints> |
Download | mbox | patch |
Permalink | /patch/38801/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-hook.t b/tests/test-hook.t --- a/tests/test-hook.t +++ b/tests/test-hook.t @@ -855,7 +855,7 @@ preoutgoing hook can prevent outgoing ch > def printtags(ui, repo, **args): > ui.write(b'[%s]\n' % b', '.join(sorted(repo.tags()))) > - > class container: + > class container(object): > unreachable = 1 > EOF