cola.controllers.classic – Classic controller

class cola.controllers.classic.ClassicController(model, view=None)
difftool(qstrings)
Launch difftool on a path.
difftool_predecessor(qstrings)
Prompt for an older commit and launch difftool against it.
editor(qstrings)
Launch an editor on the given QStrings.
query_model(model_index)
Update information about a directory as it is expanded.
revert(qstrings)
Revert paths to HEAD.
stage(qstrings)
Stage files for commit.
unstage(qstrings)
Unstage files for commit.
view_history(entries)
Launch the configured history browser path-limited to entries.
cola.controllers.classic.cola_classic()
Launch a new cola classic session.

Previous topic

cola.controllers.log – Log actions

Next topic

cola.controllers.merge – Merge operations

This Page