Fossil SCM

"this branch" -> <branchname>

jan.nijtmans 2013-12-04 09:58 hidden-tag
Commit b0bf6582408aa46959cc1b3b0ed1369e07819c5f
1 file changed +4 -3
+4 -3
--- src/info.c
+++ src/info.c
@@ -2345,11 +2345,10 @@
23452345
@ Hide branch <b>%s(zBranchName)</b> from the timeline starting from this
23462346
@ check-in</label>
23472347
@ </td></tr>
23482348
}
23492349
2350
- if(zBranchName) fossil_free(zBranchName);
23512350
23522351
if( !fHasClosed ){
23532352
if( is_a_leaf(rid) ){
23542353
@ <tr><th align="right" valign="top">Leaf Closure:</th>
23552354
@ <td valign="top">
@@ -2359,15 +2358,17 @@
23592358
@ </td></tr>
23602359
}else{
23612360
@ <tr><th align="right" valign="top">Branch Closure:</th>
23622361
@ <td valign="top">
23632362
@ <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>
23662366
@ </td></tr>
23672367
}
23682368
}
2369
+ if(zBranchName) fossil_free(zBranchName);
23692370
23702371
23712372
@ <tr><td colspan="2">
23722373
@ <input type="submit" name="preview" value="Preview" />
23732374
@ <input type="submit" name="apply" value="Apply Changes" />
23742375
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button