# # patch "ChangeLog" # from [2f7a3b4a2b5eb443e9fb6dbb5f4817122ba960b1] # to [5b0ca0cec6a936241d8cabb9e229331f5eda3811] # ======================================================================== --- ChangeLog 2f7a3b4a2b5eb443e9fb6dbb5f4817122ba960b1 +++ ChangeLog 5b0ca0cec6a936241d8cabb9e229331f5eda3811 @@ -1,5 +1,9 @@ 2005-09-04 Grahame Bowland + * ChangeLog: fix up screwed up three-way merge + +2005-09-04 Grahame Bowland + * automate.cc, commands.cc: add "automate get_file", "automate get_revision" and "automate get_manifest" to automation interface. @@ -10,6 +14,36 @@ do not complete IDs, make sure invalid IDs are caught. * testsuite.at: add new tests +2005-09-03 Matthew Gregan + + * tests/t_persistent_server_keys_2.at: 'commit' needs a commit + message. Un-XFAIL. + * tests/t_netsync_unrelated.at: Fix 'setup' syntax. + * tests/t_add_vs_commit.at: BASE_REVISION needs to be in the root + of a working copy to work. Un-XFAIL. + * tests/t_add_stomp_file.at: 'add' does not take a --branch + argument. BASE_REVISION needs to be in the root of a working copy + to work. + * annotate.cc (build_parent_lineage): Don't access uninitialized + memory--use resize() rather than reserve(). + +2005-09-02 Matthew Gregan + + * monotone.cc: Use consistent case in option descriptions. + +2005-09-02 Nathaniel Smith + + * paths.{hh,cc}: Add split_path typedef. Use it. + +2005-09-02 Matt Johnston + + * lua.cc (monotone_guess_binary_file_contents_for_lua): use a + temporary char* buffer rather than &string[], extra copying seems + to have negligible performance impact. + * tests/perf-test.sh: change path from tests/ to contrib/, make + executable. + * tests/parse-accounting.pl: make executable. + 2005-09-01 Timothy Brownawell * lua.cc, std_hooks.lua: use proper regexes for .mt-ignore