mercurial/commands.py
changeset 24456 a05c6b400616
parent 24455 16961d43dc89
child 24458 7d87f672d069
equal deleted inserted replaced
24455:16961d43dc89 24456:a05c6b400616
  5734       - show changes in the working directory relative to a
  5734       - show changes in the working directory relative to a
  5735         changeset::
  5735         changeset::
  5736 
  5736 
  5737           hg status --rev 9353
  5737           hg status --rev 9353
  5738 
  5738 
       
  5739       - show changes in the working directory relative to the
       
  5740         current directory (see :hg:`help patterns` for more information)::
       
  5741 
       
  5742           hg status re:
       
  5743 
  5739       - show all changes including copies in an existing changeset::
  5744       - show all changes including copies in an existing changeset::
  5740 
  5745 
  5741           hg status --copies --change 9353
  5746           hg status --copies --change 9353
  5742 
  5747 
  5743       - get a NUL separated list of added files, suitable for xargs::
  5748       - get a NUL separated list of added files, suitable for xargs::