[issue1609] Let hg status work only on files in the current working directory

Giorgos Keramidas keramida at ceid.upatras.gr
Tue Apr 14 04:33:42 CDT 2009


On Tue, 14 Apr 2009 08:41:07 -0000, Paul Melis <mercurial-bugs at selenic.com> wrote:
> New submission from Paul Melis <paul at floorball-flamingos.nl>:
>
> With mercurial 1.1.2 the help line with -v for the status command is
> "show changed files in the working directory". I wish hg status
> *would* actually only show status information for the current working
> directory. Instead, it shows status for the whole repository
> (something mentioned at the beginning of the hg st -h help text).

That's the behavior of "hg status" when you explicitly specify the
current working directory with "hg status .", i.e.:

keramida at kobe:/home/keramida/cron.d$ hg stat .
M crontab.keramida
keramida at kobe:/home/keramida/cron.d$ hg stat
M .bashrc
M cron.d/crontab.keramida
keramida at kobe:/home/keramida/cron.d$



More information about the Mercurial-devel mailing list