cifiles extension

This extension is not distributed with Mercurial

Author: Adrian Buehlmann

Overview

Prints the names of all files that have been checked-in in any revision of the repository (including files that are deleted or renamed in tip).

Configuration

Download cifiles.py and configure your .hgrc to enable the extension by adding following lines:

[extensions]
cifiles = /path/to/cifiles.py

Usage

hg cifiles

print checked-in filenames

    Prints the names of all files that have been checked-in in any revision
    of the repository (including files that are deleted or renamed in tip).


CategoryExtensionsByOthers

CifilesExtension (last edited 2009-09-19 18:32:36 by abuehl)