Show More
@@ -117,10 +117,17 b' missing file in the top level repo.' | |||||
117 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
117 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
118 |
|
118 | |||
119 | XXX: There's a difference between wdir() and '.', so there should be a status. |
|
119 | XXX: There's a difference between wdir() and '.', so there should be a status. | |
120 | `hg files -S` from the top is also missing 'subrepo/b'. |
|
120 | `hg files -S` from the top is also missing 'subrepo/b'. The files should be | |
|
121 | seen as deleted (and, maybe even missing? in which case `hg files` should list | |||
|
122 | it) | |||
121 |
|
123 | |||
122 | $ hg st -S |
|
124 | $ hg st -S | |
|
125 | R subrepo/b (missing-correct-output !) | |||
123 | $ hg st -R subrepo |
|
126 | $ hg st -R subrepo | |
|
127 | R subrepo/b (missing-correct-output !) | |||
|
128 | ||||
|
129 | (note: return [1] because no files "match" since the list is empty) | |||
|
130 | ||||
124 | $ hg files -R subrepo |
|
131 | $ hg files -R subrepo | |
125 | [1] |
|
132 | [1] | |
126 | $ hg files -R subrepo -r '.' |
|
133 | $ hg files -R subrepo -r '.' |
General Comments 0
You need to be logged in to leave comments.
Login now