# HG changeset patch # User Yung-Jin (Joey) Hu # Date 1426736402 25200 # Node ID a05c6b4006164270e8fd592d1634293bf7cdf638 # Parent 16961d43dc890b3352a9833f50da9913408dff3e status: add relative directory help text (issue3835) Previously, it was difficult to find out how to display the status of files relative to your current working directory. This patch adds that knowledge to the help text. diff -r 16961d43dc89 -r a05c6b400616 mercurial/commands.py --- a/mercurial/commands.py Wed Mar 25 11:55:15 2015 -0700 +++ b/mercurial/commands.py Wed Mar 18 20:40:02 2015 -0700 @@ -5736,6 +5736,11 @@ hg status --rev 9353 + - show changes in the working directory relative to the + current directory (see :hg:`help patterns` for more information):: + + hg status re: + - show all changes including copies in an existing changeset:: hg status --copies --change 9353