#pragma section-numbers 2 = Pastebin extension = A diff poster to multiple pastebin services <> == Status == '''This extension is not distributed with Mercurial.''' ''Author: Steve Losh'' Repository: https://bitbucket.org/sjl/hg-paste == 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.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 == Configuration == Configure your .hgrc to enable the extension by adding following lines: {{{ [extensions] paste = /path/to/hg-paste/paste.py }}} == See also == * Documentation at https://bitbucket.org/sjl/hg-paste/src * Original lodgeit only extension: PasteExtension ---- CategoryExtensionsByOthers