Submitter | phabricator |
---|---|
Date | Nov. 9, 2017, 1:14 p.m. |
Message ID | <4c51a4e171a6c16a1d02c1f520a525d8@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25437/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/graphlog.py b/hgext/graphlog.py --- a/hgext/graphlog.py +++ b/hgext/graphlog.py @@ -66,5 +66,5 @@ This is an alias to :hg:`log -G`. """ - opts['graph'] = True + opts[r'graph'] = True return commands.log(ui, repo, *pats, **opts)