Show More
@@ -3071,7 +3071,7 b' def revert(ui, repo, ctx, parents, *pats' | |||||
3071 |
|
3071 | |||
3072 | # tell newly modified apart. |
|
3072 | # tell newly modified apart. | |
3073 | dsmodified &= modified |
|
3073 | dsmodified &= modified | |
3074 |
dsmodified |= modified & dsadded # dirstate added may need |
|
3074 | dsmodified |= modified & dsadded # dirstate added may need backup | |
3075 | modified -= dsmodified |
|
3075 | modified -= dsmodified | |
3076 |
|
3076 | |||
3077 | # We need to wait for some post-processing to update this set |
|
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