Size: 73
Comment:
|
Size: 580
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
See [[http://mercurial.selenic.com/wiki/ConvertParentdelta||this]] page | == 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 |
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