hgext3rd/evolve/obsdiscovery.py
changeset 2128 318aba30dec3
parent 2127 e2770faac2df
child 2129 d07bb7cbae2f
--- a/hgext3rd/evolve/obsdiscovery.py	Wed Mar 22 03:47:28 2017 +0100
+++ b/hgext3rd/evolve/obsdiscovery.py	Wed Mar 22 03:49:40 2017 +0100
@@ -604,8 +604,6 @@
         cached = self._repo.stablerange.subranges(self._repo, self)
         if cached is not None:
             return cached
-        if len(self) == 1:
-            return []
         step = _hlp2(self.depth)
         standard_start = 0
         while standard_start < self.index and 0 < step: