Mercurial > hg
view contrib/openvms/vms/hgeditor.com @ 52129:ff13068e9b1c
tests: enable pytype checking on `mercurial/wireprotoframing.py`
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 25 Oct 2024 23:09:10 -0400 |
parents | 44001e6f04de |
children |
line wrap: on
line source
$! $! 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