Add "blame" as an "annotate" alias for interoperability with subversion.
This commit is contained in:
parent
ed0c979957
commit
e220ac8c40
@ -110,7 +110,7 @@ static const struct cmd
|
||||
{
|
||||
{ "add", "ad", "new", add, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
|
||||
{ "admin", "adm", "rcs", admin, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
|
||||
{ "annotate", "ann", NULL, annotate, CVS_CMD_USES_WORK_DIR },
|
||||
{ "annotate", "ann", "blame", annotate, CVS_CMD_USES_WORK_DIR },
|
||||
{ "checkout", "co", "get", checkout, 0 },
|
||||
{ "commit", "ci", "com", commit, CVS_CMD_MODIFIES_REPOSITORY | CVS_CMD_USES_WORK_DIR },
|
||||
{ "diff", "di", "dif", diff, CVS_CMD_USES_WORK_DIR },
|
||||
|
Loading…
x
Reference in New Issue
Block a user