Pastebin extension
A diff poster to multiple pastebin services
Contents
1. Status
This extension is not distributed with Mercurial.
Author: Steve Losh
Repository: https://bitbucket.org/sjl/hg-paste
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:
http://dpaste.org and any django-paste based pastebin
http://paste.pocoo.org and any lodgetit based pastebin
old pastebin.com and any pastbin based on its source code
- and ... adding support for new pastebins is trivial
3. Configuration
Configure your .hgrc to enable the extension by adding following lines:
[extensions] paste = /path/to/hg-paste/paste.py
4. See also
Documentation at https://bitbucket.org/sjl/hg-paste/src
Original lodgeit only extension: PasteExtension