See for example:
|
### opam pin vcs-local ./vcs-local --no-action |
where no message is displayed about the change to
vcs-local.opam
This seems to be in contrast to opam install ./local-vcs which does display a note:
|
[NOTE] Ignoring uncommitted changes in ${BASEDIR}/nip-fo (`--working-dir' not specified or specified with no argument). |
Related to #6409