doc/hg.1.txt
changeset 940 1300271ba8de
parent 928 6f2c3bcbfaaf
child 945 f15901d053e1
child 946 6d21a3488df9
child 948 ffb0665028f0
child 951 859de3ebc041
equal deleted inserted replaced
939:6b735e0ddd81 940:1300271ba8de
   201     pull repo. These are the changesets that would be pulled if a pull
   201     pull repo. These are the changesets that would be pulled if a pull
   202     was requested.
   202     was requested.
   203 
   203 
   204     Currently only local repositories are supported.
   204     Currently only local repositories are supported.
   205 
   205 
       
   206     aliases: in
       
   207 
   206 init [dest]::
   208 init [dest]::
   207     Initialize a new repository in the given directory.  If the given
   209     Initialize a new repository in the given directory.  If the given
   208     directory does not exist, it is created.
   210     directory does not exist, it is created.
   209 
   211 
   210     If no directory is given, the current directory is used.
   212     If no directory is given, the current directory is used.
   259 
   261 
   260 outgoing [dest]:: 
   262 outgoing [dest]:: 
   261     Show changesets not found in the specified destination repo or the
   263     Show changesets not found in the specified destination repo or the
   262     default push repo. These are the changesets that would be pushed
   264     default push repo. These are the changesets that would be pushed
   263     if a push was requested.
   265     if a push was requested.
       
   266 
       
   267     aliases: out
   264 
   268 
   265 parents::
   269 parents::
   266     Print the working directory's parent revisions.
   270     Print the working directory's parent revisions.
   267 
   271 
   268 paths [NAME]::
   272 paths [NAME]::