Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Cherrypick one more timeline help text update from [5703ccb2e0] |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
40de787d3633462c0763494c0d2bebda |
User & Date: | andygoth 2016-11-05 15:26:13 |
Context
2016-11-05
| ||
15:42 | Cherrypick [419a3c3e48] and [805b69772e] which were checked in on the wrong branch check-in: 6311ff76 user: andygoth tags: trunk | |
15:28 | Merge trunk check-in: 839eca18 user: andygoth tags: andygoth-timeline-ms | |
15:26 | Cherrypick one more timeline help text update from [5703ccb2e0] check-in: 40de787d user: andygoth tags: trunk | |
15:23 | Add BCCFLAGS and XBCC to build system so that programs which run on the build platform (e.g. translate) can have the benefit of CFLAGS, e.g. -ggdb3 for easier debugging in gdb or -std=c89 to flush out C99. Do not update win/* because I don't have the ability to test those changes. check-in: ad110346 user: andygoth tags: trunk | |
05:51 | Check regular expressions for errors. Add error reporting mechanism. Leave bad patterns out of filter. Add showid and showsql to timeline help text. check-in: 5703ccb2 user: andygoth tags: andygoth-timeline-ms | |
Changes
Changes to src/timeline.c.
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 |
** m=TIMEORTAG Mark this event ** n=COUNT Suggested number of events in output ** p=CHECKIN Parents and ancestors of CHECKIN ** d=CHECKIN Descendants of CHECIN ** dp=CHECKIN The same as d=CHECKIN&p=CHECKIN ** t=TAG Show only check-ins with the given TAG ** r=TAG Show check-ins related to TAG ** u=USER Only show items associated with USER ** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all' ** ng No Graph. ** nd Do not highlight the focus check-in ** v Show details of files changed ** f=CHECKIN Show family (immediate parents and children) of CHECKIN ** from=CHECKIN Path from... |
> |
1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 |
** m=TIMEORTAG Mark this event
** n=COUNT Suggested number of events in output
** p=CHECKIN Parents and ancestors of CHECKIN
** d=CHECKIN Descendants of CHECIN
** dp=CHECKIN The same as d=CHECKIN&p=CHECKIN
** t=TAG Show only check-ins with the given TAG
** r=TAG Show check-ins related to TAG
** mionly Limit r=TAG to show ancestors but not descendants
** u=USER Only show items associated with USER
** y=TYPE 'ci', 'w', 't', 'e', or (default) 'all'
** ng No Graph.
** nd Do not highlight the focus check-in
** v Show details of files changed
** f=CHECKIN Show family (immediate parents and children) of CHECKIN
** from=CHECKIN Path from...
|