Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2010-08-20 06:17:45
Size: 0
Editor: Pradeepkumar
Comment:
Revision 6 as of 2010-08-20 06:45:30
Size: 764
Editor: Pradeepkumar
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== ConvertParentdelta ==
'''This extension 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
}}}
=== Usage ===

`hg compress -R from to`

=== Stats ===
inserting full revision at a distance of 2 * len(fulltext) mercurial repository compressed to: 11MB to 4.4MB

At a distance of 6 * len(fulltext): 11MB to 2.0MB



----
CategoryExtension CategoryExtensionsByOthers CategoryExtension

ConvertParentdelta

This extension 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

Usage

hg compress -R from to

Stats

inserting full revision at a distance of 2 * len(fulltext) mercurial repository compressed to: 11MB to 4.4MB

At a distance of 6 * len(fulltext): 11MB to 2.0MB


CategoryExtension CategoryExtensionsByOthers CategoryExtension

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