# # patch "ChangeLog" # from [7cdd45be35b1e123a1ea97a041fb6f43bbb16752] # to [5e40e2689e6d8938571513054cfd7398daa50333] # # patch "basic_io.hh" # from [10026c3e42711e8f27e150cb023310c540b3abbe] # to [74d226adb3879eeb068b39172c59377a733148ab] # # patch "monotone.cc" # from [2513af9f010d0fc778ab11385d7bec0379e720d4] # to [b21691fb1cf0958c721eb88c076173ec836cb36b] # ======================================================================== --- ChangeLog 7cdd45be35b1e123a1ea97a041fb6f43bbb16752 +++ ChangeLog 5e40e2689e6d8938571513054cfd7398daa50333 @@ -1,5 +1,10 @@ 2005-08-24 Nathaniel Smith + * basic_io.hh: #include "paths.hh". + * monotone.cc (add_rcfile): Remove obsolete absolutification, etc. + +2005-08-24 Nathaniel Smith + * paths.hh (system_path): Add a from-any_path constructor. * Makefile.am (MOST_SOURCES): Remove path_component.{cc,hh}. * basic_io.hh (push_file_pair): New method. ======================================================================== --- basic_io.hh 10026c3e42711e8f27e150cb023310c540b3abbe +++ basic_io.hh 74d226adb3879eeb068b39172c59377a733148ab @@ -16,6 +16,8 @@ #include #include +#include "paths.hh" + namespace basic_io { ======================================================================== --- monotone.cc 2513af9f010d0fc778ab11385d7bec0379e720d4 +++ monotone.cc b21691fb1cf0958c721eb88c076173ec836cb36b @@ -320,7 +320,7 @@ break; case OPT_RCFILE: - app.add_rcfile(absolutify_for_command_line(tilde_expand(string(argstr)))); + app.add_rcfile(argstr); break; case OPT_DUMP: