Submitter | phabricator |
---|---|
Date | Jan. 15, 2021, 1:21 a.m. |
Message ID | <differential-rev-PHID-DREV-ynwprdayln35rwc7ybmm-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48093/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -2618,7 +2618,7 @@ return if tr is None or tr.changes[b'origrepolen'] < len(self): - # accessing the 'ser ved' branchmap should refresh all the others, + # accessing the 'served' branchmap should refresh all the others, self.ui.debug(b'updating the branch cache\n') self.filtered(b'served').branchmap() self.filtered(b'served.hidden').branchmap()