mercurial/commands.py
changeset 51858 607e94e01851
parent 51834 3b8d92f71d92
child 51859 f4733654f144
equal deleted inserted replaced
51857:f81e0ce5103a 51858:607e94e01851
  3917     num=None,
  3917     num=None,
  3918     id=None,
  3918     id=None,
  3919     branch=None,
  3919     branch=None,
  3920     tags=None,
  3920     tags=None,
  3921     bookmarks=None,
  3921     bookmarks=None,
  3922     **opts
  3922     **opts,
  3923 ):
  3923 ):
  3924     """identify the working directory or specified revision
  3924     """identify the working directory or specified revision
  3925 
  3925 
  3926     Print a summary identifying the repository state at REV using one or
  3926     Print a summary identifying the repository state at REV using one or
  3927     two parent hash identifiers, followed by a "+" if the working
  3927     two parent hash identifiers, followed by a "+" if the working