Show More
@@ -835,6 +835,11 b' def _pullbundle2(pullop):' | |||
|
835 | 835 | else: |
|
836 | 836 | if pullop.heads is None and list(pullop.common) == [nullid]: |
|
837 | 837 | pullop.repo.ui.status(_("requesting all changes\n")) |
|
838 | if obsolete._enabled: | |
|
839 | remoteversions = bundle2.obsmarkersversion(remotecaps) | |
|
840 | if obsolete.commonversion(remoteversions) is not None: | |
|
841 | kwargs['obsmarkers'] = True | |
|
842 | pullop.todosteps.remove('obsmarkers') | |
|
838 | 843 | _pullbundle2extraprepare(pullop, kwargs) |
|
839 | 844 | if kwargs.keys() == ['format']: |
|
840 | 845 | return # nothing to pull |
@@ -783,6 +783,7 b' clone --pull' | |||
|
783 | 783 | adding manifests |
|
784 | 784 | adding file changes |
|
785 | 785 | added 2 changesets with 2 changes to 2 files |
|
786 | 1 new obsolescence markers | |
|
786 | 787 | updating to branch default |
|
787 | 788 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
788 | 789 | $ hg -R other log -G |
@@ -792,7 +793,6 b' clone --pull' | |||
|
792 | 793 | |
|
793 | 794 | $ hg -R other debugobsolete |
|
794 | 795 | 1111111111111111111111111111111111111111 9520eea781bcca16c1e15acc0ba14335a0e8e5ba 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
795 | 2222222222222222222222222222222222222222 24b6387c8c8cae37178880f3fa95ded3cb1cf785 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} | |
|
796 | 796 | |
|
797 | 797 | pull |
|
798 | 798 | |
@@ -804,6 +804,7 b' pull' | |||
|
804 | 804 | adding manifests |
|
805 | 805 | adding file changes |
|
806 | 806 | added 1 changesets with 1 changes to 1 files (+1 heads) |
|
807 | 1 new obsolescence markers | |
|
807 | 808 | (run 'hg heads' to see heads, 'hg merge' to merge) |
|
808 | 809 | $ hg -R other log -G |
|
809 | 810 | o 2:24b6387c8c8c draft Nicolas Dumazet <nicdumz.commits@gmail.com> F |
@@ -904,6 +905,7 b' pull over ssh' | |||
|
904 | 905 | adding manifests |
|
905 | 906 | adding file changes |
|
906 | 907 | added 1 changesets with 1 changes to 1 files (+1 heads) |
|
908 | 1 new obsolescence markers | |
|
907 | 909 | updating bookmark book_02de |
|
908 | 910 | (run 'hg heads' to see heads, 'hg merge' to merge) |
|
909 | 911 | importing bookmark book_02de |
@@ -912,9 +914,6 b' pull over ssh' | |||
|
912 | 914 | 2222222222222222222222222222222222222222 24b6387c8c8cae37178880f3fa95ded3cb1cf785 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
913 | 915 | 3333333333333333333333333333333333333333 eea13746799a9e0bfd88f29d3c2e9dc9389f524f 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
914 | 916 | 4444444444444444444444444444444444444444 02de42196ebee42ef284b6780a87cdc96e8eaab6 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
915 | 5555555555555555555555555555555555555555 42ccdea3bb16d28e1848c95fe2e44c000f3f21b1 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} | |
|
916 | 6666666666666666666666666666666666666666 5fddd98957c8a54a4d436dfe1da9d87f21a1b97b 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} | |
|
917 | 7777777777777777777777777777777777777777 32af7686d403cf45b5d95f2d70cebea587ac806a 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} | |
|
918 | 917 | |
|
919 | 918 | pull over http |
|
920 | 919 | |
@@ -928,6 +927,7 b' pull over http' | |||
|
928 | 927 | adding manifests |
|
929 | 928 | adding file changes |
|
930 | 929 | added 1 changesets with 1 changes to 1 files (+1 heads) |
|
930 | 1 new obsolescence markers | |
|
931 | 931 | updating bookmark book_42cc |
|
932 | 932 | (run 'hg heads .' to see heads, 'hg merge' to merge) |
|
933 | 933 | importing bookmark book_42cc |
@@ -938,8 +938,6 b' pull over http' | |||
|
938 | 938 | 3333333333333333333333333333333333333333 eea13746799a9e0bfd88f29d3c2e9dc9389f524f 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
939 | 939 | 4444444444444444444444444444444444444444 02de42196ebee42ef284b6780a87cdc96e8eaab6 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
940 | 940 | 5555555555555555555555555555555555555555 42ccdea3bb16d28e1848c95fe2e44c000f3f21b1 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
941 | 6666666666666666666666666666666666666666 5fddd98957c8a54a4d436dfe1da9d87f21a1b97b 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} | |
|
942 | 7777777777777777777777777777777777777777 32af7686d403cf45b5d95f2d70cebea587ac806a 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} | |
|
943 | 941 | |
|
944 | 942 | push over ssh |
|
945 | 943 | |
@@ -950,6 +948,7 b' push over ssh' | |||
|
950 | 948 | remote: adding manifests |
|
951 | 949 | remote: adding file changes |
|
952 | 950 | remote: added 1 changesets with 1 changes to 1 files |
|
951 | remote: 1 new obsolescence markers | |
|
953 | 952 | updating bookmark book_5fdd |
|
954 | 953 | exporting bookmark book_5fdd |
|
955 | 954 | $ hg -R other log -G |
@@ -974,7 +973,6 b' push over ssh' | |||
|
974 | 973 | 4444444444444444444444444444444444444444 02de42196ebee42ef284b6780a87cdc96e8eaab6 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
975 | 974 | 5555555555555555555555555555555555555555 42ccdea3bb16d28e1848c95fe2e44c000f3f21b1 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
976 | 975 | 6666666666666666666666666666666666666666 5fddd98957c8a54a4d436dfe1da9d87f21a1b97b 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} |
|
977 | 7777777777777777777777777777777777777777 32af7686d403cf45b5d95f2d70cebea587ac806a 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'test'} | |
|
978 | 976 | |
|
979 | 977 | push over http |
|
980 | 978 | |
@@ -989,6 +987,7 b' push over http' | |||
|
989 | 987 | remote: adding manifests |
|
990 | 988 | remote: adding file changes |
|
991 | 989 | remote: added 1 changesets with 1 changes to 1 files |
|
990 | remote: 1 new obsolescence markers | |
|
992 | 991 | updating bookmark book_32af |
|
993 | 992 | exporting bookmark book_32af |
|
994 | 993 | $ cat other-error.log |
General Comments 0
You need to be logged in to leave comments.
Login now