Differences From:
File
src/info.c
part of check-in
[33c31f73cd]
- Record whether or not files have their execute permission bit set.
Set or clear the execute permission bit upon checkout.
by
drh on
2008-02-21 14:27:34.
Also file
src/info.c
part of check-in
[588bb7cd73]
- Merged to ed26056bb5.
by
aku on
2008-02-24 18:50:35.
[view]
To:
File
src/info.c
part of check-in
[e38c89130f]
- Add a human-readable description on each timeline. Add the "ancestors" and "decendents" links
on the baseline information pages, making it easier to understand the context of a baseline.
by
drh on
2008-02-24 21:51:57.
[view]
@@ -331,8 +331,12 @@
@ <tr><th>Record ID:</th><td>%d(rid)</td></tr>
}
@ <tr><th>Original User:</th><td>%h(db_column_text(&q, 2))</td></tr>
@ <tr><th>Original Comment:</th><td>%w(db_column_text(&q,3))</td></tr>
+ @ </td></tr>
+ @ <tr><th>Timelines:</th><td>
+ @ <a href="%s(g.zBaseURL)/timeline?e=%d(rid)&r">ancestors</a>
+ @ | <a href="%s(g.zBaseURL)/timeline?e=%d(rid)&r&a">descendents</a>
@ </td></tr>
@ <tr><th>Commands:</th>
@ <td>
@ <a href="%s(g.zBaseURL)/vdiff/%d(rid)">diff</a>