log

age author description
Thu, 14 Jun 2007 12:54:06 +0200 Thomas Arendsen Hein Reverted changesets 9d1380e5c8c5 and 1d46169ec197: show @ as glog parent again.
Thu, 14 Jun 2007 11:33:32 +0200 Thomas Arendsen Hein merge with main
Wed, 13 Jun 2007 13:15:53 -0500 Matt Mackall extensions: fix lookup of hgext.foo modules
Wed, 13 Jun 2007 13:15:51 -0500 Matt Mackall localrepo: demand-load changeset, manifest, and dirstate
Wed, 13 Jun 2007 19:11:20 -0700 Brendan Cully Merge with crew
Wed, 13 Jun 2007 19:05:20 -0700 Brendan Cully extensions: fix load of module/__init__.py on OS X
Wed, 13 Jun 2007 21:39:45 -0300 Alexis S. L. Carvalho localrepo.status: only append stuff to the clean list if list_clean is true
Wed, 13 Jun 2007 21:39:45 -0300 Alexis S. L. Carvalho mq: reduce matcher abuse
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho commands.remove: don't use the unknown list
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho commands.commit: don't use the unknown list
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho localrepo.add: avoid some stats
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho revert: use util.lexists
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho addremove: use util.lexists
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho commands.commit: symlinks are supported
Wed, 13 Jun 2007 19:15:58 -0300 Alexis S. L. Carvalho mq: grab locks before starting a transaction
Wed, 13 Jun 2007 13:50:29 -0700 Brendan Cully Merge with crew
Wed, 13 Jun 2007 13:46:40 -0700 Brendan Cully extensions: load modules in module/__init__.py form.
Wed, 13 Jun 2007 15:02:09 +0300 Giorgos Keramidas test-patchbomb: sed -e may not work with extended regexps
Wed, 13 Jun 2007 08:24:40 +0200 Thomas Arendsen Hein Correct tests/test-patchbomb* files:
Tue, 12 Jun 2007 14:52:34 -0700 Bryan O'Sullivan patchbomb: add --date option
Tue, 12 Jun 2007 14:44:47 -0700 Bryan O'Sullivan Don't validate email config if we're not sending email.
Tue, 12 Jun 2007 14:39:36 -0700 Bryan O'Sullivan patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
Tue, 12 Jun 2007 13:21:42 -0700 Brendan Cully dispatch: restore a dropped shlex import
Tue, 12 Jun 2007 18:55:47 +0200 Thomas Arendsen Hein merge with main
Tue, 12 Jun 2007 10:34:54 -0500 Matt Mackall extensions: add missing sys import
Tue, 12 Jun 2007 17:39:57 +0200 Thomas Arendsen Hein Revive commands.dispatch as a simple way to call hg from other pythons scripts.
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: accept an abbreviation of --repository
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: move findrepo to cmdutil
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall localrepo: don't search from path
Mon, 11 Jun 2007 21:09:24 -0500 Matt Mackall dispatch: use the repo path found by early parsing