Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch mvRmHardFix Excluding Merge-Ins
This is equivalent to a diff from d10b1e022a to 0b5b87ac84
2015-05-29
| ||
17:14 | Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable them to work properly with certain relative paths. check-in: c56a387d47 user: mistachkin tags: trunk | |
2015-05-28
| ||
17:05 | Fix a logic bug in the RSS page. check-in: 282ae5e4de user: drh tags: trunk | |
2015-05-27
| ||
19:17 | Add and refine tests, part 2. Closed-Leaf check-in: 0b5b87ac84 user: mistachkin tags: mvRmHardFix | |
18:37 | Have all appropriate tests use 'normalize_result' instead of a raw 'string map'. check-in: d2cf0713ef user: mistachkin tags: mvRmHardFix | |
03:58 | Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. Closed-Leaf check-in: eabd7290fb user: mistachkin tags: lsearchCmd | |
03:26 | Prototype for a TH1 glob_match command. check-in: f3ae479002 user: mistachkin tags: th1GlobMatch | |
2015-05-26
| ||
21:46 | Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable it to work properly with relative paths. check-in: c2df31dae8 user: mistachkin tags: mvRmHardFix | |
20:07 | Fix SQLITE_ERROR as reported by Taylor Venable: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg20645.html] Closed-Leaf check-in: 89212c5a69 user: jan.nijtmans tags: mvRmHardFix | |
2015-05-25
| ||
09:52 | Close <a> tag, as reported by Svyatoslav Mishyn check-in: d10b1e022a user: jan.nijtmans tags: trunk | |
2015-05-24
| ||
00:53 | Simplify the computation of descendants using a recursive CTE. check-in: 31fcde837d user: drh tags: trunk | |
Changes to src/add.c.
Changes to src/checkin.c.
Changes to src/db.c.
Changes to src/diff.c.
Changes to src/diffcmd.c.
Changes to src/file.c.
Changes to src/finfo.c.
Changes to src/stash.c.
Changes to src/timeline.c.
Changes to src/undo.c.
Changes to src/update.c.
Changes to test/file1.test.
Changes to test/merge6.test.
Changes to test/merge_renames.test.
Added test/mv-rm.test.
Changes to test/th1-tcl.test.
Changes to test/th1.test.