Fossil SCM

Improved title on the /ckout page.

drh 2024-12-10 18:24 trunk
Commit 842daebb2220d4dd4104c1baa724ba026e6e82a7e1eab194696824d2b6ed9136
1 file changed +2 -2
+2 -2
--- src/info.c
+++ src/info.c
@@ -633,13 +633,13 @@
633633
db_protect_pop();
634634
style_set_current_feature("vinfo");
635635
zHostname = fossil_hostname();
636636
zCwd = file_getcwd(0,0);
637637
if( zHostname ){
638
- style_header("Checkout at %s:%s", zHostname, zCwd);
638
+ style_header("Checkout %h on %h", zCwd, zHostname);
639639
}else{
640
- style_header("Checkout at %s", zCwd);
640
+ style_header("Checkout at %h", zCwd);
641641
}
642642
render_checkin_context(vid, 0, 0, 0);
643643
db_prepare(&q,
644644
/* 0 1 2 3 4 5 6 */
645645
"SELECT pathname, deleted, chnged , rid==0, rid, islink, uuid"
646646
--- src/info.c
+++ src/info.c
@@ -633,13 +633,13 @@
633 db_protect_pop();
634 style_set_current_feature("vinfo");
635 zHostname = fossil_hostname();
636 zCwd = file_getcwd(0,0);
637 if( zHostname ){
638 style_header("Checkout at %s:%s", zHostname, zCwd);
639 }else{
640 style_header("Checkout at %s", zCwd);
641 }
642 render_checkin_context(vid, 0, 0, 0);
643 db_prepare(&q,
644 /* 0 1 2 3 4 5 6 */
645 "SELECT pathname, deleted, chnged , rid==0, rid, islink, uuid"
646
--- src/info.c
+++ src/info.c
@@ -633,13 +633,13 @@
633 db_protect_pop();
634 style_set_current_feature("vinfo");
635 zHostname = fossil_hostname();
636 zCwd = file_getcwd(0,0);
637 if( zHostname ){
638 style_header("Checkout %h on %h", zCwd, zHostname);
639 }else{
640 style_header("Checkout at %h", zCwd);
641 }
642 render_checkin_context(vid, 0, 0, 0);
643 db_prepare(&q,
644 /* 0 1 2 3 4 5 6 */
645 "SELECT pathname, deleted, chnged , rid==0, rid, islink, uuid"
646

Keyboard Shortcuts

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