log

age author description
Sat, 16 Jul 2005 07:58:56 +0100 Thomas Arendsen Hein Make annotate use option --rev instead od --revision like other commands.
Sat, 16 Jul 2005 07:56:39 +0100 Thomas Arendsen Hein Some cleanups in commands.annotate().
Fri, 15 Jul 2005 21:31:35 +0100 Thomas Arendsen Hein Added missing newline after two error messages.
Fri, 15 Jul 2005 13:42:19 +0100 Thomas Arendsen Hein Merge with myself.
Fri, 15 Jul 2005 12:17:03 +0100 Thomas Arendsen Hein Show filename for hg export in verbose mode.
Fri, 15 Jul 2005 12:06:29 +0100 Thomas Arendsen Hein Use dirstate to check if .hgtags needs to be added.
Fri, 15 Jul 2005 10:58:19 +0100 Thomas Arendsen Hein Fix synopsis: hg forget needs at least one file name.
Fri, 15 Jul 2005 10:07:55 +0100 Thomas Arendsen Hein Use changelogentry.tmpl for search results, too.
Fri, 15 Jul 2005 09:38:57 +0100 Thomas Arendsen Hein Changed command synopsises to match style of common UNIX tools.
Fri, 15 Jul 2005 08:32:45 +0100 Thomas Arendsen Hein Make "hg parents REV" work (again?)
Thu, 14 Jul 2005 22:56:55 -0800 mpm Merge with TAH
Thu, 14 Jul 2005 22:51:47 +0100 Thomas Arendsen Hein Make makelock and readlock work on filesystems without symlink support.
Thu, 14 Jul 2005 17:28:19 +0100 Thomas Arendsen Hein merge program setting from hgrc wasn't used.
Thu, 14 Jul 2005 17:22:20 +0100 Thomas Arendsen Hein Fix default values and add interactive setting to [ui] section of hgrc docs.
Thu, 14 Jul 2005 16:57:01 +0100 Thomas Arendsen Hein On importing the result of 'hg export', parse while reading and drop headers.
Thu, 14 Jul 2005 16:23:13 +0100 Thomas Arendsen Hein Removed extra spaces for default parameters according to PEP8.
Thu, 14 Jul 2005 15:56:11 +0100 Thomas Arendsen Hein Removed duplicate use of os.path.normcase().
Thu, 14 Jul 2005 15:30:49 +0100 Thomas Arendsen Hein Use python function instead of external 'cp' command when cloning repos.
Thu, 14 Jul 2005 10:42:28 +0100 Thomas Arendsen Hein Multiple cleanups of things detected by pylint.
Thu, 14 Jul 2005 10:37:33 +0100 Thomas Arendsen Hein Removed extra newline in hg log when not using the --patch option, fixed tests.
Thu, 14 Jul 2005 08:57:54 +0100 Thomas Arendsen Hein Fixed tests.
Thu, 14 Jul 2005 22:37:46 -0800 mpm Teach convert-repo about tags
Thu, 14 Jul 2005 18:41:36 -0800 mpm Be quiet about broken pipes
Wed, 13 Jul 2005 01:53:27 -0800 mpm convert-repo: deal with packed git and other fixes
Wed, 13 Jul 2005 01:48:03 -0800 mpm HG environment variables take precedence over hgrc
Wed, 13 Jul 2005 01:46:50 -0800 mpm Minor merge fixups
Wed, 13 Jul 2005 01:42:48 -0800 mpm Make manifest lookup use changeset ids
Wed, 13 Jul 2005 01:41:49 -0800 mpm Repair the hgweb search interface
Tue, 12 Jul 2005 20:55:42 -0800 Matt Mackall Hide file hashes in log
Tue, 12 Jul 2005 00:51:49 -0800 Matt Mackall Reapply startswith() changes that got lost with stale edit