log

age author description
Fri, 16 Mar 2007 00:22:58 -0300 Alexis S. L. Carvalho Fix handling of paths when run outside the repo.
Fri, 16 Mar 2007 00:22:57 -0300 Alexis S. L. Carvalho pass repo.root to util.pathto() in preparation for the next patch
Fri, 16 Mar 2007 00:22:55 -0300 Alexis S. L. Carvalho hgweb: handle IOErrors and OSErrors during unbundle
Sun, 22 Oct 2006 13:54:43 -0300 Alexis S. L. Carvalho hgweb.unbundle: call req.httphdr only after the last possible call to bail
Fri, 16 Mar 2007 00:22:53 -0300 Alexis S. L. Carvalho Work around a urllib2 bug in Python < 2.4.2
Fri, 16 Mar 2007 00:22:52 -0300 Alexis S. L. Carvalho Fix confusing message from hg revert (issue332)
Thu, 15 Mar 2007 18:57:47 -0500 Matt Mackall Merge with stable
Thu, 15 Mar 2007 09:51:44 +0100 Thomas Arendsen Hein merge with crew-stable
Wed, 14 Mar 2007 18:01:24 -0700 Brendan Cully Merge with mpm
Wed, 14 Mar 2007 22:43:57 +0100 Thomas Arendsen Hein merge with crew-stable
Wed, 14 Mar 2007 11:46:07 -0700 Brendan Cully git-send-email compatibility: stop reading changelog after ^---$
Wed, 14 Mar 2007 10:45:18 -0700 Brendan Cully mq: add qparent tag (first parent of qbase)
Thu, 15 Mar 2007 18:55:53 -0500 Matt Mackall Merge with crew
Thu, 15 Mar 2007 09:49:45 +0100 Thomas Arendsen Hein Merge with hg-stable
Wed, 14 Mar 2007 22:38:40 +0100 Thomas Arendsen Hein Only hg repositories override [paths], not simple directories (fixes issue510)
Thu, 15 Mar 2007 18:38:46 -0500 Matt Mackall revlog: attempt to gracefully handle some interleaved damage
Wed, 14 Mar 2007 19:17:40 -0500 Matt Mackall Merge with -stable
Wed, 14 Mar 2007 19:13:04 -0500 Matt Mackall tags: add --remove
Wed, 14 Mar 2007 18:49:10 -0500 Matt Mackall tags: remove unused variables
Wed, 14 Mar 2007 18:47:29 -0500 Matt Mackall Make the tags algorithm smarter
Wed, 14 Mar 2007 16:40:47 -0500 Matt Mackall Refactor tags code to prepare for improving the algorithm
Wed, 14 Mar 2007 01:26:09 -0500 Matt Mackall Merge with -stable, fix small test failure
Tue, 13 Mar 2007 21:54:34 -0700 Brendan Cully Make [PATCH] removal slightly more robust
Tue, 13 Mar 2007 21:50:42 -0700 Brendan Cully Remove undo log after mq operations that rollback would break
Tue, 13 Mar 2007 16:27:34 -0700 Brendan Cully Refresh file size after partial qrefresh.
Sun, 11 Mar 2007 14:21:09 -0700 Brendan Cully Clarify update help text for update without an explicit revision
Mon, 12 Mar 2007 15:02:59 -0700 Brendan Cully Improve hg branch -f help text
Mon, 12 Mar 2007 14:50:19 -0700 Brendan Cully Add test for branch shadowing
Mon, 12 Mar 2007 14:44:14 -0700 Brendan Cully branch: require --force to shadow existing branches
Mon, 12 Mar 2007 13:58:06 -0700 Brendan Cully Strip [PATCH...] from message subject when importing patches
Sat, 10 Mar 2007 23:21:33 -0300 Alexis S. L. Carvalho Merge a bunch of matcher and locate fixes.
Sat, 10 Mar 2007 23:01:02 -0300 Alexis S. L. Carvalho Optimize return value of util._matcher for hgignore case
Sat, 10 Mar 2007 23:01:00 -0300 Alexis S. L. Carvalho Optimize return value of util._matcher for common command line case
Sat, 10 Mar 2007 23:00:59 -0300 Alexis S. L. Carvalho remove unused "head" hack from util._matcher
Sat, 10 Mar 2007 23:00:58 -0300 Alexis S. L. Carvalho locate: exit(1) if we didn't print any file
Sat, 10 Mar 2007 23:00:57 -0300 Alexis S. L. Carvalho change locate to use relglobs by default
Sat, 10 Mar 2007 23:00:55 -0300 Alexis S. L. Carvalho localrepo.walk: if we're walking a specific revision, sort the files
Sat, 10 Mar 2007 23:00:54 -0300 Alexis S. L. Carvalho dirstate.statwalk: explicitly test for ignored directories
Sat, 10 Mar 2007 23:00:53 -0300 Alexis S. L. Carvalho util._matcher: unify pattern normalization
Sat, 10 Mar 2007 23:00:52 -0300 Alexis S. L. Carvalho make the output of test-walk more readable
Sat, 10 Mar 2007 23:00:51 -0300 Alexis S. L. Carvalho util.*matcher: change default "names" argument
Sat, 10 Mar 2007 23:00:49 -0300 Alexis S. L. Carvalho util._matcher: fix handling of path: patterns
Sat, 10 Mar 2007 23:00:48 -0300 Alexis S. L. Carvalho util._matcher: fix handling of relglob: patterns
Sat, 10 Mar 2007 23:00:47 -0300 Alexis S. L. Carvalho A 'glob:foo?bar' pattern determines a root - the tree root
Sat, 10 Mar 2007 23:00:46 -0300 Alexis S. L. Carvalho Leave normalization of patterns to util._matcher
Sat, 10 Mar 2007 23:00:45 -0300 Alexis S. L. Carvalho util._matcher: update comments
Sat, 10 Mar 2007 23:00:43 -0300 Alexis S. L. Carvalho remove obsolete code from patch.diff
Sat, 10 Mar 2007 23:00:42 -0300 Alexis S. L. Carvalho small globprefix fix
Sat, 10 Mar 2007 17:45:32 -0800 Brendan Cully Merge with crew-stable
Fri, 09 Mar 2007 20:08:13 +0100 Thomas Arendsen Hein merge with crew-stable
Tue, 13 Mar 2007 18:53:23 -0500 Matt Mackall Remove dummy branch hack from tests
Tue, 13 Mar 2007 18:50:02 -0500 Matt Mackall Move branch read/write to dirstate where it belongs
Tue, 13 Mar 2007 15:47:55 -0500 Matt Mackall Minor default branch cleanups
Tue, 13 Mar 2007 15:18:10 -0500 Matt Mackall Move branches.cache to branch.cache
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