Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 3374418

Browse files
unknownRubenWillems
authored andcommitted
BUG #275 - Accurev updates do not respect history gathered.
1 parent fba8a24 commit 3374418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/core/sourcecontrol/AccuRev.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public override Modification[] GetModifications(IIntegrationResult from, IIntegr
248248
FormatCommandDate(from.StartTime));
249249
ProcessInfo histCommand = PrepCommand(args, from);
250250

251-
Modification[] mods = base.GetModifications(histCommand, from.StartTime, to.StartTime);
251+
mods = base.GetModifications(histCommand, from.StartTime, to.StartTime);
252252
base.FillIssueUrl(mods);
253253
return mods;
254254
}

0 commit comments

Comments
 (0)