changeset 400:c36a6f534b99

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'.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed, 20 Aug 2008 21:58:19 +0200
parents b0d1aec44945
children e281bd9a8e47
files en/branch.tex
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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}