Submitter | phabricator |
---|---|
Date | Dec. 10, 2017, 2:39 a.m. |
Message ID | <differential-rev-PHID-DREV-u5hwdbsxz32bge3iyufk-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/26172/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py --- a/mercurial/obsolete.py +++ b/mercurial/obsolete.py @@ -776,7 +776,7 @@ # rely on obsstore class default when possible. kwargs = {} if defaultformat is not None: - kwargs['defaultformat'] = defaultformat + kwargs[r'defaultformat'] = defaultformat readonly = not isenabled(repo, createmarkersopt) store = obsstore(repo.svfs, readonly=readonly, **kwargs) if store and readonly: