Pastebin extension
A diff poster to multiple pastebin services
Contents
1. Status
This extension is not distributed with Mercurial.
Author: Steve Losh
Download site: https://bitbucket.org/sjl/hg-paste/src
2. Overview
hg-paste adds an hg paste command to Mercurial which can send diffs to various pastebin websites for easy sharing.
It was inspired by Pocoo's hgpaste extension, but is designed to work with public and private pastebin websites instead of only installations of LodgeIt.
Supported pastebins:
- dpaste.com
- any pastebin based on old code for pastebin.com
- dpaste.org and any django-paste based service
- paste.pocoo.org and any lodgetit based service
- adding support for new pastebins is very easy
3. Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] paste = /path/to/hg-paste/paste.py