Fri, 16 Dec 2005 00:12:00 -0600 |
Benoit Boissinot |
fix a bug in hg export --switch-parent
|
Thu, 15 Dec 2005 16:19:23 +0100 |
Thomas Arendsen Hein |
Better error message (without /.hg appended) when repository is not found.
|
Thu, 15 Dec 2005 15:40:14 +0100 |
Daniel Kobras |
Less annoying directory completion (see http://bugs.debian.org/343458)
|
Thu, 15 Dec 2005 15:39:20 +0100 |
Thomas Arendsen Hein |
Merge with upstream.
|
Mon, 12 Dec 2005 07:50:43 -0800 |
Vadim Gelfer |
delete unintended print statement
|
Sun, 11 Dec 2005 15:38:42 -0800 |
Vadim Gelfer |
merge with crew
|
Fri, 04 Nov 2005 11:51:01 -0800 |
Vadim Gelfer |
make mercurial look in more places for config files.
|
Tue, 06 Dec 2005 14:10:38 +0100 |
Benoit Boissinot |
fix the cat command
|
Wed, 14 Dec 2005 22:19:03 -0600 |
Benoit Boissinot |
abort when merging two heads and repository has local changes
|
Wed, 14 Dec 2005 22:12:18 -0600 |
Matt Mackall |
Merge http://sh0n.net/jeffpc/repos/hg-gitweb/
|
Mon, 12 Dec 2005 02:05:08 -0500 |
Josef "Jeff" Sipek |
Remove tabs, and trailing whitespace from hgweb.py
|
Mon, 12 Dec 2005 01:25:24 -0500 |
Josef "Jeff" Sipek |
[hgweb] Remove reference to a non-existing file
|
Sat, 10 Dec 2005 00:26:32 -0500 |
Josef "Jeff" Sipek |
[hgweb] Fixed up bad link
|
Sat, 10 Dec 2005 00:09:13 -0500 |
Josef "Jeff" Sipek |
File log and some FIXMEs
|
Mon, 05 Dec 2005 07:07:40 -0500 |
Josef "Jeff" Sipek |
[hgweb] gitweb style: File annotate converted, file revision made more like the deafault style
|
Mon, 05 Dec 2005 05:01:28 -0500 |
Josef "Jeff" Sipek |
[hgweb] More gitweb style related fixes
|
Mon, 05 Dec 2005 04:49:37 -0500 |
Josef "Jeff" Sipek |
File revision style fixed
|
Mon, 05 Dec 2005 04:30:47 -0500 |
Josef "Jeff" Sipek |
[hgweb] Initial import of the "gitweb" style
|
Wed, 14 Dec 2005 21:01:57 -0600 |
Benoit Boissinot |
add a --switch-parent option to export against the other parent
|
Wed, 14 Dec 2005 20:53:45 -0600 |
Benoit Boissinot |
hg log -p should show file deletions
|
Wed, 14 Dec 2005 20:38:11 -0600 |
Benoit Boissinot |
quote the filename when calling HGEDITOR
|
Thu, 01 Dec 2005 10:51:45 -0600 |
Benoit Boissinot |
make all commands be repo-wide by default
|
Thu, 01 Dec 2005 10:51:33 -0600 |
TK Soh |
make command defaults works for aliases
|
Thu, 01 Dec 2005 10:48:42 -0600 |
Arun Sharma |
Handle hg under /
|
Thu, 01 Dec 2005 10:48:35 -0600 |
Robin Farine |
fix rename --after
|
Thu, 01 Dec 2005 10:48:29 -0600 |
Benoit Boissinot |
Re: [PATCH 2 of 3] remove walk warning about nonexistent files
|
Thu, 01 Dec 2005 10:48:22 -0600 |
Robin Farine |
export patkind() from util
|
Thu, 01 Dec 2005 10:48:18 -0600 |
Christian Boos |
Fix walkhelper on windows.
|
Tue, 29 Nov 2005 22:29:14 +0100 |
Benoit Boissinot |
disallow '\n' and '\r' in tag names
|
Tue, 29 Nov 2005 18:06:23 +0100 |
Thomas Arendsen Hein |
Merge with http://hg.omnifarious.org/~hopper/mercurial
|
Fri, 18 Nov 2005 22:48:47 -0800 |
Eric Hopper |
Convert all classes to new-style classes by deriving them from object.
|
Sun, 27 Nov 2005 16:37:18 +0100 |
Robin Farine |
fix run-tests' PYTHONPATH
|
Wed, 23 Nov 2005 18:36:44 +0100 |
Thomas Arendsen Hein |
Updated help text for 'hg log'.
|
Wed, 23 Nov 2005 08:07:27 +0100 |
Thomas Arendsen Hein |
Space/Tab cleanup in bash_completion.
|
Wed, 23 Nov 2005 08:02:35 +0100 |
Alexis S. L. Carvalho |
bash_completion: use hg --debug help to get the list of debug commands.
|
Thu, 17 Nov 2005 19:38:57 +0100 |
Thomas Arendsen Hein |
Catch IOErrors and RepoErrors when serving repositories via hgweb.
|
Thu, 17 Nov 2005 19:18:33 +0100 |
Thomas Arendsen Hein |
Merge with mercurial/crew
|
Wed, 16 Nov 2005 19:19:39 +0100 |
Thomas Arendsen Hein |
Added version information to "report bug" message for unknown exceptions.
|
Wed, 16 Nov 2005 12:56:19 +0100 |
Thomas Arendsen Hein |
Fixes to "hg heads -r FOO":
|
Wed, 16 Nov 2005 12:08:25 +0100 |
Benoit Boissinot |
add a -r/--rev option to heads to show only heads descendant from rev
|
Thu, 17 Nov 2005 19:11:13 +0100 |
Thomas Arendsen Hein |
Always escape repository name in hgweb, very important in notfound.tmpl.
|
Wed, 16 Nov 2005 20:53:16 +0100 |
Will |
fix bug in setup.py introduced in r1508.
|
Tue, 15 Nov 2005 20:35:10 +0100 |
TK Soh |
close .hg/hgrc after writing the default values on clone
|
Mon, 14 Nov 2005 21:47:07 +0100 |
Benoit Boissinot |
close file before renaming it (since it doesn't work the other way on windows)
|
Mon, 14 Nov 2005 16:10:59 +0100 |
Benoit Boissinot |
fix errors found by pychecker
|
Mon, 14 Nov 2005 15:10:10 +0100 |
Michael Gebetsroither |
added st as alias for status in zsh_completition
|
Mon, 14 Nov 2005 15:09:34 +0100 |
Thomas Arendsen Hein |
Merge with Thomas Waldmann
|
Mon, 14 Nov 2005 04:58:28 +0200 |
twaldmann |
made C src formatting more consistent
|
Mon, 14 Nov 2005 03:59:35 +0200 |
twaldmann |
fixed some stuff pychecker shows, marked unclear/wrong stuff with XXX
|
Mon, 14 Nov 2005 02:30:19 +0200 |
twaldmann |
minor optimization: save some string trash
|
Sun, 13 Nov 2005 16:25:45 +0100 |
Benoit Boissinot |
use posix compliant option for head
|
Sun, 13 Nov 2005 02:08:39 +0100 |
Thomas Arendsen Hein |
Merge with upstream
|
Sun, 13 Nov 2005 02:06:02 +0100 |
Thomas Arendsen Hein |
Added hg-ssh - a wrapper for ssh access to a limited set of mercurial repos
|
Thu, 10 Nov 2005 16:16:28 +0100 |
Thomas Arendsen Hein |
Catch the exception raised with 'hg help <somethingambiguous>'.
|
Fri, 11 Nov 2005 18:20:24 -0800 |
mason |
Add revlog.strip to truncate away revisions.
|
Fri, 11 Nov 2005 18:20:22 -0800 |
mason |
Optimize manifest.add
|
Fri, 11 Nov 2005 18:20:19 -0800 |
mason |
Reduce string duplication in compression code
|
Fri, 11 Nov 2005 15:34:17 -0800 |
Benoit Boissinot |
reset mtime when two files are equal
|
Fri, 11 Nov 2005 15:34:13 -0800 |
Benoit Boissinot |
add localrepo.wlock for protecting the dirstate
|
Fri, 11 Nov 2005 15:34:09 -0800 |
Benoit Boissinot |
add a releasefn keyword to lock.lock
|