doc/hg.1.txt
changeset 1657 dbb8bba48510
parent 1608 722fd16f6f8c
child 1658 f5e194047f1e
equal deleted inserted replaced
1656:14d73fff4c45 1657:dbb8bba48510
   452     -f, --force  force update
   452     -f, --force  force update
   453     -e, --ssh    specify ssh command to use
   453     -e, --ssh    specify ssh command to use
   454     --remotecmd  specify hg command to run on the remote side
   454     --remotecmd  specify hg command to run on the remote side
   455 
   455 
   456 rawcommit [-p -d -u -F -m -l]::
   456 rawcommit [-p -d -u -F -m -l]::
   457     Lowlevel commit, for use in helper scripts.
   457     Lowlevel commit, for use in helper scripts. (DEPRECATED)
   458 
   458 
   459     This command is not intended to be used by normal users, as it is
   459     This command is not intended to be used by normal users, as it is
   460     primarily useful for importing from other SCMs.
   460     primarily useful for importing from other SCMs.
       
   461 
       
   462     This command is now deprecated and will be removed in a future
       
   463     release, please use debugsetparents and commit instead.
   461 
   464 
   462 recover::
   465 recover::
   463     Recover from an interrupted commit or pull.
   466     Recover from an interrupted commit or pull.
   464 
   467 
   465     This command tries to fix the repository status after an interrupted
   468     This command tries to fix the repository status after an interrupted