blame.rnc
来自「subversion-1.4.3-1.tar.gz 配置svn的源码」· RNC 代码 · 共 21 行
RNC
21 行
# XML RELAX NG schema for Subversion command-line client output# For "svn blame"include "common.rnc"start = blameblame = element blame { target* }## Information for one blamed file.target = element target { attlist.target, entry* }attlist.target &= attribute path { target.type }## Information for one line of a blamed file.## NOTE: The order of entries in a target element is insignificant.entry = element entry { attlist.entry, commit? }attlist.entry &= ## Line number. attribute line-number { xsd:integer { minInclusive = "1" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?