# HG changeset patch # User Pierre-Yves David # Date 1401223212 25200 # Node ID c26a11cdafeb4a36b03f68ff27f1e0d936e84373 # Parent 1a6909f4ebb0393e351451fceff8673d12e7eb58 bundle2: use non-publishing repo in test If we are going to test usage of bundle for phases exchange, we need some phase movements to be exchanged. diff -r 1a6909f4ebb0 -r c26a11cdafeb tests/test-bundle2.t --- a/tests/test-bundle2.t Tue May 27 13:30:38 2014 -0700 +++ b/tests/test-bundle2.t Tue May 27 13:40:12 2014 -0700 @@ -194,6 +194,8 @@ > [web] > push_ssl = false > allow_push = * + > [phases] + > publish=False > EOF The extension requires a repo (currently unused) @@ -770,9 +772,9 @@ 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 @@ 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