log

age author description
Tue, 10 Apr 2012 12:07:09 -0500 Matt Mackall util.h: move Py_ssize_t bits from mpatch.c
Sun, 08 Apr 2012 12:43:41 -0700 Steven Stallion plan9: initial support for plan 9 from bell labs
Sun, 08 Apr 2012 22:17:51 -0500 Matt Mackall util.h: add a typedef for Py_ssize_t with Python 2.4
Sun, 08 Apr 2012 12:38:26 -0500 Matt Mackall log: bypass file scan part of fastpath when no files
Sun, 08 Apr 2012 12:38:24 -0500 Matt Mackall cmdutil: use context instead of lookup
Sun, 08 Apr 2012 12:38:23 -0500 Matt Mackall scmutil: use context instead of lookup
Sun, 08 Apr 2012 12:38:10 -0500 Matt Mackall localrepo: lookup now goes through context
Sun, 08 Apr 2012 12:38:08 -0500 Matt Mackall context: use rev for changelog lookup
Sun, 08 Apr 2012 12:38:07 -0500 Matt Mackall context: internalize lookup logic
Sun, 08 Apr 2012 12:38:02 -0500 Matt Mackall revlog: allow retrieving contents by revision number
Sat, 07 Apr 2012 15:43:18 -0500 Matt Mackall revlog: add hasnode helper method
Fri, 06 Apr 2012 15:18:14 -0500 Matt Mackall merge with stable
Fri, 06 Apr 2012 15:17:50 -0500 Matt Mackall merge with crew stable
Fri, 06 Apr 2012 15:16:30 -0500 Matt Mackall tags: defer tag validation until repo.tags() is called
Fri, 06 Apr 2012 00:28:36 -0700 Bryan O'Sullivan parsers: fix a memleak, and add a clearcaches method to the index