Show More
@@ -2773,7 +2773,7 b' def revert(ui, repo, ctx, parents, *pats' | |||||
2773 |
|
2773 | |||
2774 | # `names` is a mapping for all elements in working copy and target revision |
|
2774 | # `names` is a mapping for all elements in working copy and target revision | |
2775 | # The mapping is in the form: |
|
2775 | # The mapping is in the form: | |
2776 |
# <a |
|
2776 | # <abs path in repo> -> (<path from CWD>, <exactly specified by matcher?>) | |
2777 | names = {} |
|
2777 | names = {} | |
2778 |
|
2778 | |||
2779 | with repo.wlock(): |
|
2779 | with repo.wlock(): |
General Comments 0
You need to be logged in to leave comments.
Login now