Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I delete unversioned files in Bazaar?

Tags:

dvcs

bazaar

How can I remove all unversioned files from a Bazaar workspace? I'm looking to do the equivalent of hg purge --all or git clean -fd.

like image 431
Benjamin Pollack Avatar asked Dec 31 '09 01:12

Benjamin Pollack


2 Answers

I've seen this only in BzrTools, as the clean-tree command.

like image 60
Kornel Kisielewicz Avatar answered Jan 04 '23 13:01

Kornel Kisielewicz


Benjamin Pollack said:

According to bzr help, I have no clean-tree command. Yet bzr help clean-tree shows me the help for clean-tree, and executing bzr clean-tree works just fine.

bzr help only shows a summary of the most commonly used commands. To see all available commands, use bzr help commands.

(Sorry to answer instead of comment ... I don't have sufficient reputation yet)

like image 36
Adam Glauser Avatar answered Jan 04 '23 13:01

Adam Glauser