mercurial/commands.py
changeset 27120 37edc8e5ed4f
parent 27119 2725d62ac632
child 27134 cb5bdf65420f
equal deleted inserted replaced
27119:2725d62ac632 27120:37edc8e5ed4f
  4217 
  4217 
  4218       - check the most recent revision of a remote repository::
  4218       - check the most recent revision of a remote repository::
  4219 
  4219 
  4220           hg id -r tip http://selenic.com/hg/
  4220           hg id -r tip http://selenic.com/hg/
  4221 
  4221 
       
  4222     See :hg:`log` for generating more information about specific revisions,
       
  4223     including full hash identifiers.
       
  4224 
  4222     Returns 0 if successful.
  4225     Returns 0 if successful.
  4223     """
  4226     """
  4224 
  4227 
  4225     if not repo and not source:
  4228     if not repo and not source:
  4226         raise error.Abort(_("there is no Mercurial repository here "
  4229         raise error.Abort(_("there is no Mercurial repository here "