Fossil SCM
"this branch" -> <branchname>
Commit
b0bf6582408aa46959cc1b3b0ed1369e07819c5f
Parent
8b003a104aa4819…
1 file changed
+4
-3
+4
-3
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -2345,11 +2345,10 @@ | ||
| 2345 | 2345 | @ Hide branch <b>%s(zBranchName)</b> from the timeline starting from this |
| 2346 | 2346 | @ check-in</label> |
| 2347 | 2347 | @ </td></tr> |
| 2348 | 2348 | } |
| 2349 | 2349 | |
| 2350 | - if(zBranchName) fossil_free(zBranchName); | |
| 2351 | 2350 | |
| 2352 | 2351 | if( !fHasClosed ){ |
| 2353 | 2352 | if( is_a_leaf(rid) ){ |
| 2354 | 2353 | @ <tr><th align="right" valign="top">Leaf Closure:</th> |
| 2355 | 2354 | @ <td valign="top"> |
| @@ -2359,15 +2358,17 @@ | ||
| 2359 | 2358 | @ </td></tr> |
| 2360 | 2359 | }else{ |
| 2361 | 2360 | @ <tr><th align="right" valign="top">Branch Closure:</th> |
| 2362 | 2361 | @ <td valign="top"> |
| 2363 | 2362 | @ <label><input type="checkbox" name="close"%s(zCloseFlag) /> |
| 2364 | - @ Mark this branch as "closed" so that its leaf no longer appears on the | |
| 2365 | - @ "leaves" page and is no longer labeled as a "<b>Leaf</b>"</label> | |
| 2363 | + @ Mark branch <b>%s(zBranchName)</b> as "closed" so that its leaf no | |
| 2364 | + @ longer appears on the "leaves" page and is no longer labeled as a | |
| 2365 | + @ "<b>Leaf</b>"</label> | |
| 2366 | 2366 | @ </td></tr> |
| 2367 | 2367 | } |
| 2368 | 2368 | } |
| 2369 | + if(zBranchName) fossil_free(zBranchName); | |
| 2369 | 2370 | |
| 2370 | 2371 | |
| 2371 | 2372 | @ <tr><td colspan="2"> |
| 2372 | 2373 | @ <input type="submit" name="preview" value="Preview" /> |
| 2373 | 2374 | @ <input type="submit" name="apply" value="Apply Changes" /> |
| 2374 | 2375 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2345,11 +2345,10 @@ | |
| 2345 | @ Hide branch <b>%s(zBranchName)</b> from the timeline starting from this |
| 2346 | @ check-in</label> |
| 2347 | @ </td></tr> |
| 2348 | } |
| 2349 | |
| 2350 | if(zBranchName) fossil_free(zBranchName); |
| 2351 | |
| 2352 | if( !fHasClosed ){ |
| 2353 | if( is_a_leaf(rid) ){ |
| 2354 | @ <tr><th align="right" valign="top">Leaf Closure:</th> |
| 2355 | @ <td valign="top"> |
| @@ -2359,15 +2358,17 @@ | |
| 2359 | @ </td></tr> |
| 2360 | }else{ |
| 2361 | @ <tr><th align="right" valign="top">Branch Closure:</th> |
| 2362 | @ <td valign="top"> |
| 2363 | @ <label><input type="checkbox" name="close"%s(zCloseFlag) /> |
| 2364 | @ Mark this branch as "closed" so that its leaf no longer appears on the |
| 2365 | @ "leaves" page and is no longer labeled as a "<b>Leaf</b>"</label> |
| 2366 | @ </td></tr> |
| 2367 | } |
| 2368 | } |
| 2369 | |
| 2370 | |
| 2371 | @ <tr><td colspan="2"> |
| 2372 | @ <input type="submit" name="preview" value="Preview" /> |
| 2373 | @ <input type="submit" name="apply" value="Apply Changes" /> |
| 2374 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -2345,11 +2345,10 @@ | |
| 2345 | @ Hide branch <b>%s(zBranchName)</b> from the timeline starting from this |
| 2346 | @ check-in</label> |
| 2347 | @ </td></tr> |
| 2348 | } |
| 2349 | |
| 2350 | |
| 2351 | if( !fHasClosed ){ |
| 2352 | if( is_a_leaf(rid) ){ |
| 2353 | @ <tr><th align="right" valign="top">Leaf Closure:</th> |
| 2354 | @ <td valign="top"> |
| @@ -2359,15 +2358,17 @@ | |
| 2358 | @ </td></tr> |
| 2359 | }else{ |
| 2360 | @ <tr><th align="right" valign="top">Branch Closure:</th> |
| 2361 | @ <td valign="top"> |
| 2362 | @ <label><input type="checkbox" name="close"%s(zCloseFlag) /> |
| 2363 | @ Mark branch <b>%s(zBranchName)</b> as "closed" so that its leaf no |
| 2364 | @ longer appears on the "leaves" page and is no longer labeled as a |
| 2365 | @ "<b>Leaf</b>"</label> |
| 2366 | @ </td></tr> |
| 2367 | } |
| 2368 | } |
| 2369 | if(zBranchName) fossil_free(zBranchName); |
| 2370 | |
| 2371 | |
| 2372 | @ <tr><td colspan="2"> |
| 2373 | @ <input type="submit" name="preview" value="Preview" /> |
| 2374 | @ <input type="submit" name="apply" value="Apply Changes" /> |
| 2375 |