##// END OF EJS Templates
wheel: assign CIBW_SKIP globally...
wheel: assign CIBW_SKIP globally The other cibuildwheels (e.g. windows) will needs it too.

File last commit:

r51894:44001e6f default
r53124:d0e728b0 stable
Show More
hgeditor.com
12 lines | 264 B | application/x-msdownload | TextLexer
$!
$! Call OpenVMS editor with a conversion from Unix filename syntax to OpenVMS syntax
$!
$ set proc/par=extend
$ ufile = p1
$ tovms :== $ MERCURIAL_ROOT:[vms]tovms
$ tovms 'ufile'
$ vfile = tmpfn
$ deassign sys$input
$ edit 'vfile'
$ purge/nolog 'vfile'
$ exit