|
Created on 2008-05-02.21:00:00 by zooko, last changed 2010-03-15.11:00:44 by volothamp.
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
|
|
Date |
User |
Action |
Args |
2008-05-02 21:00:00 | zooko | create | |
2008-08-13 01:48:56 | markstos | set | status: unread -> deferred nosy:
tommy, beschmi, zooko, dagit |
2009-08-06 21:04:05 | admin | set | nosy:
+ dmitry.kurochkin, simon, kowey, thorkilnaur, - beschmi |
2009-08-11 00:12:39 | admin | set | nosy:
- dagit |
2009-08-25 18:10:35 | admin | set | nosy:
+ darcs-devel, - simon |
2009-08-27 14:02:40 | admin | set | nosy:
tommy, kowey, darcs-devel, zooko, thorkilnaur, dmitry.kurochkin |
2009-09-02 19:59:45 | kowey | set | status: 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:42 | kowey | set | nosy:
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:00 | ganesh | link | patch93 issues |
2009-12-14 11:10:53 | volothamp | set | status: needs-implementation -> resolved nosy:
+ volothamp messages:
+ msg9614 |
2010-03-15 11:00:46 | volothamp | set | messages:
+ msg10212 |
|