Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | When trying to rename a branch into itself, make this a NOP. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
95a809500a8da374e2aa40ccc6d9179d |
| User & Date: | jan.nijtmans 2013-12-05 12:09:59.894 |
Context
|
2013-12-06
| ||
| 16:06 | Added a quote about github to the quotes.wiki document. ... (check-in: 5b86c3d566 user: drh tags: trunk) | |
|
2013-12-05
| ||
| 12:20 | merge trunk ... (check-in: 46a88543ca user: jan.nijtmans tags: hidden-tag) | |
| 12:09 | When trying to rename a branch into itself, make this a NOP. ... (check-in: 95a809500a user: jan.nijtmans tags: trunk) | |
| 09:27 | Fix format specifier in previous commit (again) ... (check-in: 4a43e31549 user: jan.nijtmans tags: trunk) | |
Changes
Changes to src/info.c.
| ︙ | ︙ | |||
2320 2321 2322 2323 2324 2325 2326 | @ </td></tr> @ <tr><th align="right" valign="top">Branching:</th> @ <td valign="top"> @ <label><input id="newbr" type="checkbox" name="newbr"%s(zNewBrFlag) /> @ Make this check-in the start of a new branch named:</label> @ <input type="text" style="width:15;" name="brname" value="%h(zNewBranch)" | | > > > | | 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 |
@ </td></tr>
@ <tr><th align="right" valign="top">Branching:</th>
@ <td valign="top">
@ <label><input id="newbr" type="checkbox" name="newbr"%s(zNewBrFlag) />
@ Make this check-in the start of a new branch named:</label>
@ <input type="text" style="width:15;" name="brname" value="%h(zNewBranch)"
@ onkeyup="gebi('newbr').checked=!!this.value
if( zBranchName ){
@ && this.value!='%h(zBranchName)'
}
@ " /></td></tr>
if( !fHasClosed ){
if( is_a_leaf(rid) ){
@ <tr><th align="right" valign="top">Leaf Closure:</th>
@ <td valign="top">
@ <label><input type="checkbox" name="close"%s(zCloseFlag) />
@ Mark this leaf as "closed" so that it no longer appears on the
|
| ︙ | ︙ |