| base.py |
Obtain the path of `tool`. |
16572 |
- |
| git.py |
To add git-cinnabar to the PATH, edit your shell initialization script, which
may be called {prefix}/.bash_profile or {prefix}/.profile, and add the following
lines:
export PATH="{cinnabar_dir}:$PATH"
Then restart your shell.
|
29555 |
- |
| jj.py |
Raised when the installed jj version is too old. |
28178 |
- |
| mercurial.py |
An implementation of `Repository` for Mercurial repositories. |
17755 |
- |
| source.py |
An implementation of `Repository` for Git repositories. |
4987 |
- |