You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cls/SourceControl/Git/Change.cls
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Storage Default
13
13
<Type>%Storage.Persistent</Type>
14
14
}
15
15
16
-
/// Removes one or more Uncommitted items from the Uncommitted queue and changes the exported file to Reaonly (except for reverts of Adds, or new CSP files within the Perforce root)
16
+
/// Removes one or more Uncommitted items from the Uncommitted queue and changes the exported file to Readonly (except for reverts of Adds, or new CSP files within the Perforce root)
17
17
/// <P> Default assumed behavior is that the the change was not reverted, and that it was actively committed to Perforce
18
18
/// <P> If the method calling does not know whether it was reverted or committed to Perforce, then it should pass <var>Revert</var> = 0 and <var>ActiveCommit</var> = 0,
19
19
/// indicating that the change might have been reverted and the Perforce history should be checked for the definitive answer.
0 commit comments