Journal

Keep a journal of where names have pointed.

1. Status

This extension is not distributed with Mercurial.

This extension is slated to be integrated into core Mercurial.

Author: Facebook, Inc

Note, in the repository this extension is still called revlog; it'll be renamed when merging.

Repository: https://bitbucket.org/facebook/hg-experimental

Web page: https://bitbucket.org/facebook/hg-experimental

2. Overview

Show the previous position of bookmarks and the working copy.

The journal is used to see the previous commits that bookmarks and the

hg backups --recover <hash> can be used to recover a commit if it's no

hg reflog -T json can be used to produce machine readable output.

3. Configuration

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

[extensions]
journal =


CategoryExtensionsByOthers