tests/test-merge-subrepos.t
changeset 39277 f785073f792c
parent 35393 4441705b7111
child 39284 975d959295ef
equal deleted inserted replaced
39276:337443f09fc8 39277:f785073f792c
   108   [255]
   108   [255]
   109 
   109 
   110   $ hg up -r '.^' --config ui.interactive=True << EOF
   110   $ hg up -r '.^' --config ui.interactive=True << EOF
   111   > d
   111   > d
   112   > EOF
   112   > EOF
   113   other [destination] changed b which local [working copy] deleted
   113   file b was deleted in other [destination] but was modified in local [working copy].
       
   114   What do you want to do?
   114   use (c)hanged version, leave (d)eleted, or leave (u)nresolved? d
   115   use (c)hanged version, leave (d)eleted, or leave (u)nresolved? d
   115   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   116   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   116 
   117 
   117 XXX: There's a difference between wdir() and '.', so there should be a status.
   118 XXX: There's a difference between wdir() and '.', so there should be a status.
   118 `hg files -S` from the top is also missing 'subrepo/b'.
   119 `hg files -S` from the top is also missing 'subrepo/b'.