equal
deleted
inserted
replaced
13 |
13 |
14 Same issue, different code path |
14 Same issue, different code path |
15 |
15 |
16 $ hg up -C |
16 $ hg up -C |
17 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
17 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
18 $ touch doesnt-exist-in-1 |
18 $ touch does-not-exist-in-1 |
19 $ hg add |
19 $ hg add |
20 adding doesnt-exist-in-1 |
20 adding does-not-exist-in-1 |
21 $ hg ci -m third |
21 $ hg ci -m third |
22 $ rm doesnt-exist-in-1 |
22 $ rm does-not-exist-in-1 |
23 $ hg diff -r 1 |
23 $ hg diff -r 1 |