CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/09 12:42:14
Modified files:
usr.bin/cvs : edit.c
Log message:
when opencvs is started with trace option `-t' it must print function it
enters, even if it was executed simultaneously with `-n' (no exec option).
cvs_unedit_local() does not conform that behaviour, so lets make it behave
like all other functions.
ok xsa@, stsp@
