Fossil SCM

Change the title on the /test-rename-list page to use "file name changes".

drh 2018-05-05 19:04 trunk
Commit f99b88199d55404eaa3a4ff8392f464b1ecceca930f295e44f4cd59487741c69
1 file changed +1 -1
+1 -1
--- src/path.c
+++ src/path.c
@@ -607,11 +607,11 @@
607607
}
608608
nRename = db_int(0, "SELECT count(*) FROM renames;");
609609
nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;");
610610
db_prepare(&q, "SELECT date, old_name, new_name, checkin FROM renames"
611611
" ORDER BY date DESC, old_name ASC");
612
- @ <h1>%d(nRename) rename operations in %d(nCheckin) check-ins</h1>
612
+ @ <h1>%d(nRename) file name changes in %d(nCheckin) check-ins</h1>
613613
@ <table class='sortable' data-column-types='tttt' data-init-sort='1'\
614614
@ border="1" cellpadding="2" cellspacing="0">
615615
@ <thead><tr><th>Date &amp; Time</th>
616616
@ <th>Old Name</th>
617617
@ <th>New Name</th>
618618
--- src/path.c
+++ src/path.c
@@ -607,11 +607,11 @@
607 }
608 nRename = db_int(0, "SELECT count(*) FROM renames;");
609 nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;");
610 db_prepare(&q, "SELECT date, old_name, new_name, checkin FROM renames"
611 " ORDER BY date DESC, old_name ASC");
612 @ <h1>%d(nRename) rename operations in %d(nCheckin) check-ins</h1>
613 @ <table class='sortable' data-column-types='tttt' data-init-sort='1'\
614 @ border="1" cellpadding="2" cellspacing="0">
615 @ <thead><tr><th>Date &amp; Time</th>
616 @ <th>Old Name</th>
617 @ <th>New Name</th>
618
--- src/path.c
+++ src/path.c
@@ -607,11 +607,11 @@
607 }
608 nRename = db_int(0, "SELECT count(*) FROM renames;");
609 nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;");
610 db_prepare(&q, "SELECT date, old_name, new_name, checkin FROM renames"
611 " ORDER BY date DESC, old_name ASC");
612 @ <h1>%d(nRename) file name changes in %d(nCheckin) check-ins</h1>
613 @ <table class='sortable' data-column-types='tttt' data-init-sort='1'\
614 @ border="1" cellpadding="2" cellspacing="0">
615 @ <thead><tr><th>Date &amp; Time</th>
616 @ <th>Old Name</th>
617 @ <th>New Name</th>
618

Keyboard Shortcuts

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