doc/hg.1.txt
changeset 1187 120aa5fc7ced
parent 1146 9061f79c6c6f
child 1188 b3ceb2d470fc
equal deleted inserted replaced
1186:508c7d1b3e1c 1187:120aa5fc7ced
   257     -b <path>         base directory to read patches from
   257     -b <path>         base directory to read patches from
   258     -f, --force	      skip check for outstanding uncommitted changes
   258     -f, --force	      skip check for outstanding uncommitted changes
   259 
   259 
   260     aliases: patch
   260     aliases: patch
   261 
   261 
   262 incoming [source]::
   262 incoming [-p] [source]::
   263     Show new changesets found in the specified repo or the default
   263     Show new changesets found in the specified repo or the default
   264     pull repo. These are the changesets that would be pulled if a pull
   264     pull repo. These are the changesets that would be pulled if a pull
   265     was requested.
   265     was requested.
   266 
   266 
   267     Currently only local repositories are supported.
   267     Currently only local repositories are supported.
       
   268 
       
   269     options:
       
   270     -p, --patch           show patch
   268 
   271 
   269     aliases: in
   272     aliases: in
   270 
   273 
   271 init [dest]::
   274 init [dest]::
   272     Initialize a new repository in the given directory.  If the given
   275     Initialize a new repository in the given directory.  If the given
   318     Print a list of version controlled files for the given revision.
   321     Print a list of version controlled files for the given revision.
   319 
   322 
   320     The manifest is the list of files being version controlled. If no revision
   323     The manifest is the list of files being version controlled. If no revision
   321     is given then the tip is used.
   324     is given then the tip is used.
   322 
   325 
   323 outgoing [dest]:: 
   326 outgoing [-p] [dest]:: 
   324     Show changesets not found in the specified destination repo or the
   327     Show changesets not found in the specified destination repo or the
   325     default push repo. These are the changesets that would be pushed
   328     default push repo. These are the changesets that would be pushed
   326     if a push was requested.
   329     if a push was requested.
       
   330 
       
   331     options:
       
   332     -p, --patch           show patch
   327 
   333 
   328     aliases: out
   334     aliases: out
   329 
   335 
   330 parents::
   336 parents::
   331     Print the working directory's parent revisions.
   337     Print the working directory's parent revisions.