# # patch "ChangeLog" # from [5d6d879c33492aad3c353e714495c619b7b79c83] # to [19887a23ee7b025a576acb24e651a03890dd3ce0] # # patch "monotone.cc" # from [bdcc7b74c7406ae184eb45958ee49ef02980e4fd] # to [42020d9e45090f7a39457f9e376a968fcb003fb4] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,9 @@ 2005-05-09 Matthew Gregan
+ * monotone.cc: Absolutify and tilde expand pid file. + +2005-05-09 Matthew Gregan + * testsuite.at: Revert bogus changes committed in revision 9d478. 2005-05-09 Matt Johnston --- monotone.cc +++ monotone.cc @@ -350,7 +350,7 @@ break; case OPT_PIDFILE: - app.set_pidfile(string(argstr)); + app.set_pidfile(absolutify(tilde_expand(string(argstr)))); break; case OPT_ARGFILE: