diff options
-rw-r--r-- | DEVGUIDE.txt | 3 |
1 files changed, 1 insertions, 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 |