# # # patch "NEWS" # from [07d0f66c000b5570c1bad3deaaeaebad4ffe7f92] # to [0525d5e76bcea136f913272c92ac84612cb5e630] # ============================================================ --- NEWS 07d0f66c000b5570c1bad3deaaeaebad4ffe7f92 +++ NEWS 0525d5e76bcea136f913272c92ac84612cb5e630 @@ -46,11 +46,24 @@ New features + - New 'mtn suspend' command which lets you mark certain + revisions and thus whole branches as discontinued + ("suspended") by attaching a special suspend cert to the + revision. All relevant mtn commands (f.e. mtn heads, + mtn ls branches) honor this cert by default. To ignore it, + simply add '--ignore-suspend-certs' to your command line. + Suspended revisions can have children, which are in no + way affected by the cert of their parent, i.e. suspended + development lines or branches can simply be "unsuspended" + by committing to them. + This feature was already added in monotone 0.37, but was + forgotten to be mentioned in NEWS back then. + - New 'get_default_command_options' lua hook which lets you specify default options for a given, triggered command. Useful f.e. if you always want to have your 'mtn add' command executed with '-R' / '--recursive'. - + - Add 'automate show_conflicts' command. - Add 'automate get_workspace_root' command.