mercurial/tags.py
changeset 23139 e53f6b72a0e4
parent 21892 89cdebc31cda
child 23877 7cc77030c557
--- a/mercurial/tags.py	Sun Nov 02 13:08:46 2014 +0900
+++ b/mercurial/tags.py	Thu Apr 17 22:47:38 2014 +0200
@@ -87,7 +87,7 @@
 def _readtaghist(ui, repo, lines, fn, recode=None, calcnodelines=False):
     '''Read tag definitions from a file (or any source of lines).
     This function returns two sortdicts with similar information:
-    - the first dict, bingtaglist, contains the tag information as expected by
+    - the first dict, bintaghist, contains the tag information as expected by
       the _readtags function, i.e. a mapping from tag name to (node, hist):
         - node is the node id from the last line read for that name,
         - hist is the list of node ids previously associated with it (in file