darcs

Issue 835 darcs show files with file/directory arguments

Title darcs show files with file/directory arguments
Priority wishlist Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, jaredj, kowey, thorkilnaur, tommy, volothamp, zooko
Assigned To
Topics FilePath, ProbablyEasy

Created on 2008-05-02.21:00:00 by zooko, last changed 2010-03-15.11:00:44 by volothamp.

Messages
msg4501 (view) Author: zooko Date: 2008-05-02.20:59:57
I wish that "darcs query files" took a list of arguments which would be
interpreted as a set of files and directories to limit the query (i.e., return
only files included in that set).  Currently I do this instead:

darcs query files --no-directories   | grep ^./tests/ | cut -d'/' -f3-
msg8651 (view) Author: kowey Date: 2009-09-02.19:59:39
Sounds like a fairly easy use of our filepath fixing code on the command line
arguments plus a simple Haskell 'filter'.  You can copy the path fixing
(subPath) stuff from another command.
msg9614 (view) Author: volothamp Date: 2009-12-14.11:10:51
The following patch updated the status of issue835 to be resolved:

* resolve issue835 show file with file directory arguments 
Ignore-this: f702162c7c078714a4d318bacaf70513
msg10212 (view) Author: volothamp Date: 2010-03-15.11:00:41
The following patch updated the status of issue835 to be resolved:

* resolve issue835 show file with file directory arguments 
Ignore-this: f702162c7c078714a4d318bacaf70513
History
Date User Action Args
2008-05-02 21:00:00zookocreate
2008-08-13 01:48:56markstossetstatus: unread -> deferred
nosy: tommy, beschmi, zooko, dagit
2009-08-06 21:04:05adminsetnosy: + dmitry.kurochkin, simon, kowey, thorkilnaur, - beschmi
2009-08-11 00:12:39adminsetnosy: - dagit
2009-08-25 18:10:35adminsetnosy: + darcs-devel, - simon
2009-08-27 14:02:40adminsetnosy: tommy, kowey, darcs-devel, zooko, thorkilnaur, dmitry.kurochkin
2009-09-02 19:59:45koweysetstatus: deferred -> needs-implementation
nosy: + jaredj
topic: + ProbablyEasy, FilePath
messages: + msg8651
title: I wish "darcs query files" accepted arguments to limit the files and directories. -> I wish "darcs show files" accepted arguments to limit the files and directories.
2009-09-02 20:00:42koweysetnosy: tommy, kowey, darcs-devel, zooko, thorkilnaur, jaredj, dmitry.kurochkin
title: I wish "darcs show files" accepted arguments to limit the files and directories. -> darcs show files with file/directory arguments
2009-12-05 18:19:00ganeshlinkpatch93 issues
2009-12-14 11:10:53volothampsetstatus: needs-implementation -> resolved
nosy: + volothamp
messages: + msg9614
2010-03-15 11:00:46volothampsetmessages: + msg10212