TortoiseHg and hg purge: do they work together?

6

1

TortoiseHg has settings to enable the Mercurial Purge extension. But does it actually have a drop down menu or something so that you can purge a directory without having to go to the command line? Or is that extension setting just a convenient way to editing extension settings without needing to load a text file?

Nicol Bolas

Posted 2011-10-02T03:55:10.453

Reputation: 149

Answers

6

From top menu bar in TortoiseHg Workbench simply select: Repository -> Purge. It will perform purge even without the need to install the Purge extension.

Lazy Badger

Posted 2011-10-02T03:55:10.453

Reputation: 3 557

OK, you meant main menu in TortoiseHg Workbench. There is no Purge action in explorer context menu itself. – Jocelyn – 2015-01-27T13:58:36.077

1Is there a way to purge a specific directory? That menu only works on a per-repo basis. – Nicol Bolas – 2011-10-06T01:35:47.313

AFAIK, no. Extension also works on repo-wide basis only – Lazy Badger – 2011-10-06T01:41:53.883

1It works on sub-directories too. Just do hg purge ./. – Nicol Bolas – 2011-10-06T01:59:32.643