summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authorzinovik <zinovik@openbsd.org>2010-04-04 17:11:11 +0000
committerzinovik <zinovik@openbsd.org>2010-04-04 17:11:11 +0000
commite0439b1c34fc8db49fac752fdbc0d94ea558e499 (patch)
tree2dea33750763ba06defc8ee20a086f4eb47aca9c /usr.bin/tmux/tmux.h
parentIn editor_add(), determine block & frag size base on the the actual fs (diff)
downloadwireguard-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