Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins related to "undo-clean"
2015-06-26
| ||
21:25 | Fix memory leak in prompt handling. Move clean-glob setting to ignore-glob, that makes "fossil extras" and "fossil clean" behave much more sensible. ... (Closed-Leaf check-in: a98c99571f user: jan.nijtmans tags: undo-clean) | |
21:05 | If "fossil clean" is undoable, there is no need to prompt for each file first. ... (check-in: 466ccf96c6 user: jan.nijtmans tags: undo-clean) | |
20:28 | Bring behavior and comments closer toghether, hopefully right this time. ... (check-in: cc34dcb747 user: jan.nijtmans tags: undo-clean) | |
20:22 | Cleaning files matching ignore-glob should never be undoable. Other files being clean are undoable, even when using -x|--verily. That's how it should behave (I think) ... (check-in: b3384326b3 user: jan.nijtmans tags: undo-clean) | |
20:11 | Merge trunk. Make fossil clean undoable only when -x|--verily is not specified. And cleaning files matching ignore-glob will never be undoable. ... (check-in: 134d8e1189 user: jan.nijtmans tags: undo-clean) | |
19:40 | Remove used of --disable-lineedit in Dockerfile, as it no longer exists. Noted by Remco Schoen. Thanks! ... (check-in: 6ec714e519 user: jan.nijtmans tags: trunk) | |
18:48 | Merge trunk. ... (check-in: f3daf39355 user: andygoth tags: undo-clean) | |
17:48 | In the "fossil server --repolist" command, to not accept ".fossil" as a valid fossil repository. Require at least one character before the ".". ... (check-in: ceeb1c331b user: drh tags: trunk) | |
2014-07-10
| ||
09:25 | merge trunk ... (check-in: a44b4aa5ac user: jan.nijtmans tags: undo-clean) | |
08:21 | c/--force/--allow-fork/ ... (check-in: 604a355811 user: jan.nijtmans tags: trunk) | |
2013-05-03
| ||
13:50 | Prompt before cleaning files > 10M. Those file deletions are not undo-able. ... (check-in: 8e74f0fe40 user: jan.nijtmans tags: undo-clean) | |
12:06 | Make "fossil clean" undo-able. ... (check-in: 5b4cece445 user: jan.nijtmans tags: undo-clean) | |
11:50 | Implement "fossil undo -n|--dry-run" as replacement for the --explain flag which does the same. (--explain is retained but no longer documented) ... (check-in: 57cfcc2621 user: jan.nijtmans tags: trunk) | |