== cifiles extension == '''This extension is not distributed with Mercurial''' ''Author: Adrian Buehlmann'' . Repository: http://bitbucket.org/abuehl/hgext-cifiles/ . Download: http://bitbucket.org/abuehl/hgext-cifiles/raw/tip/cifiles.py . Bug reports: http://bitbucket.org/abuehl/hgext-cifiles/issues === 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