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, 06 Mar 2007 17:45:39 -0300 |
Emanuele Aina |
Yield directories in dirstate.statwalk()
|
Tue, 06 Mar 2007 17:45:38 -0300 |
Emanuele Aina |
Add a test for the purge extension
|
Mon, 05 Mar 2007 19:54:21 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 05 Mar 2007 19:48:21 +0100 |
Thomas Arendsen Hein |
Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798)
|
Sun, 04 Mar 2007 18:42:31 +0100 |
Thomas Arendsen Hein |
patchbomb: Strip more than one trailing dot (and spaces between them)
|
Sun, 04 Mar 2007 18:40:08 +0100 |
Thomas Arendsen Hein |
patchbomb: Allow to specify subject of single-patch-series (issue475)
|
Sun, 04 Mar 2007 14:35:11 -0300 |
Alexis S. L. Carvalho |
test-abort-checkin: use a hook to abort the commit
|