Fossil SCM
Show commit information after new branch is commit to avoid confusion.
Commit
cbde195a118e231f94994e8df8420f4c2e8591dc
Parent
8e659df6965e817…
1 file changed
+1
+1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -177,10 +177,11 @@ | ||
| 177 | 177 | /* Commit */ |
| 178 | 178 | db_end_transaction(0); |
| 179 | 179 | |
| 180 | 180 | /* Do an autosync push, if requested */ |
| 181 | 181 | if( !isPrivate ) autosync_loop(SYNC_PUSH, db_get_int("autosync-tries",1),0); |
| 182 | + show_common_info(rootid, "uuid:", 1, 1); | |
| 182 | 183 | } |
| 183 | 184 | |
| 184 | 185 | #if INTERFACE |
| 185 | 186 | /* |
| 186 | 187 | ** Allows bits in the mBplqFlags parameter to branch_prepare_list_query(). |
| 187 | 188 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -177,10 +177,11 @@ | |
| 177 | /* Commit */ |
| 178 | db_end_transaction(0); |
| 179 | |
| 180 | /* Do an autosync push, if requested */ |
| 181 | if( !isPrivate ) autosync_loop(SYNC_PUSH, db_get_int("autosync-tries",1),0); |
| 182 | } |
| 183 | |
| 184 | #if INTERFACE |
| 185 | /* |
| 186 | ** Allows bits in the mBplqFlags parameter to branch_prepare_list_query(). |
| 187 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -177,10 +177,11 @@ | |
| 177 | /* Commit */ |
| 178 | db_end_transaction(0); |
| 179 | |
| 180 | /* Do an autosync push, if requested */ |
| 181 | if( !isPrivate ) autosync_loop(SYNC_PUSH, db_get_int("autosync-tries",1),0); |
| 182 | show_common_info(rootid, "uuid:", 1, 1); |
| 183 | } |
| 184 | |
| 185 | #if INTERFACE |
| 186 | /* |
| 187 | ** Allows bits in the mBplqFlags parameter to branch_prepare_list_query(). |
| 188 |