mercurial/localrepo.py
changeset 46263 d46646ce3158
parent 46238 9796cf108e4e
child 46306 7d096e5a5b90
--- a/mercurial/localrepo.py	Thu Jan 14 11:53:55 2021 -0800
+++ b/mercurial/localrepo.py	Fri Jan 15 01:21:58 2021 +0100
@@ -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()