Pastebin extension

A diff poster to multiple pastebin services

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:

3. Configuration

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

[extensions]
paste = /path/to/hg-paste/paste.py

4. See also


CategoryExtensionsByOthers

PastebinExtension (last edited 2011-09-25 14:27:04 by YannEMORIN)