Size: 1044
Comment:
|
← Revision 4 as of 2011-09-25 14:27:04 ⇥
Size: 1333
Comment: Make the page work with the all-extensions scrapping tool
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
Download site: https://bitbucket.org/sjl/hg-paste/src | Repository: https://bitbucket.org/sjl/hg-paste |
Line 23: | Line 23: |
* 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 |
* http://dpaste.com * http://dpaste.org and any [[http://code.google.com/p/django-paste/|django-paste]] based pastebin * http://paste.pocoo.org and any [[http://www.pocoo.org/projects/lodgeit/|lodgetit]] based pastebin * [[http://pastebin.dixo.net/|old pastebin.com]] and any pastbin based on its [[http://pastebin.dixo.net/pastebin.tar.gz|source code]] * and ... adding support for new pastebins is trivial |
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
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