darcs version 2.0.0 (2.0.0 (+ 19 patches))
パッチを指定する条件を指定します。
'exact' パッチ名を直接指定します。
annotate --summary --match 'exact "my most excellent patch"'
'name' パッチ名に対して正規表現を適用します。
annotate --summary --match 'name [eE]xcellent'
'author' 作者名に対して正規表現を適用します。
annotate --summary --match 'author foo@bar'
'hash' パッチのハッシュを指定します。
darcs annotate --summary --match 'hash 20040403105958-53a90-c719567e92c3b0ab9eddd5290b705712b8b918ef'
'date' パッチの日付を指定します。
darcs annotate --summary --match 'date "tea time yesterday"'
darcs annotate --summary --match 'date "2006-04-02 22:41"'
また、'and', '&&', 'or', '||', 'not', '!' の論理が使えます。括弧でグループ化も出来ます。
(要検討)
最終更新:2008年04月19日 14:17