log

age author description
Thu, 23 Aug 2007 13:59:52 -0700 Brendan Cully mq: some improvements to header rewriting (closes #690)
Thu, 23 Aug 2007 12:24:54 -0700 Brendan Cully Merge with crew-stable
Thu, 23 Aug 2007 12:23:07 -0700 Brendan Cully Do not lose previous tags when adding a tag in raw mode
Thu, 23 Aug 2007 01:48:29 -0300 Alexis S. L. Carvalho merge: forcefully mark files that we get from the second parent as dirty
Mon, 20 Aug 2007 21:10:45 -0500 Matt Mackall gendoc: use demandimport
Mon, 20 Aug 2007 21:14:53 -0500 Matt Mackall Merge with -crew
Sun, 19 Aug 2007 14:04:26 -0500 Matt Mackall Merge with -stable
Sun, 19 Aug 2007 14:03:56 -0500 Matt Mackall match: handle large regexes
Tue, 21 Aug 2007 02:13:32 +0200 Benoit Boissinot make hg add of a removed file unremove the file
Tue, 21 Aug 2007 02:02:08 +0200 Benoit Boissinot abort when adding a file in merged state
Mon, 20 Aug 2007 22:02:05 +0200 rupert thurner add import from url capability
Sun, 19 Aug 2007 17:38:40 +0200 Patrick Mezard convert: load parent commits on-demand
Sun, 19 Aug 2007 17:38:07 +0200 Patrick Mezard convert: wrap cached commits author remapping
Sat, 18 Aug 2007 21:36:10 -0300 Alexis S. L. Carvalho path_auditor: cache names of audited directories
Sat, 18 Aug 2007 20:21:14 +0200 Thomas Arendsen Hein Quote ^ and ~ chars in test-parentrevspec.
Sat, 18 Aug 2007 14:25:55 -0300 Alexis S. L. Carvalho Remove demandimport.enable from dispatch.py
Sat, 18 Aug 2007 11:37:08 +0200 Thomas Arendsen Hein Enable demandimport only in scripts, not in importable modules (issue605)
Fri, 17 Aug 2007 23:20:13 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 17 Aug 2007 22:43:38 -0300 Alexis S. L. Carvalho Fix sshrepo.unbundle
Fri, 17 Aug 2007 22:43:38 -0300 Alexis S. L. Carvalho run-tests.py: pass --install-scripts to setup.py
Fri, 17 Aug 2007 22:43:38 -0300 Peter Meerwald recognize user:password in URLs that include port numbers.
Fri, 17 Aug 2007 20:18:05 -0300 Alexis S. L. Carvalho convert: fix mercurial_sink.putcommit
Fri, 17 Aug 2007 17:33:27 -0300 Alexis S. L. Carvalho Add parentrevspec extension
Fri, 17 Aug 2007 17:33:27 -0300 Alexis S. L. Carvalho Move enabling of demandimport to dispatch.py
Fri, 17 Aug 2007 17:33:27 -0300 Alexis S. L. Carvalho Move cmdtable and reposetup handling out of extensions.py
Fri, 17 Aug 2007 19:11:16 +0200 Thomas Arendsen Hein Adjust contrib/hg-ssh for moved dispatch() function.
Fri, 17 Aug 2007 00:35:16 -0500 Matt Mackall Merge with crew
Wed, 15 Aug 2007 16:55:15 -0500 Matt Mackall verify: report expected linkrev
Wed, 15 Aug 2007 16:55:13 -0500 Matt Mackall dispatch: move command dispatching into its own module
Wed, 15 Aug 2007 16:10:36 -0500 Matt Mackall move parseurl from cmdutil to hg