[darcs-devel] [issue182] Wishlist: command to show the status of files in the current directory (like "svn status")

Christoph Haas bugs at darcs.net
Sun Jun 4 07:43:23 PDT 2006


New submission from Christoph Haas <email at christoph-haas.de>:

Subversion (and other RCSs) feature a command to show the status of the files in
the current directory in regard to the repository. Example output from "svn list":

?      foobar
M      config.guess
M      config.sub
A      README

The flags in the left column usually mean something like...

A = added but not yet committed
M = modified compared to the version that is checked in
? = file is not under repository control

Alternatives seem to be "darcs query manifest" and "darcs whatsnew -l" but they
give either an incomplete view or a recursive list of all subdirectories.

----------
messages: 693
nosy: droundy, haas, tommy
priority: wishlist
status: unread
title: Wishlist: command to show the status of files in the current directory (like "svn status")

____________________________________
Darcs issue tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue182>
____________________________________




More information about the darcs-devel mailing list