Mercurial > hg > hg-git
view MANIFEST.in @ 922:5f93caf337a9
git_handler: test for a raw git ssh uri
By testing the uri early, we can reuse logic later in the method to parse the
git uri. We rely on the isgitsshuri heuristic to return True or False, and if
True, prepend 'git+ssh://' to the uri.
Arguably, this is fragile, and am open to better ideas, but can't think of
anything else currently.
author | Sean Farley <sean@farley.io> |
---|---|
date | Fri, 26 Jun 2015 16:32:20 -0700 |
parents | c7ea22aa3440 |
children | 0f95f2adc334 |
line wrap: on
line source
include COPYING include MANIFEST.in include README.md recursive-include hggit *.py *.rst