Wed, 28 Mar 2007 21:34:12 +0200 |
Emanuele Aina |
purge: abort with missing files avoiding problems with name-mangling fs
|
Tue, 06 Mar 2007 17:45:50 -0300 |
Alexis S. L. Carvalho |
purge.py: fix invocation of statwalk
|
Tue, 27 Feb 2007 09:05:36 +0100 |
Emanuele Aina |
Delete the README for purge, putting the useful informations in comments
|
Tue, 06 Mar 2007 17:45:47 -0300 |
Emanuele Aina |
Delete the Purge class, refactoring Purge.purge() in dopurge()
|
Tue, 06 Mar 2007 17:45:46 -0300 |
Emanuele Aina |
Do not use 'self' in the purge() method
|
Tue, 06 Mar 2007 17:45:45 -0300 |
Emanuele Aina |
Use nested functions instead of object methods
|
Tue, 06 Mar 2007 17:45:44 -0300 |
Emanuele Aina |
Merge _remove_file() and _remove_dir() in a single function
|
Tue, 06 Mar 2007 17:45:43 -0300 |
Emanuele Aina |
Use "f in dirstate" instead of "dirstate.state(f) == '?'"
|
Tue, 06 Mar 2007 17:45:41 -0300 |
Emanuele Aina |
Reduce the absolute/relative path conversion in the purge extension
|
Tue, 06 Mar 2007 17:45:40 -0300 |
Emanuele Aina |
Make the purge extension use the statwalk walker from the dirstate object
|
Tue, 27 Feb 2007 09:05:36 +0100 |
Emanuele Aina |
Use the mercurial i18n infrastructure in the purge extension
|
Tue, 27 Feb 2007 09:05:36 +0100 |
Emanuele Aina |
Print relative names in the purge extension
|
Tue, 19 Dec 2006 15:37:10 +0100 |
Thomas Arendsen Hein |
purge extension doesn't need "#!/usr/bin/env python".
|
Sun, 04 Jun 2006 17:08:02 -0700 |
Vadim Gelfer |
move purge extension out of hgext.
base
hgext/purge/__init__.py@0e83f0618987
|