Fossil SCM
For the 'amend' command, enable updating the "manifest" files with an open check-out.
Commit
05c1e3b9581840561adf7c9149dc861666ec84f33bc47a37afb8a85751d49e1e
Parent
f97700680a2223e…
1 file changed
+3
+3
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -3171,6 +3171,9 @@ | ||
| 3171 | 3171 | if( zNewBranch && zNewBranch[0] ) change_branch(rid,zNewBranch); |
| 3172 | 3172 | apply_newtags(&ctrl, rid, zUuid, zUserOvrd, fDryRun); |
| 3173 | 3173 | if( fDryRun==0 ){ |
| 3174 | 3174 | show_common_info(rid, "uuid:", 1, 0); |
| 3175 | 3175 | } |
| 3176 | + if( g.localOpen ){ | |
| 3177 | + manifest_to_disk(rid); | |
| 3178 | + } | |
| 3176 | 3179 | } |
| 3177 | 3180 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -3171,6 +3171,9 @@ | |
| 3171 | if( zNewBranch && zNewBranch[0] ) change_branch(rid,zNewBranch); |
| 3172 | apply_newtags(&ctrl, rid, zUuid, zUserOvrd, fDryRun); |
| 3173 | if( fDryRun==0 ){ |
| 3174 | show_common_info(rid, "uuid:", 1, 0); |
| 3175 | } |
| 3176 | } |
| 3177 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -3171,6 +3171,9 @@ | |
| 3171 | if( zNewBranch && zNewBranch[0] ) change_branch(rid,zNewBranch); |
| 3172 | apply_newtags(&ctrl, rid, zUuid, zUserOvrd, fDryRun); |
| 3173 | if( fDryRun==0 ){ |
| 3174 | show_common_info(rid, "uuid:", 1, 0); |
| 3175 | } |
| 3176 | if( g.localOpen ){ |
| 3177 | manifest_to_disk(rid); |
| 3178 | } |
| 3179 | } |
| 3180 |