Skip to content

A tool to extract and dump files of mercurial SCM exposed on a web server.

Notifications You must be signed in to change notification settings

p0dalirius/mercurial-scm-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A tool to extract and dump files of mercurial SCM exposed on a web server.
GitHub release (latest by date) YouTube Channel Subscribers

Features

  • Extracts files of mercurial SCM exposed on a web server.
  • Dump project files and .hg/ files locally.

Usage

$ ./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)

Example

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.