# # patch "commands.cc" # from [210b7b14134bb2865da4725032b507d1ed29c785] # to [ff07364210a3ee71cb6c41c7a3ce9f3e6be8d353] # # patch "monotone.1" # from [c373cde12e52ccdec50edddf091907df83e06060] # to [8b3699fb3547458585d9e9acb48f4baf5fd0b6fa] # # patch "monotone.texi" # from [f31c3a952fdf52b31543e6fc02271aa0e37aba1f] # to [ffbdfa684b8b1e995bfbfb51c1851408024e3647] # --- commands.cc +++ commands.cc @@ -3673,7 +3673,8 @@ "leaves\n" "inventory\n" "stdio\n" - "certs REV\n", + "certs REV\n" + "select SELECTOR\n", "automation interface", OPT_NONE) { --- monotone.1 +++ monotone.1 @@ -183,7 +183,7 @@ \fBunset\fP \fI \fP Delete any setting for db var \fI\fP in domain \fI\fP. .TP -\fBautomate\fP \fI(interface_version|heads|descendents|erase_ancestors|toposort|ancestry_difference|leaves|inventory)\fP +\fBautomate\fP \fI(interface_version|heads|ancestors|attributes|parents|descendents|children|graph|erase_ancestors|toposort|ancestry_difference|leaves|inventory|stdio|certs|select)\fP Scripting interface. .TP \fBdb\fP \fI(init|info|version|dump|load|migrate|rebuild|execute|check)\fP --- monotone.texi +++ monotone.texi @@ -6686,7 +6686,7 @@ Serve contents of @i{} at network address @i{} @comment TROFF INPUT: .SH DESCRIPTION address@hidden @b{automate} @i{(interface_version|heads|descendents|erase_ancestors|toposort|ancestry_difference|leaves|inventory)} address@hidden @b{automate} @i{(interface_version|heads|ancestors|attributes|parents|descendents|children|graph|erase_ancestors|toposort|ancestry_difference|leaves|inventory|stdio|certs|select)} Scripting interface. @item @b{db} @i{(init|info|version|dump|load|migrate|execute )} @@ -6785,10 +6785,7 @@ @item @address@hidden} @itemx @b{-r} @i{} -Currently this option only applies to the diff command where it may be -used to compare a working copy with a specific revision or to compare -two specific revisions. It will likely apply to other commands in the -future. +Use the given revision with the current command. The revision id could be specified as a selector. @ref{Selectors}. @item @address@hidden} Use the content of the given file as the changelog when committing a new