Differences From Artifact [c44c73ab63]:
- File src/undo.c — part of check-in [17f21f2482] at 2011-09-15 00:54:24 on branch msw-docco — Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n (user: martin.weber size: 12916) [more...]
To Artifact [a798885c14]:
- File src/undo.c — part of check-in [587dd57fe1] at 2012-02-10 18:02:40 on branch msw-docco — climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. (user: martin.weber size: 12917) [more...]
| ︙ | |||
346 347 348 349 350 351 352 | 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 | - + |
undoActive = 0;
fossil_print("Rolling back prior filesystem changes...\n");
undo_all_filesystem(0);
}
/*
** COMMAND: undo
|
| ︙ |