# # old_revision [133d7c3ff21229143d27ccd7cca5d64d2b117335] # # patch "work.hh" # from [49bf298fac3d660308c2b7106ff46854546401bd] # to [3199d166945136921f2e4ef8ba5e8d4a692df15a] # ============================================================ --- work.hh 49bf298fac3d660308c2b7106ff46854546401bd +++ work.hh 3199d166945136921f2e4ef8ba5e8d4a692df15a @@ -152,6 +152,14 @@ struct workspace void blank_user_log(); bool has_contents_user_log(); + // The ".mtn-message" file is used to define a template for the commit + // message that is presented when obtaining the message interactivly. + // This file resides in the project root directory and not in the _MTN + // becuase it should be kept in the database so that it is version and + // all the project developers get a copy upon checking out a revision. + void get_message_file_path(file_path & msgf_path); + void read_message_file(utf8 & dat); + // the "options map" is another administrative file, stored in // _MTN/options. it keeps a list of name/value pairs which are considered // "persistent options", associated with a particular workspace and