diff options
-rw-r--r-- | debian/README.source | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/README.source b/debian/README.source index 9524262cd..621e67784 100644 --- a/debian/README.source +++ b/debian/README.source | |||
@@ -127,7 +127,7 @@ it out. | |||
127 | 127 | ||
128 | To fetch the necessary code: | 128 | To fetch the necessary code: |
129 | 129 | ||
130 | bzr get lp:~cjwatson/launchpad-cscvs/openssh-branch-imports | 130 | bzr branch lp:~cjwatson/launchpad-cscvs/openssh-branch-imports |
131 | # or 'bzr pull' in the appropriate directory to update this, if you | 131 | # or 'bzr pull' in the appropriate directory to update this, if you |
132 | # already have a copy | 132 | # already have a copy |
133 | 133 | ||
@@ -152,12 +152,12 @@ To import a branch, V_5_3 in this example: | |||
152 | # in modules/CVS/StorageLayer.py in cscvs. Please send Colin Watson a | 152 | # in modules/CVS/StorageLayer.py in cscvs. Please send Colin Watson a |
153 | # patch if you do this. | 153 | # patch if you do this. |
154 | 154 | ||
155 | # Next, look up the branchpoint revision in the main bzr import (bzr get | 155 | # Next, look up the branchpoint revision in the main bzr import (bzr |
156 | # lp:openssh). It's usually easiest to just look it up by commit message | 156 | # branch lp:openssh). It's usually easiest to just look it up by commit |
157 | # and double-check the timestamp. Substitute this revision number for | 157 | # message and double-check the timestamp. Substitute this revision number |
158 | # "BPR" in the following. /path/to/openssh/main is wherever you've checked | 158 | # for "BPR" in the following. /path/to/openssh/main is wherever you've |
159 | # out lp:openssh. | 159 | # checked out lp:openssh. |
160 | bzr get -rBPR /path/to/openssh/main /path/to/openssh/5.3 | 160 | bzr branch -rBPR /path/to/openssh/main /path/to/openssh/5.3 |
161 | # If you're using Bazaar signed commits with a GPG agent, make sure that | 161 | # If you're using Bazaar signed commits with a GPG agent, make sure that |
162 | # your agent has seen your passphrase recently. Now you can start the | 162 | # your agent has seen your passphrase recently. Now you can start the |
163 | # actual import! | 163 | # actual import! |