Show More
@@ -753,6 +753,69 b' Pushing to Publish=True (common changese' | |||||
753 |
|
753 | |||
754 |
|
754 | |||
755 |
|
755 | |||
|
756 | Bare push with next changeset and common changeset needing sync (issue3575) | |||
|
757 | ||||
|
758 | (reset some stat on remot repo to not confused other test) | |||
|
759 | ||||
|
760 | $ hg -R ../alpha --config extensions.strip= strip --no-backup 967b449fbc94 | |||
|
761 | 0 files updated, 0 files merged, 1 files removed, 0 files unresolved | |||
|
762 | $ hg phase --force --draft b740e3e5c05d 967b449fbc94 | |||
|
763 | $ hg push -fv ../alpha | |||
|
764 | pushing to ../alpha | |||
|
765 | searching for changes | |||
|
766 | 1 changesets found | |||
|
767 | adding changesets | |||
|
768 | adding manifests | |||
|
769 | adding file changes | |||
|
770 | added 1 changesets with 1 changes to 1 files (+1 heads) | |||
|
771 | $ hgph | |||
|
772 | o 9 public a-H - 967b449fbc94 | |||
|
773 | | | |||
|
774 | | o 8 public a-F - b740e3e5c05d | |||
|
775 | | | | |||
|
776 | | o 7 public a-E - e9f537e46dea | |||
|
777 | | | | |||
|
778 | +---o 6 public n-B - 145e75495359 | |||
|
779 | | | | |||
|
780 | o | 5 public n-A - d6bcb4f74035 | |||
|
781 | | | | |||
|
782 | | o 4 public a-D - b555f63b6063 | |||
|
783 | | | | |||
|
784 | | o 3 public a-C - 54acac6f23ab | |||
|
785 | | | | |||
|
786 | o | 2 public b-A - f54f1bb90ff3 | |||
|
787 | |/ | |||
|
788 | o 1 public a-B - 548a3d25dbf0 | |||
|
789 | | | |||
|
790 | o 0 public a-A - 054250a37db4 | |||
|
791 | ||||
|
792 | ||||
|
793 | $ hg -R ../alpha update 967b449fbc94 #for latter test consistency | |||
|
794 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |||
|
795 | $ hgph -R ../alpha | |||
|
796 | @ 10 public a-H - 967b449fbc94 | |||
|
797 | | | |||
|
798 | | o 9 draft a-G - 3e27b6f1eee1 | |||
|
799 | | | | |||
|
800 | | o 8 public a-F - b740e3e5c05d | |||
|
801 | | | | |||
|
802 | | o 7 public a-E - e9f537e46dea | |||
|
803 | | | | |||
|
804 | +---o 6 public n-B - 145e75495359 | |||
|
805 | | | | |||
|
806 | o | 5 public n-A - d6bcb4f74035 | |||
|
807 | | | | |||
|
808 | o | 4 public b-A - f54f1bb90ff3 | |||
|
809 | | | | |||
|
810 | | o 3 public a-D - b555f63b6063 | |||
|
811 | | | | |||
|
812 | | o 2 public a-C - 54acac6f23ab | |||
|
813 | |/ | |||
|
814 | o 1 public a-B - 548a3d25dbf0 | |||
|
815 | | | |||
|
816 | o 0 public a-A - 054250a37db4 | |||
|
817 | ||||
|
818 | ||||
756 | Discovery locally secret changeset on a remote repository: |
|
819 | Discovery locally secret changeset on a remote repository: | |
757 |
|
820 | |||
758 | - should make it non-secret |
|
821 | - should make it non-secret |
General Comments 0
You need to be logged in to leave comments.
Login now