Fossil

Check-in [4fae98e7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix a minor preprocessor directive typo.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | jan-manifest-tags
Files: files | file ages | folders
SHA1: 4fae98e73fd96c7788c399be44a0b1fc8d2820a1
User & Date: jan 2016-02-04 16:06:38.652
Context
2016-02-04
16:06
Fix a minor preprocessor directive typo. ... (Closed-Leaf check-in: 4fae98e7 user: jan tags: jan-manifest-tags)
15:22
Merge from trunk. ... (check-in: ea7f3297 user: jan tags: jan-manifest-tags)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/branch.c.
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
** Allows bits in the mBplqFlags parameter to branch_prepare_list_query().
*/
#define BRL_CLOSED_ONLY      0x001 /* Show only closed branches */
#define BRL_OPEN_ONLY        0x002 /* Show only open branches */
#define BRL_BOTH             0x003 /* Show both open and closed branches */
#define BRL_OPEN_CLOSED_MASK 0x003
#define BRL_MTIME            0x004 /* Include lastest check-in time */
#dfeine BRL_ORDERBY_MTIME    0x008 /* Sort by MTIME. (otherwise sort by name)*/

#endif /* INTERFACE */

/*
** Prepare a query that will list branches.
**
** If (which<0) then the query pulls only closed branches. If







|







186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
** Allows bits in the mBplqFlags parameter to branch_prepare_list_query().
*/
#define BRL_CLOSED_ONLY      0x001 /* Show only closed branches */
#define BRL_OPEN_ONLY        0x002 /* Show only open branches */
#define BRL_BOTH             0x003 /* Show both open and closed branches */
#define BRL_OPEN_CLOSED_MASK 0x003
#define BRL_MTIME            0x004 /* Include lastest check-in time */
#define BRL_ORDERBY_MTIME    0x008 /* Sort by MTIME. (otherwise sort by name)*/

#endif /* INTERFACE */

/*
** Prepare a query that will list branches.
**
** If (which<0) then the query pulls only closed branches. If