# # patch "monotone.texi" # from [cf0f339b148f20cf7eb6191ea01c96089943fc12] # to [7fe157a3ae2373e3304bce091c31b84b2664b5be] # ======================================================================== --- monotone.texi cf0f339b148f20cf7eb6191ea01c96089943fc12 +++ monotone.texi 7fe157a3ae2373e3304bce091c31b84b2664b5be @@ -3548,12 +3548,17 @@ @item monotone add @var{pathname...} address@hidden monotone add --unknown This command places ``add'' entries for the paths specified in @var{pathname...} in the working copy's ``work list''. The work list of your working copy is located at @file{MT/work}, and is a list of explicit pathname changes you wish to commit at some future time, such as addition, removal or renaming of files. +As a convenience, the @option{--unknown} option can be used; this +options will cause all of the files listed by @command{monotone list +unknown} to be added. + While this command places an ``add'' entry on your work list, it does not immediately affect your database. When you @command{commit} your working copy, monotone will use the work list to build a new revision, @@ -3562,6 +3567,7 @@ @item monotone drop @var{pathname...} address@hidden monotone drop --missing This command places ``drop'' entries for the paths specified in @var{pathname...} in the working copy's ``work list''. The work list of your working copy is located at @file{MT/work}, and is a list of @@ -3687,7 +3693,8 @@ @item monotone revert @itemx monotone revert @var{pathname...} - address@hidden monotone revert --missing address@hidden monotone revert --missing @var{pathname...} With no files given, this command changes your working copy, so that changes you have made since the last checkout or update are discarded. It does this by changing every file listed in the working copy's base @@ -3698,11 +3705,11 @@ directories are affected instead of the entirety of your working copy. If the flag @option{--missing} is given, in addition to files or -directories given as arguments, it reverts any files which monotone has -listed in it's manifest, but which have been deleted from the working -copy. If you specify @option{--missing} with no additional path -arguments, and there are no files missing from the working copy, revert -is conservative and does nothing. +directories given as arguments, it reverts (ie, restores) any files +which monotone has listed in its manifest, but which have been deleted +from the working copy. If you specify @option{--missing} with no +additional path arguments, and there are no files missing from the +working copy, revert is conservative and does nothing. From within a subdirectory of the working copy the @command{revert} command will, by default, revert @emph{all changes} in the working copy.