Release Notes

Internal

5.4.8.550: Mar 26 2014

New

GUI: Column filters are now available on all views. An improved filter mechanism lets you specify the column you want to use to filter.

You can still use the old filters to search on all columns, but you can also restrict the search to a given column as follows:

[<column_name>:<filter_value>]*

Examples of valid filters are:

* On changesets view:

 "created by":mike comment:"first changeset" 

* On pending changes view:

 status:changed item:bin/lib type:txt 

Bug

Command line client: Fixed the help of the 'cm history' command.

There was a mismatch when using 'cm hist --format' between the documentation and the format string.

Bug

Semantic method history: Fix missing data in sematic method history showing the history of a method when merged revisions are involved.

Bug

Merge: Fixed an edge case on a recursive merge (the merge operation calculates more than one ancestor changeset):

* When one ancestor has removed an xlink and added a new one on the same path, and another ancestor involved on the intermediate merge hasn't changed the xlink (the removed one), the merge was failing with the error: "Can't add an entry with the same name. Duplicated child [<item name>]".