General project structure
we will have a `gitaly` Mercurial extension, but that should be just a thin registration layer for our command. Most of the code will be in the `hgitaly` package, for maximum flexibility and future proofing in case we really to evade from the extension thing.
Showing
- README.md 4 additions, 0 deletionsREADME.md
- hgext3rd/__init__.py 4 additions, 0 deletionshgext3rd/__init__.py
- hgext3rd/gitaly/__init__.py 0 additions, 0 deletionshgext3rd/gitaly/__init__.py
- hgitaly/__init__.py 0 additions, 0 deletionshgitaly/__init__.py
- setup.py 16 additions, 0 deletionssetup.py
README.md
0 → 100644
hgext3rd/__init__.py
0 → 100644
hgext3rd/gitaly/__init__.py
0 → 100644
hgitaly/__init__.py
0 → 100644
setup.py
0 → 100644
Please register or sign in to comment