hgext/evolve.py
changeset 1074 442ab25f4747
parent 1073 f15f02007a0b
child 1075 1205f42ae54c
equal deleted inserted replaced
1073:f15f02007a0b 1074:442ab25f4747
  2229 
  2229 
  2230 
  2230 
  2231 
  2231 
  2232 ### Set discovery START
  2232 ### Set discovery START
  2233 
  2233 
  2234 import random
       
  2235 from mercurial import dagutil
  2234 from mercurial import dagutil
  2236 from mercurial import setdiscovery
  2235 from mercurial import setdiscovery
  2237 
  2236 
  2238 def _obshash(repo, nodes):
  2237 def _obshash(repo, nodes):
  2239     hashs = _obsrelsethashtree(repo)
  2238     hashs = _obsrelsethashtree(repo)