hgext/graphlog.py
changeset 7875 553aa0cbeab6
parent 7873 4a4c7f6a5912
child 8150 bbc24c0753a0
equal deleted inserted replaced
7874:d812029cda85 7875:553aa0cbeab6
   382                 # use the created uncompressed bundlerepo
   382                 # use the created uncompressed bundlerepo
   383                 other = bundlerepo.bundlerepository(ui, repo.root, fname)
   383                 other = bundlerepo.bundlerepository(ui, repo.root, fname)
   384 
   384 
   385         chlist = other.changelog.nodesbetween(incoming, revs)[0]
   385         chlist = other.changelog.nodesbetween(incoming, revs)[0]
   386         revdag = graphrevs(other, chlist, opts)
   386         revdag = graphrevs(other, chlist, opts)
   387         other_parents = []
       
   388         displayer = show_changeset(ui, other, opts, buffered=True)
       
   389         graphdag = graphabledag(ui, repo, revdag, opts)
   387         graphdag = graphabledag(ui, repo, revdag, opts)
   390         ascii(ui, grapher(graphdag))
   388         ascii(ui, grapher(graphdag))
   391 
   389 
   392     finally:
   390     finally:
   393         if hasattr(other, 'close'):
   391         if hasattr(other, 'close'):