Show More
@@ -12,6 +12,7 b'' | |||
|
12 | 12 | |
|
13 | 13 | from node import nullid, bin, hex, short |
|
14 | 14 | from i18n import _ |
|
15 | import util | |
|
15 | 16 | import encoding |
|
16 | 17 | import error |
|
17 | 18 | import errno |
@@ -81,7 +82,7 b' def _readtags(ui, repo, lines, fn, recod' | |||
|
81 | 82 | ids previously associated with it (in file order). All node ids are |
|
82 | 83 | binary, not hex.''' |
|
83 | 84 | |
|
84 |
filetags = |
|
|
85 | filetags = util.sortdict() # map tag name to (node, hist) | |
|
85 | 86 | count = 0 |
|
86 | 87 | |
|
87 | 88 | def warn(msg): |
General Comments 0
You need to be logged in to leave comments.
Login now