Show More
@@ -137,7 +137,7 b' def reposetup(ui, repo):' | |||||
137 | # Create a copy of match that matches standins instead |
|
137 | # Create a copy of match that matches standins instead | |
138 | # of largefiles. |
|
138 | # of largefiles. | |
139 | def tostandin(file): |
|
139 | def tostandin(file): | |
140 |
if |
|
140 | if working and lfutil.standin(file) in repo.dirstate: | |
141 | return lfutil.standin(file) |
|
141 | return lfutil.standin(file) | |
142 | return file |
|
142 | return file | |
143 |
|
143 |
@@ -68,6 +68,8 b' Commit preserved largefile contents.' | |||||
68 | Remove both largefiles and normal files. |
|
68 | Remove both largefiles and normal files. | |
69 |
|
69 | |||
70 | $ hg remove normal1 large1 |
|
70 | $ hg remove normal1 large1 | |
|
71 | $ hg status large1 | |||
|
72 | R large1 | |||
71 | $ hg commit -m "remove files" |
|
73 | $ hg commit -m "remove files" | |
72 | Invoking status precommit hook |
|
74 | Invoking status precommit hook | |
73 | R large1 |
|
75 | R large1 |
General Comments 0
You need to be logged in to leave comments.
Login now