hgext/purge.py
changeset 45133 81859d38e009
parent 44335 9f8eddd2723f
child 45957 89a2afe31e82
equal deleted inserted replaced
45132:9d532329ee97 45133:81859d38e009
    62             ),
    62             ),
    63         ),
    63         ),
    64     ]
    64     ]
    65     + cmdutil.walkopts,
    65     + cmdutil.walkopts,
    66     _(b'hg purge [OPTION]... [DIR]...'),
    66     _(b'hg purge [OPTION]... [DIR]...'),
    67     helpcategory=command.CATEGORY_MAINTENANCE,
    67     helpcategory=command.CATEGORY_WORKING_DIRECTORY,
    68 )
    68 )
    69 def purge(ui, repo, *dirs, **opts):
    69 def purge(ui, repo, *dirs, **opts):
    70     '''removes files not tracked by Mercurial
    70     '''removes files not tracked by Mercurial
    71 
    71 
    72     Delete files not known to Mercurial. This is useful to test local
    72     Delete files not known to Mercurial. This is useful to test local