##// END OF EJS Templates
win32text: directly use repo.vfs.join...
Pierre-Yves David -
r31337:ec783167 default
parent child Browse files
Show More
@@ -74,7 +74,7 b' def checknewline(s, newline, ui=None, re'
74 'and does not need EOL conversion by the win32text plugin.\n'
74 'and does not need EOL conversion by the win32text plugin.\n'
75 'Before your next commit, please reconsider your '
75 'Before your next commit, please reconsider your '
76 'encode/decode settings in \nMercurial.ini or %s.\n') %
76 'encode/decode settings in \nMercurial.ini or %s.\n') %
77 (filename, newlinestr[newline], repo.join('hgrc')))
77 (filename, newlinestr[newline], repo.vfs.join('hgrc')))
78
78
79 def dumbdecode(s, cmd, **kwargs):
79 def dumbdecode(s, cmd, **kwargs):
80 checknewline(s, '\r\n', **kwargs)
80 checknewline(s, '\r\n', **kwargs)
General Comments 0
You need to be logged in to leave comments. Login now