Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2010-08-20 06:11:55
Size: 73
Editor: Pradeepkumar
Comment:
Revision 4 as of 2010-08-20 06:21:39
Size: 534
Editor: Pradeepkumar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
See [[http://mercurial.selenic.com/wiki/ConvertParentdelta||this]] page == Extension Name ==
'''This extension is/is not distributed with Mercurial.'''

''Author:Pradeepkumar Gayam''

Download site:http://selenic.com/hg/file/tip/contrib/compress.py

=== Overview ===
This extension is used to convert normal repositories into parentdelta repos.

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

{{{
[extensions]
compress = /path/to/file

[format]
parentdelta = True
}}}
----
CategoryExtension CategoryExtensionsByOthers CategoryExtension

Extension Name

This extension is/is not distributed with Mercurial.

Author:Pradeepkumar Gayam

Download site:http://selenic.com/hg/file/tip/contrib/compress.py

Overview

This extension is used to convert normal repositories into parentdelta repos.

Configuration

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

[extensions]
compress = /path/to/file

[format]
parentdelta = True


CategoryExtension CategoryExtensionsByOthers CategoryExtension

CompressExtension (last edited 2012-11-04 02:28:18 by mpm)