log

age author description
Thu, 29 Jul 2010 17:18:17 +0900 Nicolas Dumazet mq: correct qimport documentation
Thu, 29 Jul 2010 12:10:22 +0900 Nicolas Dumazet merge with stable
Sat, 24 Jul 2010 11:20:21 +0300 Idan Kamara bookmarks: don't allow name to contain whitespaces only stable
Thu, 29 Jul 2010 10:39:59 +0900 Nicolas Dumazet context: reuse filecontext.cmp in workingfilecontext.cmp
Tue, 27 Jul 2010 23:40:46 +0900 Nicolas Dumazet filectx: use cmp(self, fctx) instead of cmp(self, text)
Wed, 28 Jul 2010 11:07:20 +0200 Patrick Mezard mq: fix qimport --name --existing --force on win32
Fri, 23 Jul 2010 23:43:43 +0900 Nicolas Dumazet mq: document possible combination of -e and -n for qimport
Wed, 21 Jul 2010 11:53:09 +0900 Nicolas Dumazet mq: support "qimport --existing --name renametothis thatexistingpatch"
Sat, 24 Jul 2010 00:28:20 +0900 Nicolas Dumazet localrepo: refactor filter computation
Tue, 27 Jul 2010 16:04:00 -0500 Matt Mackall Merge with stable
Tue, 27 Jul 2010 16:03:42 -0500 Matt Mackall Merge with crew
Tue, 27 Jul 2010 14:43:40 +0200 Dan Villiom Podlaski Christiansen alias: improved diagnostic when arguments include --cwd, etc.
Tue, 27 Jul 2010 20:50:09 +0530 Pradeepkumar Gayam perf: add perfrevlog function to check performance of revlog
Tue, 27 Jul 2010 01:16:38 +0530 Pradeepkumar Gayam revlog: add a flags method that returns revision flags
Tue, 27 Jul 2010 14:40:25 -0400 Benjamin Pollack tag: do not allow tag names to consist solely of whitespace (issue2307) stable