A tool to extract and dump files of mercurial SCM exposed on a web server.
- Extracts files of mercurial SCM exposed on a web server.
- Dump project files and .hg/ files locally.
$ ./mercurial-scm-extract.py -h
mercurial-scm-extract.py v1.1 - by @podalirius_
usage: mercurial-scm-extract.py [-h] -u URL -d DIR [-k] [-v]
options:
-h, --help show this help message and exit
-u URL, --url URL Target URL.
-d DIR, --dir DIR Directory where to save dumped files.
-k, --insecure Allow insecure server connections when using SSL (default: False)
-v, --verbose Verbose mode. (default: False)
Pull requests are welcome. Feel free to open an issue if you want to add other features.