Fossil SCM

For annotate, make the fixed user name field wider (e.g. 'Administrator').

mistachkin 2012-02-24 11:36 UTC trunk
Commit dbf4ecf414881c9aad6f4f125dab9762589ef3d7
1 file changed +2 -2
+2 -2
--- src/diff.c
+++ src/diff.c
@@ -1775,15 +1775,15 @@
17751775
const char *zUuid = db_column_text(&q, 1);
17761776
const char *zDate = db_column_text(&q, 2);
17771777
const char *zUser = db_column_text(&q, 3);
17781778
if( webLabel ){
17791779
zLabel = mprintf(
1780
- "<a href='%s/info/%s' target='infowindow'>%.10s</a> %s %9.9s",
1780
+ "<a href='%s/info/%s' target='infowindow'>%.10s</a> %s %13.13s",
17811781
g.zTop, zUuid, zUuid, zDate, zUser
17821782
);
17831783
}else{
1784
- zLabel = mprintf("%.10s %s %9.9s", zUuid, zDate, zUser);
1784
+ zLabel = mprintf("%.10s %s %13.13s", zUuid, zDate, zUser);
17851785
}
17861786
p->nVers++;
17871787
p->azVers = fossil_realloc(p->azVers, p->nVers*sizeof(p->azVers[0]) );
17881788
p->azVers[p->nVers-1] = zLabel;
17891789
content_get(pid, &step);
17901790
--- src/diff.c
+++ src/diff.c
@@ -1775,15 +1775,15 @@
1775 const char *zUuid = db_column_text(&q, 1);
1776 const char *zDate = db_column_text(&q, 2);
1777 const char *zUser = db_column_text(&q, 3);
1778 if( webLabel ){
1779 zLabel = mprintf(
1780 "<a href='%s/info/%s' target='infowindow'>%.10s</a> %s %9.9s",
1781 g.zTop, zUuid, zUuid, zDate, zUser
1782 );
1783 }else{
1784 zLabel = mprintf("%.10s %s %9.9s", zUuid, zDate, zUser);
1785 }
1786 p->nVers++;
1787 p->azVers = fossil_realloc(p->azVers, p->nVers*sizeof(p->azVers[0]) );
1788 p->azVers[p->nVers-1] = zLabel;
1789 content_get(pid, &step);
1790
--- src/diff.c
+++ src/diff.c
@@ -1775,15 +1775,15 @@
1775 const char *zUuid = db_column_text(&q, 1);
1776 const char *zDate = db_column_text(&q, 2);
1777 const char *zUser = db_column_text(&q, 3);
1778 if( webLabel ){
1779 zLabel = mprintf(
1780 "<a href='%s/info/%s' target='infowindow'>%.10s</a> %s %13.13s",
1781 g.zTop, zUuid, zUuid, zDate, zUser
1782 );
1783 }else{
1784 zLabel = mprintf("%.10s %s %13.13s", zUuid, zDate, zUser);
1785 }
1786 p->nVers++;
1787 p->azVers = fossil_realloc(p->azVers, p->nVers*sizeof(p->azVers[0]) );
1788 p->azVers[p->nVers-1] = zLabel;
1789 content_get(pid, &step);
1790

Keyboard Shortcuts

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