-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.4
-
Fix Version/s: None
-
Component/s: maven-scm-provider-accurev
-
Labels:None
-
Flags:Patch
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.