doc/hg.1.txt
changeset 612 9cd745437269
parent 608 d2994b5298fb
child 627 b6c42714d900
equal deleted inserted replaced
611:48c3eb2bf844 612:9cd745437269
   181     aliases: patch
   181     aliases: patch
   182 
   182 
   183 init::
   183 init::
   184     Initialize a new repository in the current directory.
   184     Initialize a new repository in the current directory.
   185 
   185 
   186 log [-r revision ...] [file]::
   186 log [-r revision ...] [-p] [file]::
   187     Print the revision history of the specified file or the entire project.
   187     Print the revision history of the specified file or the entire project.
   188 
   188 
   189     By default this command outputs: changeset id and hash, tags,
   189     By default this command outputs: changeset id and hash, tags,
   190     parents, user, date and time, and a summary for each commit. The
   190     parents, user, date and time, and a summary for each commit. The
   191     -v switch adds some more detail, such as changed files, manifest
   191     -v switch adds some more detail, such as changed files, manifest
   192     hashes or message signatures.
   192     hashes or message signatures.
   193 
   193 
   194     When a revision argument is given, only this file or changelog revision
   194     options:
   195     is displayed. With two revision arguments all revisions in this range
   195     -r, --rev <A>, ...  When a revision argument is given, only this file or
   196     are listed. Additional revision arguments may be given repeating the above
   196                         changelog revision is displayed. With two revision
   197     cycle.
   197                         arguments all revisions in this range are listed.
       
   198                         Additional revision arguments may be given repeating
       
   199                         the above cycle.
       
   200     -p, --patch         show patch
   198 
   201 
   199     aliases: history
   202     aliases: history
   200 
   203 
   201 manifest [revision]::
   204 manifest [revision]::
   202     Print a list of version controlled files for the given revision.
   205     Print a list of version controlled files for the given revision.