Show More
@@ -835,8 +835,7 b' def _createunshelvectx(ui, repo, shelvec' | |||||
835 | **pycompat.strkwargs(opts)) |
|
835 | **pycompat.strkwargs(opts)) | |
836 | snode = repo.commit(text=shelvectx.description(), |
|
836 | snode = repo.commit(text=shelvectx.description(), | |
837 | extra=shelvectx.extra(), |
|
837 | extra=shelvectx.extra(), | |
838 |
user=shelvectx.user() |
|
838 | user=shelvectx.user()) | |
839 | date=shelvectx.date()) |
|
|||
840 | m = scmutil.matchfiles(repo, repo[snode].files()) |
|
839 | m = scmutil.matchfiles(repo, repo[snode].files()) | |
841 | if snode: |
|
840 | if snode: | |
842 | _shelvecreatedcommit(repo, snode, basename, m) |
|
841 | _shelvecreatedcommit(repo, snode, basename, m) |
General Comments 0
You need to be logged in to leave comments.
Login now