log

age author description
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
Mon, 17 Jul 2006 07:43:15 -0700 Vadim Gelfer fix problem with uncompressed clone and python 2.3.
Sun, 16 Jul 2006 10:04:16 -0700 Vadim Gelfer rename stream hgrc option to compressed.
Sat, 15 Jul 2006 16:06:35 -0700 Vadim Gelfer clone: disable stream support on server side by default.
Sat, 15 Jul 2006 16:06:05 -0700 Vadim Gelfer clone: change name of --stream to --uncompressed.
Sat, 15 Jul 2006 09:19:40 -0700 Vadim Gelfer update test-backout.out
Sat, 15 Jul 2006 17:01:01 +0200 Benoit Boissinot merge with crew
Sat, 15 Jul 2006 17:00:23 +0200 Benoit Boissinot fix bug introduced in b13a98bd078e
Fri, 14 Jul 2006 23:20:08 -0700 Vadim Gelfer merge.
Fri, 14 Jul 2006 22:38:21 -0700 Rafael Villar Burke contrib: add sample.hgrc
Fri, 14 Jul 2006 23:19:15 -0700 Vadim Gelfer backout: allow backout of merge changeset with --parent option.