log hgext/purge.py @ 24351:cdc4f3af2497

age author description
Fri, 03 Oct 2014 10:38:43 -0700 Martin von Zweigbergk purge: access status fields by name rather than index
Wed, 20 Aug 2014 15:07:25 -0700 Siddharth Agarwal purge: avoid full walks when directories aren't purged
Mon, 04 Aug 2014 15:24:57 -0500 Matt Mackall purge: drop stat import
Sat, 02 Aug 2014 09:45:21 +0100 Christian Ebert purge: prefer util.unlink instead over own removefile
Thu, 07 Nov 2013 17:24:14 -0800 Ben Kehoe purge: add options for deleting only files or only directories
Tue, 25 Feb 2014 06:30:21 +0530 anuraggoel purge: avoid duplicate output for --print (issue4092) stable
Sun, 28 Apr 2013 21:27:57 -0700 Siddharth Agarwal purge: hook into match.explicitdir and traversedir