doc/hg.1.txt
changeset 552 2204311609a0
parent 523 003df62ae39f
child 553 f2442a6a5893
equal deleted inserted replaced
547:4fc63e22b1fe 552:2204311609a0
   165     aliases: patch
   165     aliases: patch
   166 
   166 
   167 init::
   167 init::
   168     Initialize a new repository in the current directory.
   168     Initialize a new repository in the current directory.
   169 
   169 
   170 log [file]::
   170 log [-r revision ...] [file]::
   171     Print the revision history of the specified file or the entire project.
   171     Print the revision history of the specified file or the entire project.
   172 
   172 
   173     By default this command outputs: changeset id and hash, tags,
   173     By default this command outputs: changeset id and hash, tags,
   174     parents, user, date and time, and a summary for each commit. The
   174     parents, user, date and time, and a summary for each commit. The
   175     -v switch adds some more detail, such as changed files, manifest
   175     -v switch adds some more detail, such as changed files, manifest
   176     hashes or message signatures.
   176     hashes or message signatures.
       
   177 
       
   178     When a revision argument is given, only this file or changelog revision
       
   179     is displayed. With two revision arguments all revisions in this range
       
   180     are listed. Additional revision arguments may be given repeating the above
       
   181     cycle.
   177 
   182 
   178     aliases: history
   183     aliases: history
   179 
   184 
   180 manifest [revision]::
   185 manifest [revision]::
   181     Print a list of version controlled files for the given revision.
   186     Print a list of version controlled files for the given revision.