Fossil SCM
Remove a longtime obsolete comment in the branch listing routine.
Commit
ebe81aa11c167cd6352abb22f742bbac501fc9148efa476eb1181ea8fe282710
Parent
f8a29b2e208dddd…
1 file changed
-4
-4
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -282,14 +282,10 @@ | ||
| 282 | 282 | #endif /* INTERFACE */ |
| 283 | 283 | |
| 284 | 284 | /* |
| 285 | 285 | ** Prepare a query that will list branches. |
| 286 | 286 | ** |
| 287 | -** If (which<0) then the query pulls only closed branches. If | |
| 288 | -** (which>0) then the query pulls all (closed and opened) | |
| 289 | -** branches. Else the query pulls currently-opened branches. | |
| 290 | -** | |
| 291 | 287 | ** If the BRL_ORDERBY_MTIME flag is set and nLimitMRU ("Limit Most Recently Used |
| 292 | 288 | ** style") is a non-zero number, the result is limited to nLimitMRU entries, and |
| 293 | 289 | ** the BRL_REVERSE flag is applied in an outer query after processing the limit, |
| 294 | 290 | ** so that it's possible to generate short lists with the most recently modified |
| 295 | 291 | ** branches sorted chronologically in either direction, as does the "branch lsh" |
| 296 | 292 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -282,14 +282,10 @@ | |
| 282 | #endif /* INTERFACE */ |
| 283 | |
| 284 | /* |
| 285 | ** Prepare a query that will list branches. |
| 286 | ** |
| 287 | ** If (which<0) then the query pulls only closed branches. If |
| 288 | ** (which>0) then the query pulls all (closed and opened) |
| 289 | ** branches. Else the query pulls currently-opened branches. |
| 290 | ** |
| 291 | ** If the BRL_ORDERBY_MTIME flag is set and nLimitMRU ("Limit Most Recently Used |
| 292 | ** style") is a non-zero number, the result is limited to nLimitMRU entries, and |
| 293 | ** the BRL_REVERSE flag is applied in an outer query after processing the limit, |
| 294 | ** so that it's possible to generate short lists with the most recently modified |
| 295 | ** branches sorted chronologically in either direction, as does the "branch lsh" |
| 296 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -282,14 +282,10 @@ | |
| 282 | #endif /* INTERFACE */ |
| 283 | |
| 284 | /* |
| 285 | ** Prepare a query that will list branches. |
| 286 | ** |
| 287 | ** If the BRL_ORDERBY_MTIME flag is set and nLimitMRU ("Limit Most Recently Used |
| 288 | ** style") is a non-zero number, the result is limited to nLimitMRU entries, and |
| 289 | ** the BRL_REVERSE flag is applied in an outer query after processing the limit, |
| 290 | ** so that it's possible to generate short lists with the most recently modified |
| 291 | ** branches sorted chronologically in either direction, as does the "branch lsh" |
| 292 |