log

age author description
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move write_bundle to changegroup.py
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall remove legacy hg parents REV syntax
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall add log --removed
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall rename and copy are no longer experimental
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall alphabetize help_ in commands
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall remove relpath
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall refactor rawcommit
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall refactor debugrenamed
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move show_version to version_
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move walkchangerevs to cmdutils
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall Consolidate brinfo handling
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall changeset templater: convert some unnecessary yields to returns
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall further simplify stringify
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall ui: remove last vestiges of header buffering
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall Refactor log ui buffering and patch display
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall refactor header handling for changelog formatting
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templates: move changeset templating bits to cmdutils
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: changeset templater reorganization and optimizations
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: speed up changeset writes and stringify
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall changeset_templater: remove changes arg
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify parsestring
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall template: fold template() into __call__, minor optimizations
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify cache and remove filter argument in __call__
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: simplify template function
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templater: take cStringIO out of indent
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)
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