Fixrenames

Replay old history to fix renames.

1. Status

This extension is not distributed with Mercurial.

Author: MartinGeisler

Repository: https://bitbucket.org/aragost/fixrenames/

2. Overview

Mercurial relies on an accurate record of renames in order to do merges properly. If files have been moved around without the knowledge of Mercurial, then rename information may be missing. This extension let you redo changesets with hg addremove being run before each commit.

3. Configuration

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

[extensions]
fixrenames = ~/path/to/fixrenames.py


CategoryExtension CategoryExtensionsByOthers