[PATCH] Command abbreviations and aliases
Fredrik Lundh
fredrik at pythonware.com
Fri Apr 15 16:29:34 BST 2005
Michael Ellerman wrote:
> I think people expect this behaviour, just because other tools do it
what tools? I only have svn and cvs and perforce on this computer, and
none of them support arbitrary abbreviations.
$ svn s
unknown command: 's'
Type 'svn help' for usage.
$ svn st
svn: '.' is not a working copy
$ svn sta
unknown command: 'sta'
Type 'svn help' for usage.
$ svn stat
svn: '.' is not a working copy
$ svn statu
unknown command: 'statu'
Type 'svn help' for usage.
$ svn status
svn: '.' is not a working copy
</F>
More information about the bazaar
mailing list