log

age author description
Mon, 17 Jul 2006 02:00:49 +0200 Benoit Boissinot allow specifying a file to hg parents, change the syntax to use -r/--rev
Mon, 17 Jul 2006 01:59:06 +0200 Benoit Boissinot fix filectxt to really work
Mon, 17 Jul 2006 01:58:59 +0200 Benoit Boissinot correct the handling of linkrev with nullid
Mon, 17 Jul 2006 01:58:50 +0200 Benoit Boissinot lookup should allow -1 to represent nullid (if passed an int as arg)
Mon, 24 Jul 2006 13:47:29 -0700 Alexis S. L. Carvalho make convert-repo deal with git symbolic refs.
Mon, 24 Jul 2006 09:22:47 -0700 Vadim Gelfer util.getuser: better comments
Mon, 24 Jul 2006 09:19:25 -0700 Vadim Gelfer util.getuser: raise exception if win32api not available.
Mon, 24 Jul 2006 09:12:16 -0700 Vadim Gelfer merge with crew.
Mon, 24 Jul 2006 09:11:26 -0700 Vadim Gelfer fix windows username problem.
Thu, 20 Jul 2006 21:58:25 -0700 Brendan Cully Make hgweb threads into daemon threads.
Fri, 21 Jul 2006 02:36:17 +0200 Brendan Cully Preserve multibyte UTF-8 characters when obfuscating.
Fri, 21 Jul 2006 02:31:59 +0200 Benoit Boissinot spelling fix
Fri, 21 Jul 2006 01:40:07 +0200 Benoit Boissinot change 'hg tag' to tag the parent rev instead of tip
Wed, 19 Jul 2006 07:56:40 -0700 Vadim Gelfer fix tests.
Wed, 19 Jul 2006 07:52:16 -0700 Brendan Cully Add an option '-C|--copies' to hg status to show the source of copied files.
Wed, 19 Jul 2006 07:51:56 -0700 Vadim Gelfer merge
Wed, 19 Jul 2006 09:28:59 +0200 Mathieu Clabaut HGcommand.vim : the status was read for the wrong file as we changed the current directory before
Tue, 18 Jul 2006 18:35:47 +0200 Mathieu Clabaut Do not try to get revision and branch information for file which are not tracked
Tue, 18 Jul 2006 18:35:47 +0200 Mathieu Clabaut Correction of commit with a log message in a file
Tue, 18 Jul 2006 18:35:47 +0200 Mathieu Clabaut Test if file is below an HG root before doing anything
Sat, 15 Jul 2006 13:09:46 +0200 Mathieu Clabaut [mq]: merge marker
Wed, 19 Jul 2006 13:37:05 +0200 Christian Ebert fix logfile option for HGFinishCommit
Tue, 18 Jul 2006 00:32:18 +0200 Benoit Boissinot codingstyle: use spaces instead of tabs
Mon, 17 Jul 2006 11:30:33 -0500 Matt Mackall Merge with tonfa
Sun, 16 Jul 2006 16:40:24 +0200 Benoit Boissinot context.py: various fixes
Sun, 16 Jul 2006 16:39:03 +0200 Benoit Boissinot context.py: filectxs was using a keyword arg, add it to filectx
Sun, 16 Jul 2006 16:39:02 +0200 Benoit Boissinot context.py: self.repo is not defined, change to self._repo
Sun, 16 Jul 2006 11:32:37 +0200 Benoit Boissinot walkchangerevs: fix race in fast path
Sun, 16 Jul 2006 00:02:05 +0200 Benoit Boissinot mention the bts for bug reporting in traceback message
Sun, 16 Jul 2006 00:01:41 +0200 Benoit Boissinot expand the path if destination is not a directory