##// END OF EJS Templates
discovery: remove deprecated API...
Raphaël Gomès -
r49361:61fe7e17 default
parent child Browse files
Show More
@@ -141,17 +141,6 class outgoing(object):
141 141 self._computecommonmissing()
142 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 145 def findcommonoutgoing(
157 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