Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-08-20 06:06:50
Size: 160
Editor: Pradeepkumar
Comment:
Revision 5 as of 2010-08-20 06:23:47
Size: 580
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.'''
Line 2: Line 4:
To convert repositories to parent delta enable [[http://selenic.com/hg/file/tip/contrib/compress.py|compress]] extension ''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:
Line 5: Line 15:
hg compress -R from to [extensions]
compress = /path/to/file

[format]
parentdelta = True
Line 7: Line 21:

=== Usage ===

`hg compress -R from to`
----
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


CategoryExtension CategoryExtensionsByOthers CategoryExtension

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