New submission from Christoph Haas <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.darcs.net/issue182>
____________________________________

_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to