log

age author description
Thu, 19 Oct 2006 16:55:34 +0200 Benoit Boissinot fix errors spotted by pychecker
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Thu, 19 Oct 2006 14:03:41 +0200 Benoit Boissinot use xrange instead of range
Thu, 19 Oct 2006 13:00:02 +0200 Thomas Arendsen Hein Corrected SSH configuration example in pull help.
Thu, 19 Oct 2006 10:23:27 +0200 Benoit Boissinot revlog.children: use parentrevs instead of parents
Wed, 18 Oct 2006 18:47:50 -0300 Alexis S. L. Carvalho Don't use test -e in tests - sh doesn't like it on Solaris
Wed, 18 Oct 2006 18:44:23 -0300 Alexis S. L. Carvalho Update tests output
Wed, 18 Oct 2006 14:24:38 -0700 Brendan Cully Add --rev option to status
Wed, 18 Oct 2006 22:24:03 +0200 Benoit Boissinot makes username mandatory
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully patch: return list of modified files even when an exception is raised
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully mq: test case for issue399
Wed, 18 Oct 2006 18:10:21 +0200 Thomas Arendsen Hein Extended templating test for new branches and extra changeset info.
Wed, 18 Oct 2006 18:09:32 +0200 Thomas Arendsen Hein Added extra changeset info to templater and map-cmdline.default.
Wed, 18 Oct 2006 17:58:51 +0200 Thomas Arendsen Hein Add new branch info to templater and use it in map-cmdline.default.
Wed, 18 Oct 2006 12:26:12 +0200 Thomas Arendsen Hein Don't show empty list of files in hg log -v.
Wed, 18 Oct 2006 12:17:02 +0200 Thomas Arendsen Hein Adjust default cmdline style to really match verbose/debug log.
Wed, 18 Oct 2006 11:55:32 +0200 Thomas Arendsen Hein Show extra changeset info for log/tip/heads/... --debug
Mon, 23 Oct 2006 17:12:20 -0500 Matt Mackall localrepo: add separate methods for manipulating repository data
Wed, 18 Oct 2006 22:38:23 -0500 Matt Mackall Minor tags optimization
Wed, 18 Oct 2006 14:14:59 -0500 Matt Mackall Use file contexts in tags code
Wed, 18 Oct 2006 14:06:48 -0500 Matt Mackall filecontext: report False for missing files
Wed, 18 Oct 2006 11:44:56 -0500 Matt Mackall Only look up tags and branches as a last resort
Wed, 18 Oct 2006 10:46:51 -0500 Matt Mackall If we can't write the branch cache, fail quietly.
Wed, 18 Oct 2006 10:35:14 +0200 Thomas Arendsen Hein Add test for invalid branch cache (fixed by 27ebe4efe98e)
Wed, 18 Oct 2006 09:26:23 +0200 Benoit Boissinot invalidate the branch cache when sanity check fails
Wed, 18 Oct 2006 02:14:26 -0500 Eric Hopper Testing the new changegroupsubset remote function in the ssh
Sat, 09 Sep 2006 18:25:07 -0700 Eric Hopper Stop erroring out pull -r and clone -r if repository isn't local.
Sat, 09 Sep 2006 18:25:06 -0700 Eric Hopper sshrepo: add passing of lookup exceptions
Sat, 09 Sep 2006 18:25:06 -0700 Eric Hopper Adding changegroupsubset and lookup to ssh protocol so pull -r and
Wed, 18 Oct 2006 02:08:36 -0500 Matt Mackall httprepo: add support for passing lookup exception data
Sat, 09 Sep 2006 18:25:06 -0700 Eric Hopper Adding changegroupsubset and lookup to web protocol so pull -r and
Wed, 18 Oct 2006 02:08:33 -0500 Matt Mackall Improve branch cache sanity check for mq
Tue, 17 Oct 2006 22:59:01 -0500 Matt Mackall merge: fix branch setting
Tue, 17 Oct 2006 22:34:43 -0500 Matt Mackall imported patch foo
Tue, 17 Oct 2006 22:26:14 -0500 Matt Mackall commit: read branch with workingctx
Tue, 17 Oct 2006 22:09:56 -0500 Matt Mackall branchtags: use changectx
Tue, 17 Oct 2006 22:07:54 -0500 Matt Mackall revlog.lookup tweaks
Tue, 17 Oct 2006 19:04:13 -0500 Matt Mackall Merge with crew
Tue, 17 Oct 2006 17:04:26 -0300 Alexis S. L. Carvalho use ui.readsections in the acl extension
Tue, 17 Oct 2006 17:04:26 -0300 Alexis S. L. Carvalho use ui.readsections in the bugzilla extension
Tue, 17 Oct 2006 17:04:25 -0300 Alexis S. L. Carvalho use ui.readsections in the notify extension
Tue, 17 Oct 2006 16:59:24 -0300 Alexis S. L. Carvalho add ui.readsections
Tue, 17 Oct 2006 11:01:10 -0700 Lee Cantey Default editor for Windows installer is now notepad. [Issue 256]
Tue, 17 Oct 2006 10:21:54 -0700 Lee Cantey Document the change in MacPython distutils installation location
Tue, 17 Oct 2006 11:46:53 +0200 Thomas Arendsen Hein Added *.bin to MANIFEST.in to include binfile.bin
Mon, 16 Oct 2006 20:38:04 -0300 Alexis S. L. Carvalho bundlerepo: avoid exception in __del__ when the bundle doesn't exist
Mon, 16 Oct 2006 18:01:25 -0300 Alexis S. L. Carvalho portability fixes for some tests
Mon, 16 Oct 2006 22:44:44 +0200 Thomas Arendsen Hein Explicitly use "tip" in revision navigation.
Mon, 16 Oct 2006 15:38:53 -0300 Alexis S. L. Carvalho Add a test for the acl extension
Mon, 16 Oct 2006 15:38:53 -0300 Alexis S. L. Carvalho Use a case-sensitive version of SafeConfigParser everywhere
Mon, 16 Oct 2006 11:36:57 -0700 Brendan Cully Fix test-oldcgi after navbar update
Mon, 16 Oct 2006 11:18:06 -0700 Brendan Cully Fix RSS URLs (closes issue396)
Mon, 16 Oct 2006 11:02:11 -0700 Brendan Cully Convert changenav bar from revisions to hashes (closes issue189)
Tue, 17 Oct 2006 18:54:37 -0500 Matt Mackall Merge with crew
Tue, 17 Oct 2006 18:48:41 -0500 Matt Mackall Add some basic branch name tests
Tue, 17 Oct 2006 18:32:00 -0500 Matt Mackall Add branch support to commit
Tue, 17 Oct 2006 18:31:56 -0500 Matt Mackall Make lookup aware of branch labels
Tue, 17 Oct 2006 18:31:18 -0500 Matt Mackall Add branchtags function with cache
Tue, 17 Oct 2006 18:30:20 -0500 Matt Mackall Update branch on checkout/update
Tue, 17 Oct 2006 18:30:19 -0500 Matt Mackall Report branch for hg id