##// END OF EJS Templates
obsolete: import modules within mercurial/ without "from mercurial"
Steve Borho -
r17405:b0aad9fb stable
parent child Browse files
Show More
@@ -52,7 +52,7 b' The header is followed by the markers. E'
52 cannot contain '\0'.
52 cannot contain '\0'.
53 """
53 """
54 import struct
54 import struct
55 from mercurial import util, base85
55 import util, base85
56 from i18n import _
56 from i18n import _
57
57
58 # the obsolete feature is not mature enought to be enabled by default.
58 # the obsolete feature is not mature enought to be enabled by default.
General Comments 0
You need to be logged in to leave comments. Login now