##// END OF EJS Templates
bundle2: use non-publishing repo in test...
Pierre-Yves David -
r21648:c26a11cd default
parent child Browse files
Show More
@@ -194,6 +194,8 b' Create an extension to test bundle2 API'
194 > [web]
194 > [web]
195 > push_ssl = false
195 > push_ssl = false
196 > allow_push = *
196 > allow_push = *
197 > [phases]
198 > publish=False
197 > EOF
199 > EOF
198
200
199 The extension requires a repo (currently unused)
201 The extension requires a repo (currently unused)
@@ -770,9 +772,9 b' clone --pull'
770 updating to branch default
772 updating to branch default
771 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
773 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
772 $ hg -R other log -G
774 $ hg -R other log -G
773 @ 1:9520eea781bc public Nicolas Dumazet <nicdumz.commits@gmail.com> E
775 @ 1:9520eea781bc draft Nicolas Dumazet <nicdumz.commits@gmail.com> E
774 |
776 |
775 o 0:cd010b8cd998 public Nicolas Dumazet <nicdumz.commits@gmail.com> A
777 o 0:cd010b8cd998 draft Nicolas Dumazet <nicdumz.commits@gmail.com> A
776
778
777
779
778 pull
780 pull
@@ -855,21 +857,21 b' push over http'
855 Check final content.
857 Check final content.
856
858
857 $ hg -R other log -G
859 $ hg -R other log -G
858 o 7:32af7686d403 public Nicolas Dumazet <nicdumz.commits@gmail.com> D
860 o 7:32af7686d403 draft Nicolas Dumazet <nicdumz.commits@gmail.com> D
859 |
861 |
860 o 6:5fddd98957c8 public Nicolas Dumazet <nicdumz.commits@gmail.com> C
862 o 6:5fddd98957c8 draft Nicolas Dumazet <nicdumz.commits@gmail.com> C
861 |
863 |
862 o 5:42ccdea3bb16 public Nicolas Dumazet <nicdumz.commits@gmail.com> B
864 o 5:42ccdea3bb16 draft Nicolas Dumazet <nicdumz.commits@gmail.com> B
863 |
865 |
864 | o 4:02de42196ebe public Nicolas Dumazet <nicdumz.commits@gmail.com> H
866 | o 4:02de42196ebe draft Nicolas Dumazet <nicdumz.commits@gmail.com> H
865 | |
867 | |
866 | | o 3:eea13746799a public Nicolas Dumazet <nicdumz.commits@gmail.com> G
868 | | o 3:eea13746799a draft Nicolas Dumazet <nicdumz.commits@gmail.com> G
867 | |/|
869 | |/|
868 | o | 2:24b6387c8c8c public Nicolas Dumazet <nicdumz.commits@gmail.com> F
870 | o | 2:24b6387c8c8c draft Nicolas Dumazet <nicdumz.commits@gmail.com> F
869 |/ /
871 |/ /
870 | @ 1:9520eea781bc public Nicolas Dumazet <nicdumz.commits@gmail.com> E
872 | @ 1:9520eea781bc draft Nicolas Dumazet <nicdumz.commits@gmail.com> E
871 |/
873 |/
872 o 0:cd010b8cd998 public Nicolas Dumazet <nicdumz.commits@gmail.com> A
874 o 0:cd010b8cd998 draft Nicolas Dumazet <nicdumz.commits@gmail.com> A
873
875
874
876
875 Error Handling
877 Error Handling
General Comments 0
You need to be logged in to leave comments. Login now