# # # patch "NEWS" # from [286f37c1484d1102ab03aa0bfc1fc4c144b0759c] # to [4f6c24f988b3f1857437d1ee5847ae02afc05875] # ============================================================ --- NEWS 286f37c1484d1102ab03aa0bfc1fc4c144b0759c +++ NEWS 4f6c24f988b3f1857437d1ee5847ae02afc05875 @@ -10,6 +10,16 @@ - Cert labels in the output of the 'log' command are now localized. + - The 'heads' command should be significantly faster now (not + that it was particularly slow before). This probably isn't + terribly noticable unless you're in the habit of using "h:*" + (heads of all branches) as a selector, it's primarily meant + to enable future changes that will depend on fast 'heads'. + + The database schema has been changed, so you will need to + run 'mtn db migrate' (preferably after making a backup copy + of your db). + New features - There's a new command "automate remote_stdio" that makes it