diff --git a/tests/test-bundle2.t b/tests/test-bundle2.t --- a/tests/test-bundle2.t +++ b/tests/test-bundle2.t @@ -194,6 +194,8 @@ Create an extension to test bundle2 API > [web] > push_ssl = false > allow_push = * + > [phases] + > publish=False > EOF The extension requires a repo (currently unused) @@ -770,9 +772,9 @@ clone --pull updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg -R other log -G - @ 1:9520eea781bc public Nicolas Dumazet E + @ 1:9520eea781bc draft Nicolas Dumazet E | - o 0:cd010b8cd998 public Nicolas Dumazet A + o 0:cd010b8cd998 draft Nicolas Dumazet A pull @@ -855,21 +857,21 @@ push over http Check final content. $ hg -R other log -G - o 7:32af7686d403 public Nicolas Dumazet D + o 7:32af7686d403 draft Nicolas Dumazet D | - o 6:5fddd98957c8 public Nicolas Dumazet C + o 6:5fddd98957c8 draft Nicolas Dumazet C | - o 5:42ccdea3bb16 public Nicolas Dumazet B + o 5:42ccdea3bb16 draft Nicolas Dumazet B | - | o 4:02de42196ebe public Nicolas Dumazet H + | o 4:02de42196ebe draft Nicolas Dumazet H | | - | | o 3:eea13746799a public Nicolas Dumazet G + | | o 3:eea13746799a draft Nicolas Dumazet G | |/| - | o | 2:24b6387c8c8c public Nicolas Dumazet F + | o | 2:24b6387c8c8c draft Nicolas Dumazet F |/ / - | @ 1:9520eea781bc public Nicolas Dumazet E + | @ 1:9520eea781bc draft Nicolas Dumazet E |/ - o 0:cd010b8cd998 public Nicolas Dumazet A + o 0:cd010b8cd998 draft Nicolas Dumazet A Error Handling