Show More
@@ -141,17 +141,6 b' class outgoing(object):' | |||||
141 | self._computecommonmissing() |
|
141 | self._computecommonmissing() | |
142 | return self._missing |
|
142 | return self._missing | |
143 |
|
143 | |||
144 | @property |
|
|||
145 | def missingheads(self): |
|
|||
146 | util.nouideprecwarn( |
|
|||
147 | b'outgoing.missingheads never contained what the name suggests and ' |
|
|||
148 | b'was renamed to outgoing.ancestorsof. check your code for ' |
|
|||
149 | b'correctness.', |
|
|||
150 | b'5.5', |
|
|||
151 | stacklevel=2, |
|
|||
152 | ) |
|
|||
153 | return self.ancestorsof |
|
|||
154 |
|
||||
155 |
|
144 | |||
156 | def findcommonoutgoing( |
|
145 | def findcommonoutgoing( | |
157 | repo, other, onlyheads=None, force=False, commoninc=None, portable=False |
|
146 | repo, other, onlyheads=None, force=False, commoninc=None, portable=False |
General Comments 0
You need to be logged in to leave comments.
Login now