doc/hg.1.txt
changeset 928 6f2c3bcbfaaf
parent 924 ab681ea2857e
child 940 1300271ba8de
child 945 f15901d053e1
equal deleted inserted replaced
927:5a830d7bea52 928:6f2c3bcbfaaf
   194                       meaning as the correnponding patch option
   194                       meaning as the correnponding patch option
   195     -b <path>         base directory to read patches from
   195     -b <path>         base directory to read patches from
   196 
   196 
   197     aliases: patch
   197     aliases: patch
   198 
   198 
       
   199 incoming [source]::
       
   200     Show new changesets found in the specified repo or the default
       
   201     pull repo. These are the changesets that would be pulled if a pull
       
   202     was requested.
       
   203 
       
   204     Currently only local repositories are supported.
       
   205 
   199 init [dest]::
   206 init [dest]::
   200     Initialize a new repository in the given directory.  If the given
   207     Initialize a new repository in the given directory.  If the given
   201     directory does not exist, it is created.
   208     directory does not exist, it is created.
   202 
   209 
   203     If no directory is given, the current directory is used.
   210     If no directory is given, the current directory is used.
   247 manifest [revision]::
   254 manifest [revision]::
   248     Print a list of version controlled files for the given revision.
   255     Print a list of version controlled files for the given revision.
   249 
   256 
   250     The manifest is the list of files being version controlled. If no revision
   257     The manifest is the list of files being version controlled. If no revision
   251     is given then the tip is used.
   258     is given then the tip is used.
       
   259 
       
   260 outgoing [dest]:: 
       
   261     Show changesets not found in the specified destination repo or the
       
   262     default push repo. These are the changesets that would be pushed
       
   263     if a push was requested.
   252 
   264 
   253 parents::
   265 parents::
   254     Print the working directory's parent revisions.
   266     Print the working directory's parent revisions.
   255 
   267 
   256 paths [NAME]::
   268 paths [NAME]::