Fossil SCM
Print the current status (including the current branch) after moving to the end branch in the "open" command.
Commit
29900f98f61043b76eb46aadf3686fcb77e5bfb3
Parent
0c72d85fbe1e543…
1 file changed
+2
M
src/db.c
+2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1275,10 +1275,12 @@ | ||
| 1275 | 1275 | }else{ |
| 1276 | 1276 | db_lset_int("checkout", vid); |
| 1277 | 1277 | g.argv = azNewArgv; |
| 1278 | 1278 | g.argc = 3; |
| 1279 | 1279 | update_cmd(); |
| 1280 | + g.argc = 2; | |
| 1281 | + info_cmd(); | |
| 1280 | 1282 | } |
| 1281 | 1283 | } |
| 1282 | 1284 | |
| 1283 | 1285 | /* |
| 1284 | 1286 | ** Print the value of a setting named zName |
| 1285 | 1287 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1275,10 +1275,12 @@ | |
| 1275 | }else{ |
| 1276 | db_lset_int("checkout", vid); |
| 1277 | g.argv = azNewArgv; |
| 1278 | g.argc = 3; |
| 1279 | update_cmd(); |
| 1280 | } |
| 1281 | } |
| 1282 | |
| 1283 | /* |
| 1284 | ** Print the value of a setting named zName |
| 1285 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1275,10 +1275,12 @@ | |
| 1275 | }else{ |
| 1276 | db_lset_int("checkout", vid); |
| 1277 | g.argv = azNewArgv; |
| 1278 | g.argc = 3; |
| 1279 | update_cmd(); |
| 1280 | g.argc = 2; |
| 1281 | info_cmd(); |
| 1282 | } |
| 1283 | } |
| 1284 | |
| 1285 | /* |
| 1286 | ** Print the value of a setting named zName |
| 1287 |