comparison tests/test-help.t @ 27671:067d87feeb11

debugignore: find out if a file is being ignored Before this patch debugignore was just displaying the list of ignore patterns. This patch makes it support a list of filename as argument and tells the user if those given files are ignored or not.
author Laurent Charignon <lcharignon@fb.com>
date Tue, 05 Jan 2016 07:47:08 -0800
parents c18292a6ff54
children 58f8b29c37ff
comparison
equal deleted inserted replaced
27670:4374f039d269 27671:067d87feeb11
827 show information about active extensions 827 show information about active extensions
828 debugfileset parse and apply a fileset specification 828 debugfileset parse and apply a fileset specification
829 debugfsinfo show information detected about current filesystem 829 debugfsinfo show information detected about current filesystem
830 debuggetbundle 830 debuggetbundle
831 retrieves a bundle from a repo 831 retrieves a bundle from a repo
832 debugignore display the combined ignore pattern 832 debugignore display the combined ignore pattern and information about
833 ignored files
833 debugindex dump the contents of an index file 834 debugindex dump the contents of an index file
834 debugindexdot 835 debugindexdot
835 dump an index DAG as a graphviz dot file 836 dump an index DAG as a graphviz dot file
836 debuginstall test Mercurial installation 837 debuginstall test Mercurial installation
837 debugknown test whether node ids are known to a repo 838 debugknown test whether node ids are known to a repo