Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
templater: remove cStringIO from stringify
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
templater: remove cStringIO for fill
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
templater: use str.decode in parse_string
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
bundle: don't use sets.Set
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
revlog: reachable actually takes a node
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
util: add copyfile function
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
hgweb: internalize some socket details
|
Mon, 13 Nov 2006 13:26:57 -0600 |
Matt Mackall |
remove unused imports
|
Wed, 08 Nov 2006 13:20:08 -0600 |
Matt Mackall |
tests: add -i switch
|
Wed, 08 Nov 2006 13:20:08 -0600 |
Matt Mackall |
tests: add -R switch
|
Wed, 08 Nov 2006 13:20:08 -0600 |
Matt Mackall |
tests: sort test list if running all tests
|
Tue, 07 Nov 2006 22:35:07 +0100 |
Thomas Arendsen Hein |
Fix accessing a repository via -R/--repository through a symlink.
|
Tue, 07 Nov 2006 22:18:34 +0100 |
Thomas Arendsen Hein |
Merge with upstream
|
Tue, 07 Nov 2006 21:43:19 +0100 |
Benoit Boissinot |
localrepo: factor commit and rawcommit
|
Tue, 07 Nov 2006 21:43:15 +0100 |
Benoit Boissinot |
localrepo.commit: little cleanups
|
Tue, 07 Nov 2006 14:04:15 -0600 |
Matt Mackall |
Fix up parent display in logging
|
Wed, 01 Nov 2006 21:47:55 -0600 |
Matt Mackall |
Clarify untracked file merge message
|
Mon, 06 Nov 2006 22:01:09 -0800 |
Lee Cantey |
Remove references to documentation that was removed in da9506fe2710
|
Sun, 05 Nov 2006 21:57:52 +0100 |
Thomas Arendsen Hein |
Corrected documentation for return value of python hooks.
|
Thu, 02 Nov 2006 19:23:55 +0100 |
Thomas Arendsen Hein |
Fixed directory name having an extra dot on "hg archive -t tbz2 foo.tbz2".
|
Thu, 02 Nov 2006 15:30:45 +0100 |
Thomas Arendsen Hein |
Try hgweb unbundle methods in the order presented by the server.
|
Thu, 02 Nov 2006 14:58:55 +0100 |
Thomas Arendsen Hein |
Client support for hgweb unbundle with versions.
|
Thu, 02 Nov 2006 14:39:08 +0100 |
Thomas Arendsen Hein |
Add allowed bundle types as argument to hgweb unbundle capability.
|
Wed, 01 Nov 2006 19:59:26 -0300 |
Alexis S. L. Carvalho |
hgweb: remove debugging print
|
Wed, 01 Nov 2006 22:06:24 +0100 |
Benoit Boissinot |
hgweb: introduce a new capability for sending a compressed bundle
|
Wed, 01 Nov 2006 22:01:30 +0100 |
Benoit Boissinot |
hgweb: if the server supports it, send a compressed bundle
|
Wed, 01 Nov 2006 14:53:11 -0300 |
Alexis S. L. Carvalho |
Use httpconnection even with proxies.
|
Wed, 01 Nov 2006 17:56:55 +0100 |
Benoit Boissinot |
issue352: disallow '\n' and '\r' in filenames (dirstate and manifest)
|