# # # patch "contrib/monotone.zsh_completion" # from [a0f45dd0009ff65dde742022fcc9b878d23d42f0] # to [08f6e6fc13a6c3dee3d2dc1de7a2541d2409b6e8] # ============================================================ --- contrib/monotone.zsh_completion a0f45dd0009ff65dde742022fcc9b878d23d42f0 +++ contrib/monotone.zsh_completion 08f6e6fc13a6c3dee3d2dc1de7a2541d2409b6e8 @@ -93,7 +93,7 @@ _mtn_annotate() { _mtn_annotate() { _arguments -s : \ {'(--revision)-r+','(-r)--revision='}'[select revision id for operation]:revision:_mtn_selector_or_revision'\ - '--brief[print a brief version of the normal output]'\ + '--revs-only[annotate using full revision ids only]'\ '(*)*:file to annotate:_mtn_files_known' } @@ -531,7 +531,8 @@ _mtn_selectors() { '*d[date]:date:' \ '*e[earlier than]:date:' \ '*l[later than]:date:' \ - '*i[revision id]:revision id:_mtn_revisions' + '*i[revision id]:revision id:_mtn_revisions' \ + '*p[parent of]:revision_id:_mtn_revisions' } (( $+functions[_mtn_selector_or_revision] )) ||