Fossil SCM
Fixed a command in the previoius checkin
Commit
d5e1e113ef7d35de834d4a6f032c3d464ed3edf79d55b0d35b9c690b637c2524
Parent
739116689328d03…
1 file changed
+1
-1
+1
-1
| --- www/branching.wiki | ||
| +++ www/branching.wiki | ||
| @@ -201,11 +201,11 @@ | ||
| 201 | 201 | |
| 202 | 202 | The second, more complicated option is: |
| 203 | 203 | |
| 204 | 204 | <pre> |
| 205 | 205 | $ fossil branch new my-new-branch-name trunk |
| 206 | - $ fossil update new my-new-branch-name | |
| 206 | + $ fossil update my-new-branch-name | |
| 207 | 207 | $ fossil commit |
| 208 | 208 | </pre> |
| 209 | 209 | |
| 210 | 210 | Not only is the first command longer, you must give the second command |
| 211 | 211 | before creating any checkins, because until you do, your local working |
| 212 | 212 |
| --- www/branching.wiki | |
| +++ www/branching.wiki | |
| @@ -201,11 +201,11 @@ | |
| 201 | |
| 202 | The second, more complicated option is: |
| 203 | |
| 204 | <pre> |
| 205 | $ fossil branch new my-new-branch-name trunk |
| 206 | $ fossil update new my-new-branch-name |
| 207 | $ fossil commit |
| 208 | </pre> |
| 209 | |
| 210 | Not only is the first command longer, you must give the second command |
| 211 | before creating any checkins, because until you do, your local working |
| 212 |
| --- www/branching.wiki | |
| +++ www/branching.wiki | |
| @@ -201,11 +201,11 @@ | |
| 201 | |
| 202 | The second, more complicated option is: |
| 203 | |
| 204 | <pre> |
| 205 | $ fossil branch new my-new-branch-name trunk |
| 206 | $ fossil update my-new-branch-name |
| 207 | $ fossil commit |
| 208 | </pre> |
| 209 | |
| 210 | Not only is the first command longer, you must give the second command |
| 211 | before creating any checkins, because until you do, your local working |
| 212 |