Python 2.6 or better. If you install Qt4 and a Python 2.7-compatible
PyQt4 then cola will work just fine.
> And while I'm here, should it be possible to use git-cola as a "portable
> app", in the sense that it won't require global PATH or registry changes,
> all config stuff gets saved in a configurable location, ideally relative to
> the executable(s)?
The config stuff gets written under $HOME. cola doesn't need anything
in $PATH. It can run directly from its source tree so making a
portable version would not be very hard. You can tell git-cola where
to find the `git` executable, which is helpful when you don't want git
in path. e.g. `git cola --git-path=$HOME/bin/git`
> This is the main reason I'm checking I'm checking the project out, otherwise
> pretty happy with TortoiseGit - does cola offer anything else that T
> doesn't?
Partial staging / commits. History viewing. TortoiseGit is
inherently file-based whereas cola reflects the git model. I think
our difftool integration is pretty nice, especially in `git dag`.
--
David
Thanks, that's a good idea. Done.
--
David