Fossil SCM
Use full UUID's for /vdiff pages accessed by clicking on two different check-ins from the timeline.
Commit
78fdf9f5b2fa1f128715fb2dc6e367ea22c5acd9
Parent
3ba28b23a4d7626…
1 file changed
+1
-1
+1
-1
| --- src/graph.c | ||
| +++ src/graph.c | ||
| @@ -34,11 +34,11 @@ | ||
| 34 | 34 | int rid; /* The rid for the check-in */ |
| 35 | 35 | i8 nParent; /* Number of parents */ |
| 36 | 36 | int *aParent; /* Array of parents. 0 element is primary .*/ |
| 37 | 37 | char *zBranch; /* Branch name */ |
| 38 | 38 | char *zBgClr; /* Background Color */ |
| 39 | - char zUuid[17]; /* Check-in for file ID */ | |
| 39 | + char zUuid[41]; /* Check-in for file ID */ | |
| 40 | 40 | |
| 41 | 41 | GraphRow *pNext; /* Next row down in the list of all rows */ |
| 42 | 42 | GraphRow *pPrev; /* Previous row */ |
| 43 | 43 | |
| 44 | 44 | int idx; /* Row index. First is 1. 0 used for "none" */ |
| 45 | 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[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 |