Show More
@@ -512,11 +512,7 b' def _incoming(displaychlist, subreporecu' | |||
|
512 | 512 | return subreporecurse() |
|
513 | 513 | |
|
514 | 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 | 515 | displaychlist(other, chlist, displayer) |
|
519 | ||
|
520 | 516 | displayer.close() |
|
521 | 517 | finally: |
|
522 | 518 | cleanupfn() |
General Comments 0
You need to be logged in to leave comments.
Login now