diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2004-05-19 11:10:47 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-05-19 11:10:47 +0000 |
| commit | 3971345ee6474db629e27c489231645ffa2eac91 (patch) | |
| tree | b21bdb8d7a2244c27794e9c7c02065b5dcd09356 /Completion/Unix/Command/_perforce | |
| parent | Added a comment to resizehistents() to explain why the function is (diff) | |
| download | zsh-3971345ee6474db629e27c489231645ffa2eac91.tar zsh-3971345ee6474db629e27c489231645ffa2eac91.tar.gz zsh-3971345ee6474db629e27c489231645ffa2eac91.tar.bz2 zsh-3971345ee6474db629e27c489231645ffa2eac91.tar.lz zsh-3971345ee6474db629e27c489231645ffa2eac91.tar.xz zsh-3971345ee6474db629e27c489231645ffa2eac91.tar.zst zsh-3971345ee6474db629e27c489231645ffa2eac91.zip | |
unposted: _perforce: minor tweak to revision syntax
Diffstat (limited to 'Completion/Unix/Command/_perforce')
| -rw-r--r-- | Completion/Unix/Command/_perforce | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce index 7083470d6..b7b429c17 100644 --- a/Completion/Unix/Command/_perforce +++ b/Completion/Unix/Command/_perforce @@ -124,6 +124,17 @@ # backslash, as before. The # and @ are never added automatically; you # have to select one by hand. # +# Perforce allows change and revision numbers to be preceded by =, <, <=, > +# or >=. See `p4 help undoc' for details. (In particular, `=' is +# an extremely useful shortcut when integrating single changes.) +# This syntax is handled, but currently the < and > must be quoted +# with a backslash, not by any other mechanism. For example, +# p4 files myfile@\> |
