comparison tests/test-help.t @ 35336:c3e4f196b6e0

debugformat: add a 'debugformat' command The command displays basic data about all format variants registered for repo upgrades. This gives a quick way to peek into a repository format. The 'fm.write()' calls are very independent because more data will be added in later changeset. Having more separate call make the later patch clearer.
author Boris Feld <boris.feld@octobus.net>
date Thu, 07 Dec 2017 16:19:46 +0100
parents b0262b25ab48
children 6580cf751418
comparison
equal deleted inserted replaced
35335:0181f99819d2 35336:c3e4f196b6e0
920 debugdiscovery 920 debugdiscovery
921 runs the changeset discovery protocol in isolation 921 runs the changeset discovery protocol in isolation
922 debugextensions 922 debugextensions
923 show information about active extensions 923 show information about active extensions
924 debugfileset parse and apply a fileset specification 924 debugfileset parse and apply a fileset specification
925 debugformat display format information about the current repository
925 debugfsinfo show information detected about current filesystem 926 debugfsinfo show information detected about current filesystem
926 debuggetbundle 927 debuggetbundle
927 retrieves a bundle from a repo 928 retrieves a bundle from a repo
928 debugignore display the combined ignore pattern and information about 929 debugignore display the combined ignore pattern and information about
929 ignored files 930 ignored files