-
Bug
-
Resolution: Fixed
-
High
-
2.0
-
None
The behaviour implemented on:
is flawed and causes Crucible to mess up iterative reviews. When a new revision is added to the review, this method is called to identify the parent for that revision. Since this method simply returns "revid - 1", this often represents a changeset that is totally unrelated to the file we're looking for. This in turn causes Crucible to interpret the file a totally different file (rather than simply an extra revision to the existing frx) and creates a new frx for it.