equal
deleted
inserted
replaced
78 adding changesets |
78 adding changesets |
79 adding manifests |
79 adding manifests |
80 adding file changes |
80 adding file changes |
81 added 1 changesets with 1 changes to 1 files |
81 added 1 changesets with 1 changes to 1 files |
82 0 |
82 0 |
|
83 % issue 736 |
|
84 % push on existing branch and new branch |
|
85 pushing to ../f |
|
86 searching for changes |
|
87 abort: push creates new remote branch 'c'! |
|
88 (did you forget to merge? use push -f to force) |
|
89 1 |
|
90 % fail on multiple head push |
|
91 pushing to ../f |
|
92 searching for changes |
|
93 abort: push creates new remote heads! |
|
94 (did you forget to merge? use push -f to force) |
|
95 1 |
|
96 % push replacement head on existing branches |
|
97 pushing to ../f |
|
98 searching for changes |
|
99 adding changesets |
|
100 adding manifests |
|
101 adding file changes |
|
102 added 2 changesets with 2 changes to 1 files |
|
103 0 |
|
104 % merge of branch a to other branch b followed by unrelated push on branch a |
|
105 pushing to ../f |
|
106 searching for changes |
|
107 adding changesets |
|
108 adding manifests |
|
109 adding file changes |
|
110 added 1 changesets with 1 changes to 1 files (-1 heads) |
|
111 0 |
|
112 pushing to ../f |
|
113 searching for changes |
|
114 adding changesets |
|
115 adding manifests |
|
116 adding file changes |
|
117 added 1 changesets with 1 changes to 1 files (+1 heads) |
|
118 0 |
|
119 % cheating the counting algorithm |
|
120 pushing to ../f |
|
121 searching for changes |
|
122 adding changesets |
|
123 adding manifests |
|
124 adding file changes |
|
125 added 2 changesets with 2 changes to 1 files |
|
126 0 |