Differences between revisions 1 and 2
Revision 1 as of 2016-02-13 19:35:19
Size: 602
Editor: AndreLFPinto
Comment:
Revision 2 as of 2016-02-13 19:37:59
Size: 606
Editor: AndreLFPinto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Extension Name = = diff-in-diffs =
Line 3: Line 3:
Brief description of extension. This extension adds a new command to create the diff of two diffs.
Line 9: Line 9:
'''This extension is not distributed with Mercurial.''' (maybe someday you can delete "not" here) '''This extension is not distributed with Mercurial.'''
Line 11: Line 11:
''Author: '' ''(your name)'' ''Author: '' ''(André L. F. Pinto)''
Line 13: Line 13:
Repository: ''(public HTTP URL that can be passed to `hg clone`)'' Repository: ''(https://bitbucket.org/andrelfpinto/hg-diff-in-diffs)''

diff-in-diffs

This extension adds a new command to create the diff of two diffs.

Status

This extension is not distributed with Mercurial.

Author: (André L. F. Pinto)

Repository: (https://bitbucket.org/andrelfpinto/hg-diff-in-diffs)

Web page: (where to get more info)

Overview

More detailed explanation: what it does, how to use it, etc.

Configuration

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

[extensions]
...

See also


CategoryExtensionsByOthers

DiffInDiffsExtension (last edited 2016-02-13 19:53:01 by AndreLFPinto)