Submitter | Augie Fackler |
---|---|
Date | Sept. 30, 2017, 12:02 p.m. |
Message ID | <09e901272db94667bc14.1506772938@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/24244/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py --- a/mercurial/obsolete.py +++ b/mercurial/obsolete.py @@ -542,7 +542,6 @@ class obsstore(object): raise # just build an empty _all list if no obsstore exists, which # avoids further stat() syscalls - pass return bool(self._all) __bool__ = __nonzero__