Fossil SCM

In the timeline with the "namechng" query parameter, show the name change even if the file content does not change.

drh 2013-03-14 16:07 trunk
Commit 9e9e4d080fb6385b9a17dfc077c9b26054682ba5
1 file changed +1 -1
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -449,11 +449,11 @@
449449
if( !inUl ){
450450
@ <ul class="filelist">
451451
inUl = 1;
452452
}
453453
if( (tmFlags & TIMELINE_FRENAMES)!=0 ){
454
- if( !isNew && !isDel && fossil_strcmp(zOld,zNew)!=0 && zOldName!=0 ){
454
+ if( !isNew && !isDel && zOldName!=0 ){
455455
@ <li> %h(zOldName) &rarr; %h(zFilename)
456456
}
457457
continue;
458458
}
459459
if( isNew ){
460460
--- src/timeline.c
+++ src/timeline.c
@@ -449,11 +449,11 @@
449 if( !inUl ){
450 @ <ul class="filelist">
451 inUl = 1;
452 }
453 if( (tmFlags & TIMELINE_FRENAMES)!=0 ){
454 if( !isNew && !isDel && fossil_strcmp(zOld,zNew)!=0 && zOldName!=0 ){
455 @ <li> %h(zOldName) &rarr; %h(zFilename)
456 }
457 continue;
458 }
459 if( isNew ){
460
--- src/timeline.c
+++ src/timeline.c
@@ -449,11 +449,11 @@
449 if( !inUl ){
450 @ <ul class="filelist">
451 inUl = 1;
452 }
453 if( (tmFlags & TIMELINE_FRENAMES)!=0 ){
454 if( !isNew && !isDel && zOldName!=0 ){
455 @ <li> %h(zOldName) &rarr; %h(zFilename)
456 }
457 continue;
458 }
459 if( isNew ){
460

Keyboard Shortcuts

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