Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.4
-
None
-
None
-
Patch
Description
The initial changelog implementation simply issued a "hist" on a given stream which will only detect changes being promoted into a stream. Any changes flowing down from "upstream" are not detected.
Since AccuRev 4.7.2 there is a command to identify the differences in a stream between two transactions diff -v -V -t.
The attached patch reworks the changelog implementation to use this feature if it is available.