Show More
@@ -1845,7 +1845,7 b' def debuggetbundle(ui, repopath, bundlep' | |||||
1845 | bundle2.writebundle(ui, bundle, bundlepath, bundletype) |
|
1845 | bundle2.writebundle(ui, bundle, bundlepath, bundletype) | |
1846 |
|
1846 | |||
1847 |
|
1847 | |||
1848 | @command(b'debugignore', [], b'[FILE]') |
|
1848 | @command(b'debugignore', [], b'[FILE]...') | |
1849 | def debugignore(ui, repo, *files, **opts): |
|
1849 | def debugignore(ui, repo, *files, **opts): | |
1850 | """display the combined ignore pattern and information about ignored files |
|
1850 | """display the combined ignore pattern and information about ignored files | |
1851 |
|
1851 | |||
@@ -2628,7 +2628,7 b' def debugnamecomplete(ui, repo, *args):' | |||||
2628 | ), |
|
2628 | ), | |
2629 | ] |
|
2629 | ] | |
2630 | ), |
|
2630 | ), | |
2631 |
_(b'-c|-m|FILE |
|
2631 | _(b'-c|-m|FILE'), | |
2632 | ) |
|
2632 | ) | |
2633 | def debugnodemap(ui, repo, file_=None, **opts): |
|
2633 | def debugnodemap(ui, repo, file_=None, **opts): | |
2634 | """write and inspect on disk nodemap""" |
|
2634 | """write and inspect on disk nodemap""" |
General Comments 0
You need to be logged in to leave comments.
Login now