changeset 48547 | 7f633432ca92 |
parent 48384 | b7fde9237c92 |
child 49920 | 2f2682f40ea0 |
48546:5151b0f6519e | 48547:7f633432ca92 |
---|---|
1 TODO: fix rhg bugs that make this test fail when status is enabled |
|
2 $ unset RHG_STATUS |
|
3 |
|
4 |
|
5 $ hg init repo |
1 $ hg init repo |
6 $ cd repo |
2 $ cd repo |
7 $ hg init subrepo |
3 $ hg init subrepo |
8 $ echo a > subrepo/a |
4 $ echo a > subrepo/a |
9 $ hg -R subrepo ci -Am adda |
5 $ hg -R subrepo ci -Am adda |