Skip to content
Snippets Groups Projects
Commit b6cdf7be authored by Kevin Bullock's avatar Kevin Bullock
Browse files

doc: explain gclear more clearly (and warningly)

parent 42df6266
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,13 @@
@command('gclear')
def gclear(ui, repo):
'''clear out the Git cached data'''
'''clear out the Git cached data
Strips all Git-related metadata from the repo, including the mapping
between Git and Mercurial changesets. This is an irreversible
destructive operation that may prevent further interaction with
other clones.
'''
repo.ui.status(_("clearing out the git cache data\n"))
repo.githandler.clear()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment