mercurial/commands.py
changeset 8009 76e4c08a48ad
parent 8008 36924a4711e9
child 8018 8985e1daa7f5
equal deleted inserted replaced
8008:36924a4711e9 8009:76e4c08a48ad
  2727     source of a copy/move operation, are not listed unless -c (clean),
  2727     source of a copy/move operation, are not listed unless -c (clean),
  2728     -i (ignored), -C (copies) or -A is given. Unless options described
  2728     -i (ignored), -C (copies) or -A is given. Unless options described
  2729     with "show only ..." are given, the options -mardu are used.
  2729     with "show only ..." are given, the options -mardu are used.
  2730 
  2730 
  2731     Option -q/--quiet hides untracked (unknown and ignored) files
  2731     Option -q/--quiet hides untracked (unknown and ignored) files
  2732     unless explicitly requested with -u/--unknown or -i/-ignored.
  2732     unless explicitly requested with -u/--unknown or -i/--ignored.
  2733 
  2733 
  2734     NOTE: status may appear to disagree with diff if permissions have
  2734     NOTE: status may appear to disagree with diff if permissions have
  2735     changed or a merge has occurred. The standard diff format does not
  2735     changed or a merge has occurred. The standard diff format does not
  2736     report permission changes and diff only reports changes relative
  2736     report permission changes and diff only reports changes relative
  2737     to one merge parent.
  2737     to one merge parent.