Fossil SCM
Change the title on the /test-rename-list page to use "file name changes".
Commit
f99b88199d55404eaa3a4ff8392f464b1ecceca930f295e44f4cd59487741c69
Parent
b6aa2a2370925b4…
1 file changed
+1
-1
+1
-1
| --- src/path.c | ||
| +++ src/path.c | ||
| @@ -607,11 +607,11 @@ | ||
| 607 | 607 | } |
| 608 | 608 | nRename = db_int(0, "SELECT count(*) FROM renames;"); |
| 609 | 609 | nCheckin = db_int(0, "SELECT count(DISTINCT checkin) FROM renames;"); |
| 610 | 610 | db_prepare(&q, "SELECT date, old_name, new_name, checkin FROM renames" |
| 611 | 611 | " 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> | |
| 613 | 613 | @ <table class='sortable' data-column-types='tttt' data-init-sort='1'\ |
| 614 | 614 | @ border="1" cellpadding="2" cellspacing="0"> |
| 615 | 615 | @ <thead><tr><th>Date & Time</th> |
| 616 | 616 | @ <th>Old Name</th> |
| 617 | 617 | @ <th>New Name</th> |
| 618 | 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) 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 & 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 & Time</th> |
| 616 | @ <th>Old Name</th> |
| 617 | @ <th>New Name</th> |
| 618 |