Show More
@@ -101,12 +101,8 b' def snapshot(ui, repo, files, node, tmpr' | |||
|
101 | 101 | matchfn=scmutil.matchfiles(repo, files), |
|
102 | 102 | subrepos=listsubrepos) |
|
103 | 103 | |
|
104 | ctx = repo[node] | |
|
105 | 104 | for fn in sorted(files): |
|
106 | 105 | wfn = util.pconvert(fn) |
|
107 | if wfn not in ctx: | |
|
108 | # File doesn't exist; could be a bogus modify | |
|
109 | continue | |
|
110 | 106 | ui.note(' %s\n' % wfn) |
|
111 | 107 | |
|
112 | 108 | if node is None: |
General Comments 0
You need to be logged in to leave comments.
Login now