Fossil SCM

Added a warning about loss of stash and undo when performing the 'interim workaround' for an RID mismatch.

stephan 2019-01-17 22:43 trunk
Commit cc44fa8425e9ba8554263ca6b2d993a414665469e6b50c07605e3e1e536bfff1
1 file changed +3 -1
+3 -1
--- src/db.c
+++ src/db.c
@@ -1675,11 +1675,13 @@
16751675
"that automatically, but we are not there yet. Sorry.\n\n"
16761676
);
16771677
fossil_print(
16781678
"As an interim workaround, try:\n"
16791679
" %s close --force\n"
1680
- " %s open \"%s\" --keep\n\n",
1680
+ " %s open \"%s\" --keep\n"
1681
+ "Noting that any STASH and UNDO information "
1682
+ "WILL BE IRREVOCABLY LOST.\n\n",
16811683
g.argv[0],
16821684
g.argv[0], zDbName
16831685
);
16841686
fossil_fatal("bad fingerprint");
16851687
}
16861688
--- src/db.c
+++ src/db.c
@@ -1675,11 +1675,13 @@
1675 "that automatically, but we are not there yet. Sorry.\n\n"
1676 );
1677 fossil_print(
1678 "As an interim workaround, try:\n"
1679 " %s close --force\n"
1680 " %s open \"%s\" --keep\n\n",
 
 
1681 g.argv[0],
1682 g.argv[0], zDbName
1683 );
1684 fossil_fatal("bad fingerprint");
1685 }
1686
--- src/db.c
+++ src/db.c
@@ -1675,11 +1675,13 @@
1675 "that automatically, but we are not there yet. Sorry.\n\n"
1676 );
1677 fossil_print(
1678 "As an interim workaround, try:\n"
1679 " %s close --force\n"
1680 " %s open \"%s\" --keep\n"
1681 "Noting that any STASH and UNDO information "
1682 "WILL BE IRREVOCABLY LOST.\n\n",
1683 g.argv[0],
1684 g.argv[0], zDbName
1685 );
1686 fossil_fatal("bad fingerprint");
1687 }
1688

Keyboard Shortcuts

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