Fri, 10 Mar 2006 20:06:41 +0100 |
Thomas Arendsen Hein |
make clean now removes generated documentation.
|
Fri, 10 Mar 2006 19:16:49 +0100 |
Thomas Arendsen Hein |
Make #!/usr/bin/env python in test-bdiff run the specified python version.
|
Fri, 10 Mar 2006 08:31:31 -0800 |
Vadim Gelfer |
change lock format to let us detect and break stale locks.
|
Fri, 10 Mar 2006 11:34:02 +0100 |
Thomas Arendsen Hein |
Catch hgrc interpolation errors nicely.
|
Fri, 10 Mar 2006 11:33:28 +0100 |
Thomas Arendsen Hein |
Catch other exceptions (e.g. util.Abort) in parse(), too.
|
Fri, 10 Mar 2006 11:06:45 +0100 |
Thomas Arendsen Hein |
Inherit config from real parentui and don't use ConfigParser internals.
|
Fri, 10 Mar 2006 10:44:17 +0100 |
Thomas Arendsen Hein |
Added check for minimal python version to setup.py
|
Thu, 09 Mar 2006 16:27:21 -0800 |
Vadim Gelfer |
merge with crew.
|
Thu, 09 Mar 2006 16:26:49 -0800 |
Vadim Gelfer |
patchbomb: ignore exception if pager quits.
|
Thu, 09 Mar 2006 12:18:59 -0800 |
Vadim Gelfer |
make push over http print good error message.
|
Thu, 09 Mar 2006 08:27:49 +0100 |
Thomas Arendsen Hein |
Reordered options for remove, fixed synopsis for rename.
|
Wed, 08 Mar 2006 18:48:40 -0800 |
Vadim Gelfer |
merge with self.
|
Wed, 08 Mar 2006 15:14:24 -0800 |
Vadim Gelfer |
add -f/--force to remove command.
|
Wed, 08 Mar 2006 14:53:57 -0800 |
Vadim Gelfer |
inherit hgrc so "%" interpolation works.
|
Wed, 08 Mar 2006 11:21:45 -0800 |
Vadim Gelfer |
merge with crew.
|
Wed, 08 Mar 2006 11:20:39 -0800 |
Lee Cantey |
Fix manifest view on Windows
|
Wed, 08 Mar 2006 19:31:54 +0100 |
Thomas Arendsen Hein |
Removed script header from mq.py
|
Wed, 08 Mar 2006 19:30:30 +0100 |
Thomas Arendsen Hein |
Moved bisect extension to hgext folder.
|
Wed, 08 Mar 2006 19:25:03 +0100 |
Thomas Arendsen Hein |
Added copyright information to hbisect.py
|
Wed, 08 Mar 2006 06:20:32 +0100 |
Thomas Arendsen Hein |
Merged tah and crew
|
Wed, 08 Mar 2006 06:13:24 +0100 |
Thomas Arendsen Hein |
Moved --cwd handling in front of -R handling again. Shorter code for initial -R.
|
Wed, 08 Mar 2006 01:30:43 +0100 |
Thomas Arendsen Hein |
Make hg paths and hg debugconfig work with -R/--repository option.
|
Wed, 08 Mar 2006 01:25:14 +0100 |
Thomas Arendsen Hein |
Always try to open the repository if -R/--repository is specified.
|
Wed, 08 Mar 2006 05:31:20 +0100 |
Thomas Arendsen Hein |
Make bisect extension work with python2.3
|
Wed, 08 Mar 2006 05:16:36 +0100 |
Thomas Arendsen Hein |
Fixed spacing/indentation, removed #! script header, added short description.
|
Wed, 08 Mar 2006 05:07:20 +0100 |
Thomas Arendsen Hein |
Fixed contrib/hbisect.py to work with the new opener behaviour.
|
Wed, 08 Mar 2006 00:27:23 +0100 |
Thomas Arendsen Hein |
Fix some problems when working on broken repositories:
|
Tue, 07 Mar 2006 22:41:24 +0100 |
Thomas Arendsen Hein |
Fix mq's usage of opener, which don't allow absolute paths now.
|
Tue, 07 Mar 2006 22:27:18 +0100 |
Benoit Boissinot |
merge with crew
|
Tue, 07 Mar 2006 08:46:19 +0100 |
Thomas Arendsen Hein |
Hide debug commands in ambiguous command list, unless no normal command matches.
|
Tue, 07 Mar 2006 08:41:13 +0100 |
Thomas Arendsen Hein |
Show ambiguous aliases, if they are not simple abbreviations. Sort output.
|
Tue, 07 Mar 2006 08:05:17 +0100 |
TK Soh |
show choices on ambiguous commands
|
Tue, 07 Mar 2006 20:37:27 +0100 |
Benoit Boissinot |
fix annotate for removed files
|
Mon, 06 Mar 2006 21:06:53 -0800 |
Vadim Gelfer |
only put numbers on patches if > 1 patch.
|
Mon, 06 Mar 2006 21:05:18 -0800 |
Lee Cantey |
Patchbomb only sends introductory message [0 of N] if there are multiple patches.
|
Mon, 06 Mar 2006 21:03:46 -0800 |
Lee Cantey |
Remove patchbomb from list of contrib files to install since it's now an extension.
|
Mon, 06 Mar 2006 23:16:42 +0100 |
Thomas Arendsen Hein |
Removed PKG-INFO from repository, because it already gets auto-generated.
|
Mon, 06 Mar 2006 10:50:26 -0800 |
Vadim Gelfer |
merge with crew.
|
Mon, 06 Mar 2006 10:49:34 -0800 |
Eung-ju Park |
Fix py2exe packagescan problem with new demandload
|
Mon, 06 Mar 2006 17:53:11 +0100 |
Thomas Arendsen Hein |
Merge with crew
|
Mon, 06 Mar 2006 17:47:41 +0100 |
Thomas Arendsen Hein |
Create local ui object per repository, so .hg/hgrc don't get mixed.
|
Mon, 06 Mar 2006 17:34:49 +0100 |
Thomas Arendsen Hein |
Call hooks in alphabetical (=defined) order, of course still grouped by type.
|
Mon, 06 Mar 2006 08:35:15 -0800 |
Vadim Gelfer |
make ui flush output. this makes error happen if printing to /dev/full.
|
Sun, 05 Mar 2006 01:37:28 -0800 |
Vadim Gelfer |
make lock module use demandload.
|
Sat, 04 Mar 2006 19:01:45 +0100 |
Thomas Arendsen Hein |
Validate paths before reading or writing files in repository or working dir.
|
Fri, 03 Mar 2006 13:41:12 -0800 |
Lee Cantey |
Fixes running 'hg serve' with Windows executable and no explicit template path configured.
|
Fri, 03 Mar 2006 13:24:26 -0800 |
Vadim Gelfer |
i made a mistake in last change.
|
Fri, 03 Mar 2006 13:11:25 -0800 |
Vadim Gelfer |
generate profile even when exception raised.
|
Fri, 03 Mar 2006 09:40:18 -0800 |
Vadim Gelfer |
merge with crew.
|
Fri, 03 Mar 2006 09:39:37 -0800 |
Vadim Gelfer |
merge with crew.
|
Fri, 10 Feb 2006 11:25:07 -0800 |
Vadim Gelfer |
hgwebdir: export collections of repos
|
Fri, 03 Mar 2006 08:44:37 -0800 |
Vadim Gelfer |
merge with crew.
|
Thu, 02 Mar 2006 11:38:39 -0800 |
Vadim Gelfer |
get patchbomb extension to use demandload. speeds up hg startup by 50%.
|
Thu, 02 Mar 2006 11:38:03 -0800 |
Vadim Gelfer |
rewrite demandload module to be more flexible.
|
Thu, 02 Mar 2006 09:17:04 +0100 |
Thomas Arendsen Hein |
Make hgweb.staticfile() more secure and portable.
|
Wed, 01 Mar 2006 21:44:00 -0800 |
Vadim Gelfer |
merge with crew.
|
Wed, 01 Mar 2006 21:27:23 -0800 |
Vadim Gelfer |
merge with crew.
|
Tue, 28 Feb 2006 23:47:40 -0800 |
Robin Farine |
copy/rename to a removed destination file
|
Wed, 01 Mar 2006 15:29:13 +0100 |
Thomas Arendsen Hein |
Catch urllib errors for old-http in a nicer way.
|
Wed, 01 Mar 2006 14:52:28 +0100 |
Alexis S. L. Carvalho |
Really fix bash_completion on Solaris. Maybe. Hopefully.
|