log

age author description
Tue, 07 Sep 2010 10:30:29 +0200 Martin Geisler add: clarify that repo[None].add returns rejected filenames
Mon, 06 Sep 2010 07:14:18 +0200 Thomas Arendsen Hein merge with stable
Sun, 05 Sep 2010 21:00:04 +0200 Thomas Arendsen Hein store: Removed extra space in _data list
Sun, 05 Sep 2010 22:32:11 +0200 Thomas Arendsen Hein verify: fix "missing revlog!" errors for revlog format v0 and add test stable
Sun, 05 Sep 2010 13:37:17 -0700 Brendan Cully zsh completion: bookmarks support
Sat, 04 Sep 2010 01:32:01 -0700 Brendan Cully zsh completion: patchbomb support
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler status: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler match: add narrowmatcher class
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler cmdutil: use repo.auditor when constructing match object
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler match: accept auditor argument
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler localrepo: add auditor attribute which knows about subrepos
Thu, 02 Sep 2010 23:45:47 +0200 Martin Geisler tests: remove unneeded -u flags
Thu, 02 Sep 2010 23:36:43 +0200 Martin Geisler merge with stable
Thu, 02 Sep 2010 18:12:07 +0200 Adrian Buehlmann tests: unify test-empty-file
Thu, 02 Sep 2010 17:32:22 +0200 Adrian Buehlmann tests: unify test-empty-dir
Thu, 02 Sep 2010 17:13:23 +0200 Adrian Buehlmann tests: unify test-dispatch
Thu, 02 Sep 2010 23:22:51 +0200 Martin Geisler tests: remove unneeded -d flags
Thu, 02 Sep 2010 22:17:22 +0200 Martin Geisler test-merge5: removed unnecessary parts of test
Thu, 02 Sep 2010 12:48:46 -0400 Brodie Rao test-merge5: ensure updating to tip across branches is tested
Thu, 02 Sep 2010 22:38:12 +0200 Mads Kiilerich test-convert-cvs: add a sleep to make test more stable stable
Thu, 02 Sep 2010 17:28:20 +0200 Martin Geisler merge with stable
Thu, 02 Sep 2010 14:45:16 +0200 Adrian Buehlmann tests: unify test-diff-binary-file
Thu, 02 Sep 2010 15:08:36 +0200 Adrian Buehlmann tests: unify test-diff-copy-depth
Thu, 02 Sep 2010 15:39:55 +0200 Adrian Buehlmann tests: unify test-diff-upgrade
Thu, 02 Sep 2010 14:58:47 +0200 Dan Villiom Podlaski Christiansen tests: unify test-convert-hg-startrev.
Thu, 02 Sep 2010 16:29:04 +0200 Adrian Buehlmann tests: unify test-diffstat
Thu, 02 Sep 2010 17:07:02 +0200 Martin Geisler bookmarks: break long line found by check-code stable
Thu, 02 Sep 2010 12:53:28 +0200 Martin Geisler help: make "hg help hgrc" an alias for "hg help config" stable
Thu, 02 Sep 2010 12:08:13 +0200 Martin Geisler clone, patch, convert: use hex(nullid) instead of '0'*40