##// END OF EJS Templates
util: rename the util.localpath that uses url to urllocalpath (issue2875)...
util: rename the util.localpath that uses url to urllocalpath (issue2875) util is never imported by any other name than util, so this is mostly just a simple search and replace from util.localpath to util.urllocalpath (assuming other uses of util.localpath already has been renamed).

File last commit:

r12857:a9f91c84 stable
r14825:de9eb6b1 1.9 stable
Show More
README
15 lines | 420 B | text/plain | TextLexer
Mercurial
=========
Mercurial is a fast, easy to use, distributed revision control tool
for software developers.
Basic install:
$ make # see install targets
$ make install # do a system-wide install
$ hg debuginstall # sanity-check setup
$ hg # see help
See http://mercurial.selenic.com/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.