Submitter | Augie Fackler |
---|---|
Date | March 12, 2017, 5:38 p.m. |
Message ID | <66618e51771e519582cb.1489340295@augie-macbookair2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/19180/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -901,7 +901,7 @@ class ui(object): or not self.formatted() or self.plain() # TODO: expose debugger-enabled on the UI object - or '--debugger' in sys.argv): + or r'--debugger' in sys.argv): # We only want to paginate if the ui appears to be # interactive, the user didn't say HGPLAIN or # HGPLAINEXCEPT=pager, and the user didn't specify --debug.