Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

16 check-ins related to "pending-review"

2013-08-18
04:22
Add CSS class to anchor for open leaves for consistency. Leaf check-in: 8ad0a8796a user: andybradford tags: pending-review
2013-08-17
19:38
Resolved ticket [05f4bbc266]. check-in: 635598ed93 user: stephan tags: trunk
2013-08-09
01:09
Fix incorrect wrapping of brief finfo output by simply reducing the size of the buffer passed to comment_print(). Leaf check-in: bdbf144ed3 user: andybradford tags: pending-review
2013-08-08
14:00
Merge the fork in trunk. check-in: 0e822db7f1 user: drh tags: trunk
2013-07-01
09:08
rebase Leaf check-in: d57bddaa37 user: jan.nijtmans tags: pending-review
2013-06-29
15:41
Fix the build on windows by using "_pclose" instead of "pclose". check-in: 07463fbf02 user: drh tags: trunk
2013-06-24
09:53
rebase check-in: 50d466dcdd user: jan.nijtmans tags: pending-review
08:27
Use file_tree_name(), not file_canonical_name(), as in Richard's example [c8253f4066] for "fossil ls|changes|status" too. Advantage: 1) a panic when an out-of-tree filename is given on the command line 2) shortcut when any command line argument is "." (or resolves to the top of the tree in any other way) check-in: ae01244396 user: jan.nijtmans tags: trunk
2013-05-30
08:16
In the "fossil clean" messages/prompts, distinguish between "unmanaged" and "ignored" files. check-in: 48fcfa8507 user: jan.nijtmans tags: pending-review
07:28
Additional protection for fossil executables being removed by "fossil clean", even when using --ignore "". Add a warning when kept files are refused to be removed, don't keep this situation silent any more. Backport various improvements from cleanX branch: Use of capitals in messages, missing blob_reset() calls. check-in: 67c9cd12ad user: jan.nijtmans tags: trunk
2013-05-27
09:56
rebase Closed-Leaf check-in: 7f0507c04d user: jan.nijtmans tags: cleanDashN
08:53
Better implementation of "fossil clean -x". Previous implementation didn't prompt any more before before removing unknown files when the -x option was used. check-in: 6758c2b0d5 user: jan.nijtmans tags: pending-review
03:10
Minor documentation updates. check-in: 7794d72c5f user: drh tags: trunk
2013-05-22
07:11
Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans ... Closed-Leaf check-in: 003062b7d8 user: jan.nijtmans tags: pending-review
2013-05-21
14:45
Implement -x|-X|-e|--exclude options for "fossil clean". Compatible with "git clean -x|-X|-e|--exclude". check-in: 44025538c4 user: jan.nijtmans tags: pending-review
13:56
Add option -v|--verbose to "fossil ls" as replacement for (deprecated) -l. check-in: e91d65afe5 user: jan.nijtmans tags: trunk