diff options
| author | Reinout van Rees <reinout@vanrees.org> | 2009-10-15 15:03:51 +0200 |
|---|---|---|
| committer | Reinout van Rees <reinout@vanrees.org> | 2009-10-15 15:03:51 +0200 |
| commit | 75badcbb95a2e2e92119611b8adcd3f35955d199 (patch) | |
| tree | ce50bd09fd4e452b4917ac2a6579e10b668560d8 /DEVGUIDE.txt | |
| parent | 5400919f1393c0105637636739b511593416d2d2 (diff) | |
| download | python-setuptools-bitbucket-75badcbb95a2e2e92119611b8adcd3f35955d199.tar.gz | |
Fixed command to switch to the branch (the old instructions were for *making*
a branch, not for switching to it).
Diffstat (limited to 'DEVGUIDE.txt')
| -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 |
