##// END OF EJS Templates
hghave: use strings instead of floats for version numbers passed to checkvers...
hghave: use strings instead of floats for version numbers passed to checkvers I think it’s a really bad idea to use floats for version numbers. One problem is that 3.10 is the same as 3.1.

File last commit:

r51894:44001e6f default
r52266:7d313b25 default
Show More
startup.com
12 lines | 252 B | application/x-msdownload | TextLexer
$!
$! Mercurial startup file
$!
$ proc = f$environment("PROCEDURE")
$ cur_dev = f$parse(proc,,,"DEVICE","SYNTAX_ONLY")
$ cur_dir = f$parse(proc,,,"DIRECTORY","SYNTAX_ONLY")
$!
$! Define logicals
$!
$ @'cur_dev''cur_dir'logicals "/system/exec"
$
$ exit