Show More
@@ -512,11 +512,7 b' def _incoming(displaychlist, subreporecu' | |||||
512 | return subreporecurse() |
|
512 | return subreporecurse() | |
513 |
|
513 | |||
514 | displayer = cmdutil.show_changeset(ui, other, opts, buffered) |
|
514 | displayer = cmdutil.show_changeset(ui, other, opts, buffered) | |
515 |
|
||||
516 | # XXX once graphlog extension makes it into core, |
|
|||
517 | # should be replaced by a if graph/else |
|
|||
518 | displaychlist(other, chlist, displayer) |
|
515 | displaychlist(other, chlist, displayer) | |
519 |
|
||||
520 | displayer.close() |
|
516 | displayer.close() | |
521 | finally: |
|
517 | finally: | |
522 | cleanupfn() |
|
518 | cleanupfn() |
General Comments 0
You need to be logged in to leave comments.
Login now