precommand

来自「利用java编写的文件管理系统」· 代码 · 共 19 行

TXT
19
字号
# The "precommand" file is run before a cvs command is executed.
# The filter on the right is invoked with the repository name and
# the name of the command that has been executed.  A non-zero return
# value with abort the command with an error.
#
# The standard input of the filter receives each command argument,
# separated by linefeeds.
#
# The first entry on a line is a regular expression which is tested
# against the directory that the change is being committed to, relative
# to the $CVSROOT.  For the first match that is found, then the remainder
# of the line is the name of the filter to run.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?