Thus said john lunzer on Tue, 07 Feb 2017 10:39:49 -0500: > If you're avoiding "fossil branch new" because it doesn't > automatically switch and you got confused about the behavior doesn't > that help show that it makes sense to automatically switch by default?
Not that this supports Fossil's choice to not switch by default, but neither does ``git branch newbranch'' automatically switch branches. One must follow ``git branch newbranch'' with ``git checkout newbranch'' before the following commit will land on the new branch. Andy -- TAI64 timestamp: 40000000589a1dbc _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

