On Mon, Jan 7, 2013 at 11:10 AM, Gilles <[email protected]> wrote:

> "fossil revert beforelast"
> www.fossil-scm.org/index.html/help?cmd=revert


So far there is no shortcut for that. If you don't mind, please open up a
feature request for that. IIRC that request has come up a few times before.

Also, and more generally, am I correct in understanding that running
> "fossil commit" commits all the files that have been edited, and it's
> not possible to commit just one file?
>

Sure you can:

fossil commit file1 ... fileN

The first line of the help text is a bit misleading:

"Create a new version containing all of the changes in the current
checkout."

but goes on to say:

"All files that have changed will be committed unless some subset of
files is specified on the command line."



The reason I ask is that I created a repository at the top of where I
> keep all the little projects I'm working on, eg.
> c:\projects\projects.repo. I know I should create a repository per
> project, but I'd end up with ten's of them, each with just a few
> files.
>

[stephan@host:~/cvs/fossil]$ ls -1 *.fsl | wc -l
38

;)

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to