diff options
author | 2010-04-04 17:11:11 +0000 | |
---|---|---|
committer | 2010-04-04 17:11:11 +0000 | |
commit | e0439b1c34fc8db49fac752fdbc0d94ea558e499 (patch) | |
tree | 2dea33750763ba06defc8ee20a086f4eb47aca9c /usr.bin/tmux/tmux.h | |
parent | In editor_add(), determine block & frag size base on the the actual fs (diff) | |
download | wireguard-openbsd-e0439b1c34fc8db49fac752fdbc0d94ea558e499.tar.xz wireguard-openbsd-e0439b1c34fc8db49fac752fdbc0d94ea558e499.zip |
OpenCVS is very annoying and incorrect when user tries to add several
files at a time.
OpenCVS does the following:
# touch a b c
# opencvs add a b c
opencvs add: scheduling file 'a' for addition
opencvs add: use 'opencvs commit' to add this file permanently
opencvs add: scheduling file 'b' for addition
opencvs add: use 'opencvs commit' to add this file permanently
opencvs add: scheduling file 'c' for addition
opencvs add: use 'opencvs commit' to add this file permanently
This behaviour was added in -r 1.48 of add.c file.
This commit makes OpenCVS behave like GNU cvs:
# touch a b c
# opencvs add a b c
opencvs add: scheduling file 'a' for addition
opencvs add: scheduling file 'b' for addition
opencvs add: scheduling file 'c' for addition
opencvs add: use 'opencvs commit' to add these files permanently
ok deraadt@, xsa@
Diffstat (limited to 'usr.bin/tmux/tmux.h')
0 files changed, 0 insertions, 0 deletions