mercurial/subrepo.py
changeset 43787 be8552f25cab
parent 43651 aeed2f106213
child 43789 aea70ca7dd85
--- a/mercurial/subrepo.py	Wed Nov 13 20:42:13 2019 +0100
+++ b/mercurial/subrepo.py	Sun Dec 01 18:46:10 2019 -0500
@@ -1528,7 +1528,7 @@
         return branch2rev, rev2branch
 
     def _gittracking(self, branches):
-        b'return map of remote branch to local tracking branch'
+        """return map of remote branch to local tracking branch"""
         # assumes no more than one local tracking branch for each remote
         tracking = {}
         for b in branches: