Submitter | phabricator |
---|---|
Date | March 11, 2021, 4:52 p.m. |
Message ID | <differential-rev-PHID-DREV-ermpohsp4szafstlh3yw-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48471/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/hg.py b/mercurial/hg.py --- a/mercurial/hg.py +++ b/mercurial/hg.py @@ -1121,6 +1121,7 @@ assert stats.unresolvedcount == 0 if show_stats: _showstats(repo, stats, quietempty) + return False # naming conflict in updatetotally()