# # # patch "NEWS" # from [121a0b81882ecd279f1e733f7d5a458ce998d0e4] # to [cd03ea383fe3f7c452f7a3a51b90708d7eed97bd] # # patch "monotone.texi" # from [83908db6b19b262c96f4383fd23075ab21c06329] # to [f6858b0e63222e8d40c117f467516a792f81edad] # ============================================================ --- NEWS 121a0b81882ecd279f1e733f7d5a458ce998d0e4 +++ NEWS cd03ea383fe3f7c452f7a3a51b90708d7eed97bd @@ -14,6 +14,8 @@ Xxx Xxx 99 99:99:99 UTC 2010 'db kill_branch_certs_locally' have been replaced with a more flexible command 'local kill_certs'. + - The 'cert' command can now operate on multiple revisions at once. + New Features Bugs Fixed ============================================================ --- monotone.texi 83908db6b19b262c96f4383fd23075ab21c06329 +++ monotone.texi f6858b0e63222e8d40c117f467516a792f81edad @@ -6296,12 +6296,12 @@ @section Certificate @section Certificate @ftable @command address@hidden mtn cert @var{id} @var{certname} address@hidden mtn cert @var{id} @var{certname} @var{certval} address@hidden mtn cert @var{selector} @var{certname} address@hidden mtn cert @var{selector} @var{certname} @var{certval} -These commands create a new certificate with name @var{certname}, for a -revision with version @var{id}. The @var{id} argument can be a selector -using certs already on the revision, such as @code{h:@var{branchname}}. +These commands create a new certificate with name @var{certname}, for all +revisions matching @var{selector}. The @var{selector} argument can +use certs already on the revision, such as @code{h:@var{branchname}}. If @var{certval} is provided, it is the value of the certificate. Otherwise the certificate value is read from @code{stdin}.