-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
when lshistory is run the filepaths returned are relative to where the command
is run from. Currently we run lshistory from the viewroot.
This results in the loadrule(s) being prefixed each changed file e.g. if the
load rule is vobs/MyClient/MyProject all files will look like
/vobs/Myclient/MyProject/MyComponent/src/main/java/etc...
Suggest we provide a option to run lshistory inside each loadrule so to avoid
long prefixes. In the above case the files would then look like
MyComponent/src/main/java/etc..