just a thought: a somehow related feature would be the ability to do something like

fossil ci {dirname}

where {dirname} is one of the directories found in the checkout which then should restrict the ci to everything recursively found in {dirname} and below. personally I don't miss such a feature at all but I discovered that svn users expect the `ci' action to be restricted to the sub-directory they are currently in and don't like that things further up in the directory tree are also included. some have strong feelings about svn's behavior being "good" while fossils behavior (and hg's and ...) to ci everything is considered "bad". I don't share this opinion, but if one could tell them "OK, then cd to your desired subdirectory and do `fossil ci .'" might make them happy.


j.


On Fri, 21 Jun 2013 10:35:46 +0200, Jan Nijtmans <jan.nijtm...@gmail.com> wrote:

2013/6/20 Stephan Beal <sgb...@googlemail.com>:
Any chance of adding the same to "ls" as well?

Hm..

$ ./fossil ls win/include
win/include/dirent.h
win/include/unistd.h
$ rm -rf win/include;fossil status
....
MISSING    win/include/dirent.h
MISSING    win/include/unistd.h
$ ./fossil ls win/include

$

Even if the files are missing locally, they are still in
the repository so they should be listed. Fixed now:
       <https://www.fossil-scm.org/index.html/info/c0b98195f9>
(query borrowed from "fossil delete/mv")

"fossil changes" and "fossil status" still to be done ;-)

Regards,
       Jan Nijtmans
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


--
Using Opera's revolutionary email client: http://www.opera.com/mail/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to