log

age author description
Tue, 13 Mar 2007 15:02:33 -0300 Alexis S. L. Carvalho "default" is the default branch name
Sat, 10 Mar 2007 17:36:29 -0800 Brendan Cully Test update to branch tip
Sat, 10 Mar 2007 17:36:27 -0800 Brendan Cully Make update with no node jump to the tip of the current branch
Sat, 10 Mar 2007 22:03:23 -0300 Alexis S. L. Carvalho fix qrefresh'ing an empty patch
Sat, 10 Mar 2007 22:03:22 -0300 Alexis S. L. Carvalho statwalk: don't put self.root in the files list
Sat, 10 Mar 2007 22:03:21 -0300 Alexis S. L. Carvalho fix qclone to a remote repo
Sat, 10 Mar 2007 22:03:20 -0300 Alexis S. L. Carvalho Save an absolute path in repo.path
Fri, 09 Mar 2007 19:57:26 +0100 Thomas Arendsen Hein Add tests for .hg/branches.cache feature list.
Fri, 09 Mar 2007 19:12:03 +0100 Thomas Arendsen Hein Add a features list to branches.cache to detect caches of old hg versions.
Fri, 09 Mar 2007 18:09:02 +0100 Thomas Arendsen Hein Store empty (default) branch in branch cache, too.
Thu, 08 Mar 2007 20:08:24 -0300 Alexis S. L. Carvalho small fixes for the parent patch
Thu, 08 Mar 2007 16:13:16 -0600 Matt Mackall Merge with crew
Thu, 08 Mar 2007 22:36:12 +0100 Michael Gebetsroither hgweb: use the given revision in the name of the archive
Thu, 08 Mar 2007 16:12:52 -0600 Matt Mackall Allow disabling store format to work with absurdly long filenames
Wed, 07 Mar 2007 15:26:03 -0300 Alexis S. L. Carvalho incoming/outgoing: print the name of the other repo
Wed, 07 Mar 2007 15:26:00 -0300 Alexis S. L. Carvalho localrepo.status: use manifest.find on "lookup" files
Wed, 07 Mar 2007 15:25:59 -0300 Alexis S. L. Carvalho localrepo.status: fcmp gets a getnode function instead of the manifest
Wed, 07 Mar 2007 15:25:58 -0300 Alexis S. L. Carvalho fix manifest.find
Wed, 07 Mar 2007 15:06:57 +0100 Thomas Arendsen Hein merge with crew-stable
Wed, 07 Mar 2007 15:06:32 +0100 Thomas Arendsen Hein Fix sed expression in test-notify to be more portable.
Tue, 06 Mar 2007 12:52:07 +0100 Thomas Arendsen Hein Fix help text for hg status -i
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