From 10fa5646440cf7e8d341108fa7b85216a18a7828 Mon Sep 17 00:00:00 2001 From: Reinout van Rees Date: Thu, 15 Oct 2009 15:03:51 +0200 Subject: Fixed command to switch to the branch (the old instructions were for *making* a branch, not for switching to it). --HG-- branch : distribute extra : rebase_source : c073e3144648eb79ca6f24de23dfa80c6cc4dc67 --- DEVGUIDE.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEVGUIDE.txt b/DEVGUIDE.txt index df259473..a7968ce8 100644 --- a/DEVGUIDE.txt +++ b/DEVGUIDE.txt @@ -11,8 +11,7 @@ Grab the code at bitbucket:: If you want to work in the 0.6 branch, you have to switch to it:: - $ hg branch 0.6-maintenance - marked working directory as branch 0.6-maintenance + $ hg update 0.6-maintenance $ hg branch 0.6-maintenance -- cgit v1.2.1