##// END OF EJS Templates
cmdutil: typo fix in comment
Augie Fackler -
r29103:f2aa1c3e default
parent child Browse files
Show More
@@ -3071,7 +3071,7 b' def revert(ui, repo, ctx, parents, *pats'
3071 3071
3072 3072 # tell newly modified apart.
3073 3073 dsmodified &= modified
3074 dsmodified |= modified & dsadded # dirstate added may needs backup
3074 dsmodified |= modified & dsadded # dirstate added may need backup
3075 3075 modified -= dsmodified
3076 3076
3077 3077 # We need to wait for some post-processing to update this set
General Comments 0
You need to be logged in to leave comments. Login now