log

age author description
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
Thu, 09 Nov 2006 14:44:17 -0800 Brendan Cully zsh: typo in commit completion
Thu, 09 Nov 2006 21:53:45 +0100 Thomas Arendsen Hein issue228: Fix repositories at the filesystem root (/ or C:\)
Wed, 08 Nov 2006 11:28:33 -0800 Brendan Cully Export changelog dict in localrepo.commit
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 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
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
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)
Tue, 31 Oct 2006 18:10:23 -0800 Brendan Cully hgweb: split URLs containing spaces or other escaped characters correctly
Tue, 31 Oct 2006 17:31:30 -0800 Brendan Cully zsh: perform ~ expansion on _hg_root
Tue, 31 Oct 2006 17:24:42 -0800 Brendan Cully mq: handle qpush -a with empty series
Tue, 31 Oct 2006 16:35:44 -0800 Brendan Cully zsh: compute repository root instead of forking hg
Tue, 31 Oct 2006 16:04:03 -0800 Brendan Cully zsh: complete users in ssh URLS
Tue, 31 Oct 2006 15:48:02 -0800 Brendan Cully zsh: support remote cloning
Tue, 31 Oct 2006 15:44:16 -0800 Brendan Cully zsh: add optional remote directory cache
Tue, 31 Oct 2006 23:56:52 +0100 Benoit Boissinot sshrepo: fix the parsing of the ssh url
Tue, 31 Oct 2006 14:53:08 -0800 Brendan Cully zsh: complete SSH directories
Tue, 31 Oct 2006 12:05:47 -0800 Brendan Cully zsh: complete unknown commands normally
Tue, 31 Oct 2006 13:22:05 +0100 Benoit Boissinot merge with crew
Tue, 31 Oct 2006 13:09:43 +0100 Benoit Boissinot hgweb: fix handling of path for old style template
Tue, 31 Oct 2006 13:03:52 +0100 Benoit Boissinot merge with crew
Tue, 31 Oct 2006 13:03:23 +0100 Benoit Boissinot merge with backout
Tue, 31 Oct 2006 13:02:49 +0100 Benoit Boissinot Backed out changeset 41989e55fa375de4376e7e64b17e38312e8ec140
Tue, 31 Oct 2006 13:01:28 +0100 Benoit Boissinot Backed out changeset 66a17364c30ef0804153093cfaccf830e563928a
Tue, 31 Oct 2006 10:50:16 +0100 Thomas Arendsen Hein Check for at least having a final release of python 2.3.0 in setup.py
Mon, 30 Oct 2006 16:14:38 -0800 Brendan Cully test for git empty new files
Mon, 30 Oct 2006 16:10:58 -0800 Brendan Cully git patch: create empty added files
Mon, 30 Oct 2006 00:03:04 -0800 Brendan Cully zsh: tab-complete status results by directory
Sun, 29 Oct 2006 16:33:46 +0100 Benoit Boissinot filelog: rename filelog.size() to filelog.len()
Sun, 29 Oct 2006 16:14:55 +0100 Benoit Boissinot revlog: more nullrev fixes
Sun, 29 Oct 2006 16:14:02 +0100 Benoit Boissinot revlog: return 0 as offset for nullid
Sun, 29 Oct 2006 15:09:01 +0100 Benoit Boissinot doc: clone doesn't create a working directory in remote repos
Sun, 29 Oct 2006 14:41:14 +0100 Benoit Boissinot revlog.size() fix handling of rev == -1
Sun, 29 Oct 2006 14:18:55 +0100 Benoit Boissinot use workingcontext.files() to detect if the repo is unclean
Sun, 29 Oct 2006 13:08:10 +0100 Benoit Boissinot allow update to switch to a different branch if the repo is clean
Sun, 29 Oct 2006 10:55:38 +0100 Thomas Arendsen Hein Explicitly use REVLOGV0 instead of 0 in bundlerepo.
Sun, 29 Oct 2006 10:53:51 +0100 Thomas Arendsen Hein Define and use nullrev (revision of nullid) instead of -1.
Sat, 28 Oct 2006 23:37:59 -0300 Alexis S. L. Carvalho Correct optimization from 3464f5e77f34; add a test.
Sat, 28 Oct 2006 20:21:59 -0300 Alexis S. L. Carvalho log speedup: don't call revlog.node if we don't have to
Sat, 28 Oct 2006 20:21:57 -0300 Alexis S. L. Carvalho log speedup: use list.extend to avoid an explicit loop
Sat, 28 Oct 2006 20:21:56 -0300 Alexis S. L. Carvalho log speedup: use parentrevs in log and changeset_printer.show
Sat, 28 Oct 2006 20:21:55 -0300 Alexis S. L. Carvalho log speedup: set quiet/verbose/debugflag in the fake ui object