equal
deleted
inserted
replaced
126 # List of functions to be wrapped. |
126 # List of functions to be wrapped. |
127 # NOTE: os.path.dirname() and os.path.basename() are safe because |
127 # NOTE: os.path.dirname() and os.path.basename() are safe because |
128 # they use result of os.path.split() |
128 # they use result of os.path.split() |
129 funcs = '''os.path.join os.path.split os.path.splitext |
129 funcs = '''os.path.join os.path.split os.path.splitext |
130 os.path.splitunc os.path.normpath os.makedirs |
130 os.path.splitunc os.path.normpath os.makedirs |
131 mercurial.windows.normcase |
|
132 mercurial.util.normcase |
|
133 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase |
131 mercurial.util.endswithsep mercurial.util.splitpath mercurial.util.checkcase |
134 mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath |
132 mercurial.util.fspath mercurial.util.pconvert mercurial.util.normpath |
135 mercurial.util.checkwinfilename mercurial.util.checkosfilename''' |
133 mercurial.util.checkwinfilename mercurial.util.checkosfilename''' |
136 |
134 |
137 # codec and alias names of sjis and big5 to be faked. |
135 # codec and alias names of sjis and big5 to be faked. |