Show More
@@ -107,13 +107,21 b' missing file in the top level repo.' | |||||
107 | [255] |
|
107 | [255] | |
108 |
|
108 | |||
109 | $ hg up -r '.^' --config ui.interactive=True << EOF |
|
109 | $ hg up -r '.^' --config ui.interactive=True << EOF | |
110 |
> |
|
110 | > d | |
111 | > EOF |
|
111 | > EOF | |
112 | other [destination] changed b which local [working copy] deleted |
|
112 | other [destination] changed b which local [working copy] deleted | |
113 |
use (c)hanged version, leave (d)eleted, or leave (u)nresolved? |
|
113 | use (c)hanged version, leave (d)eleted, or leave (u)nresolved? d | |
114 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
114 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
115 |
|
115 | |||
|
116 | XXX: There's a difference between wdir() and '.', so there should be a status. | |||
|
117 | `hg files -S` from the top is also missing 'subrepo/b'. | |||
|
118 | ||||
116 | $ hg st -S |
|
119 | $ hg st -S | |
|
120 | $ hg st -R subrepo | |||
|
121 | $ hg files -R subrepo | |||
|
122 | [1] | |||
|
123 | $ hg files -R subrepo -r '.' | |||
|
124 | subrepo/b (glob) | |||
117 |
|
125 | |||
118 | $ hg bookmark -r tip @other |
|
126 | $ hg bookmark -r tip @other | |
119 | $ echo xyz > subrepo/c |
|
127 | $ echo xyz > subrepo/c |
General Comments 0
You need to be logged in to leave comments.
Login now