Sun, 02 Dec 2007 18:11:59 -0600 |
Matt Mackall |
move commands.docopy to cmdutil.copy
|
Sun, 02 Dec 2007 17:04:16 -0600 |
Matt Mackall |
churn: avoid division by zero
|
Sun, 02 Dec 2007 16:26:56 -0600 |
Matt Mackall |
update test output
|
Sun, 02 Dec 2007 19:39:29 +0100 |
Patrick Mezard |
hgwebdir: test virtual paths leading or trailing separators are stripped
|
Sun, 02 Dec 2007 19:45:38 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 02 Dec 2007 19:39:27 +0100 |
Patrick Mezard |
hgwebdir: normalize virtual paths before stripping the separator
|
Sun, 02 Dec 2007 17:15:03 +0100 |
Steve Borho |
win32: read system rcpath from registry
|
Sun, 02 Dec 2007 14:06:10 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 02 Dec 2007 13:53:29 +0100 |
Patrick Mezard |
mq: missing target files do not make qpush to fail immediately (issue 835)
|
Sun, 02 Dec 2007 10:12:26 +0100 |
Dirkjan Ochtman |
Fix style nit and add some comments to tests.
|
Sat, 01 Dec 2007 19:19:08 +0100 |
Dirkjan Ochtman |
Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846).
|
Sat, 01 Dec 2007 19:10:00 +0100 |
Dirkjan Ochtman |
Add tests for hgwebdir repository names with slashes in them.
|
Sat, 01 Dec 2007 18:26:27 +0100 |
Dirkjan Ochtman |
CGI compatibility fix for d74fc8dec2b4.
|
Sun, 02 Dec 2007 15:52:36 -0600 |
Matt Mackall |
doc: add repo/ to .hgignore and .hgtags
|
Sun, 02 Dec 2007 15:26:01 -0600 |
Matt Mackall |
imported patch rollback-help
|
Sun, 02 Dec 2007 15:25:37 -0600 |
Matt Mackall |
imported patch rev-help
|
Fri, 09 Nov 2007 10:45:58 -0600 |
Matt Mackall |
clarify rm -A
|
Thu, 29 Nov 2007 20:47:41 -0600 |
Steve Borho |
hgweb: make web.name default to repo basename
|
Tue, 23 Oct 2007 10:39:24 +0000 |
Jim Hague |
fix calloc(0, ...) issue
|
Sun, 02 Dec 2007 15:15:49 -0600 |
Matt Mackall |
update: default to tipmost branch if default branch doesn't exist
|
Sun, 02 Dec 2007 13:37:30 -0600 |
Matt Mackall |
clone: fix race with same target directory (issue716)
|
Sat, 01 Dec 2007 13:09:27 -0600 |
Matt Mackall |
backout: disallow across branches (issue655)
|
Sat, 01 Dec 2007 12:54:34 -0600 |
Matt Mackall |
rename: add test for moving untracked files in directories
|
Fri, 30 Nov 2007 18:23:18 +0100 |
Dirkjan Ochtman |
Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI.
|
Wed, 28 Nov 2007 13:58:31 -0800 |
Bryan O'Sullivan |
Drop a bad import that snuck in.
|
Wed, 28 Nov 2007 11:54:39 -0600 |
Bryan O'Sullivan |
hgweb: account for Python 2.4 in one test
|
Wed, 28 Nov 2007 09:39:17 -0800 |
Bryan O'Sullivan |
hgweb: fix breaking tests on Python < 2.5
|
Wed, 28 Nov 2007 08:39:05 -0800 |
Bryan O'Sullivan |
Merge with crew
|