| base.py |
Obtain the path of `tool`. |
13749 |
| 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.
|
25851 |
| jj.py |
\
Warning: jj support is currently experimental, and may be disabled by setting the
environment variable MOZ_AVOID_JJ_VCS=1. (This warning may be suppressed by
setting MOZ_AVOID_JJ_VCS=0.) |
22864 |
| mercurial.py |
An implementation of `Repository` for Mercurial repositories. |
15738 |
| source.py |
An implementation of `Repository` for Git repositories. |
4435 |