The hgsftp module is an extension for the Mercurial DVCS which allows it to access repositories through SFTP. To accomplish this, it uses the FUSE/SSHFS filesystem to mount the repository during actions which require remote access.
| Tags | Revision Control SFTP |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Linux FreeBSD Mac OS X |
| Implementation | Python FUSE |
| Translations | English |
Recent releases


Release Notes: This release ensures that the repository is always unmounted.


Release Notes: This release changes the way the URL and directories are passed to sshfs, to prevent possible problems when using URLs containing single quotes.


Release Notes: This is the initial release.