:mod:`cola.views.dag` -- Git DAG
--------------------------------
The git DAG shows an interactive node graph for visualizing a git
repository's history.

.. note:: This is beta, this list is a wishlist and is unimplemented.

* Selecting nodes copies its SHA-1 to the clipboard.
* Interactive dialog with difftool, merge, etc commands
  using the selected revisions

.. automodule:: cola.views.dag
    :members:
    :undoc-members:
