Hello

        I often want to try something new, commit the change even if it
didn't work (just to keep track of things I tried), and go back to the
n-1 revision from the repository.

I checked the page for "revert", but it doesn't mention it: Is there a
shortcut like...

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

... as an alternative to running "fossil finfo myfile", finding the
artifact ID of the revision, and running "fossil revert artifactID" to
go back to the last good revision?

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?
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.

Thank you.

_______________________________________________
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