On Fri, 11 Jan 2013 17:19:40 +0400, Konstantin Khomoutov <[email protected]> wrote: >> and how to check the changes made in a branch to such and such file, > >Fire up Fossil web UI and click on the links marked "patch" and "diff" >in the commit view.
This is really what I want to do: Being able to see all the things I tried on a file in the branch. Most of the time, I want to keep track of things I tried just in case instead of just forgetting about them with "fossil revert". Can this be done with calling a Windows application, either a regular editor or a differ instead of the Fossil web server? I prefer working with dedicated applications. >Technically, just by doing `fossil update <branchname>` as this tries >to merge your uncommitted local changes with the <branchname> you're >switching your open checkout to. I was under the impression that "update" simply told Fossil than any subsequent commit should be done on that thread/trunk. Good to know that "update" will perform a merge, so it has consequences. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

