⇤ ← Revision 1 as of 2010-12-24 13:57:01
Size: 1044
Comment:
|
Size: 1140
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 38: | Line 38: |
PasteExtension | * Documentation at https://bitbucket.org/sjl/hg-paste/src * Original lodgeit only extension: PasteExtension |
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
4. See also
Documentation at https://bitbucket.org/sjl/hg-paste/src
Original lodgeit only extension: PasteExtension