Fossil SCM

Use full UUID's for /vdiff pages accessed by clicking on two different check-ins from the timeline.

jan.nijtmans 2014-08-06 08:07 UTC trunk
Commit 78fdf9f5b2fa1f128715fb2dc6e367ea22c5acd9
1 file changed +1 -1
+1 -1
--- src/graph.c
+++ src/graph.c
@@ -34,11 +34,11 @@
3434
int rid; /* The rid for the check-in */
3535
i8 nParent; /* Number of parents */
3636
int *aParent; /* Array of parents. 0 element is primary .*/
3737
char *zBranch; /* Branch name */
3838
char *zBgClr; /* Background Color */
39
- char zUuid[17]; /* Check-in for file ID */
39
+ char zUuid[41]; /* Check-in for file ID */
4040
4141
GraphRow *pNext; /* Next row down in the list of all rows */
4242
GraphRow *pPrev; /* Previous row */
4343
4444
int idx; /* Row index. First is 1. 0 used for "none" */
4545
--- src/graph.c
+++ src/graph.c
@@ -34,11 +34,11 @@
34 int rid; /* The rid for the check-in */
35 i8 nParent; /* Number of parents */
36 int *aParent; /* Array of parents. 0 element is primary .*/
37 char *zBranch; /* Branch name */
38 char *zBgClr; /* Background Color */
39 char zUuid[17]; /* Check-in for file ID */
40
41 GraphRow *pNext; /* Next row down in the list of all rows */
42 GraphRow *pPrev; /* Previous row */
43
44 int idx; /* Row index. First is 1. 0 used for "none" */
45
--- src/graph.c
+++ src/graph.c
@@ -34,11 +34,11 @@
34 int rid; /* The rid for the check-in */
35 i8 nParent; /* Number of parents */
36 int *aParent; /* Array of parents. 0 element is primary .*/
37 char *zBranch; /* Branch name */
38 char *zBgClr; /* Background Color */
39 char zUuid[41]; /* Check-in for file ID */
40
41 GraphRow *pNext; /* Next row down in the list of all rows */
42 GraphRow *pPrev; /* Previous row */
43
44 int idx; /* Row index. First is 1. 0 used for "none" */
45

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button