如何在 PCL-CVS 中指定源文件的先前版本?
how to specify previous version of source file in PCL-CVS?
在PCL-CVS 文档中,以下部分描述了如何查看 CVS 差异。它还讨论了提供前缀参数以指定以前的修订版。但是我不明白应该为以前的修订提供什么前缀参数。
d e
This uses ediff (or emerge, depending on ‘cvs-idiff-imerge-handlers’)
to allow you to view diffs. If a prefix argument is given, PCL-CVS
will prompt for a revision against which the diff should be made, else
the default will be to use the BASE revision.
谢谢。
通常,Emacs 中的前缀参数由 prefixing a command with C-u
followed by an optional argument 给出。
在这种情况下,参数是什么听起来并不重要,因此 C-u d e
应该会导致 Emacs 提示您进行修改。
在PCL-CVS 文档中,以下部分描述了如何查看 CVS 差异。它还讨论了提供前缀参数以指定以前的修订版。但是我不明白应该为以前的修订提供什么前缀参数。
d e
This uses ediff (or emerge, depending on ‘cvs-idiff-imerge-handlers’) to allow you to view diffs. If a prefix argument is given, PCL-CVS will prompt for a revision against which the diff should be made, else the default will be to use the BASE revision.
谢谢。
通常,Emacs 中的前缀参数由 prefixing a command with C-u
followed by an optional argument 给出。
在这种情况下,参数是什么听起来并不重要,因此 C-u d e
应该会导致 Emacs 提示您进行修改。