# HG changeset patch # User Guido Ostkamp # Date 1219262299 -7200 # Node ID c36a6f534b996c6ddea38a90c3ff2ae9cd206fdc # Parent b0d1aec44945b9d776b11ef3d8d593543cdd1a36 Fix named branching book section. 'hg update -C branchname' is no longer required to jump from one named branch to another one; this can also be done simply using 'hg update branchname'. diff -r b0d1aec44945 -r c36a6f534b99 en/branch.tex --- a/en/branch.tex Wed Aug 20 21:56:16 2008 +0200 +++ b/en/branch.tex Wed Aug 20 21:58:19 2008 +0200 @@ -329,10 +329,6 @@ Committing a new change on the \texttt{foo} branch introduces a new head. \interaction{branch-named.foo-commit} -We can no longer update from \texttt{foo} to \texttt{bar} without -going ``sideways'' in history, so Mercurial forces us to provide the -\hgopt{update}{-C} option to \hgcmd{update}. -\interaction{branch-named.update-bar} \section{Branch names and merging}