# # patch "ChangeLog" # from [3d64a878f7ab1a4d86152743953dc51b6139e256] # to [ae2e02da5c19b3d5d64b665d07246f9f3a3a20ef] # # patch "commands.cc" # from [180e64e3feece8d9611ce2ab1eaaf85e44375cca] # to [f799f34e8ba194fd418814d33f666566a27e8a17] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,7 @@ +2005-04-18 Matthew Gregan + + * commands.cc (string_to_datetime): Fix warning. + 2005-04-17 Matt Johnston * packet.cc: fix up unit test compilation. --- commands.cc +++ commands.cc @@ -2575,6 +2575,7 @@ N(false, F("failed to parse date string '%s'") % s); } I(false); + return boost::posix_time::ptime(boost::date_time::not_a_date_time); } CMD(commit, "working copy", "[--message=STRING] [PATH]...",