Differences between revisions 1 and 2
Revision 1 as of 2009-11-15 11:34:31
Size: 756
Editor: GeorgBrandl
Comment:
Revision 2 as of 2010-08-29 15:01:54
Size: 786
Editor: GeorgBrandl
Comment: move to bitbucket
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Download site: http://hg.pocoo.org/hgpaste Download site: http://bitbucket.org/birkenfeld/hgpaste
Line 32: Line 32:
CategoryExtensionsByOthers CategoryExtension CategoryExtensionsByOthers

Paste Extension

This extension is not distributed with Mercurial.

Author: Georg Brandl

Download site: http://bitbucket.org/birkenfeld/hgpaste

Overview

This extension allows you to directly paste the current hg diff output or a specified changeset to http://paste.pocoo.org/ or a compatible service.

It adds a new command, hg paste [-r REV | FILES].

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
hgpaste = /path/to/hgpaste.py

To select another pastebin supporting the LodgeIt XMLRPC protocol, add this:

[paste]
server = http://paste.example.com/


CategoryExtension CategoryExtensionsByOthers

PasteExtension (last edited 2012-02-15 22:28:23 by ks3095497)