log

age author description
Thu, 03 Sep 2009 21:07:06 +0200 Martin Geisler util, minirst: do not crash with COLUMNS=0
Thu, 03 Sep 2009 02:42:56 +0200 Benoit Boissinot manifestdict: remove unnecessary dictionary copy
Wed, 02 Sep 2009 21:05:43 +0200 Benoit Boissinot manifest.add(): cleanup worklist construction and iteration
Wed, 02 Sep 2009 21:05:01 +0200 Benoit Boissinot manifest: simplify cache handling, use a unique cache
Wed, 02 Sep 2009 20:18:35 +0200 Benoit Boissinot manifest.add(): simplify with iterators and generator expressions
Sat, 29 Aug 2009 00:30:03 +0200 Martin Geisler color: do all setup in uisetup
Sun, 16 Aug 2009 00:41:24 +0200 Simon Heimberg extensions: pass ui arguement to extsetup if accepted
Sat, 29 Aug 2009 00:29:16 +0200 Martin Geisler extensions: load and configure extensions in well-defined phases
Fri, 28 Aug 2009 22:14:04 +0200 Martin Geisler highlight: move code from module top-level into extsetup
Fri, 28 Aug 2009 20:53:03 +0200 Martin Geisler run-tests: standardize on --foo instead of -f/--foo
Fri, 28 Aug 2009 20:50:54 +0200 Martin Geisler run-tests: use parser.error for cmdline option errors
Fri, 28 Aug 2009 20:28:06 +0200 Martin Geisler doc/README: rst2man is now in Docutils proper
Thu, 20 Aug 2009 23:35:46 +0200 Mads Kiilerich doc/Makefile: detect the right name for rst2man and rst2html
Thu, 27 Aug 2009 00:01:03 +0200 Martin Geisler Merge with crew-stable
Thu, 27 Aug 2009 00:00:15 +0200 Martin Geisler test-keyword: update output to match 5d49fdef6fd0
Wed, 26 Aug 2009 14:58:09 +0200 Dirkjan Ochtman hgweb: show diff header line in raw diffs
Thu, 20 Aug 2009 23:35:47 +0200 Mads Kiilerich doc/Makefile: Don't show Makefile comments in output
Thu, 20 Aug 2009 23:35:37 +0200 Mads Kiilerich doc/Makefile: detect rst2man errors
Wed, 19 Aug 2009 00:45:24 +0200 Mads Kiilerich test-hooks: Don't hide the value of HG_PENDING
Tue, 18 Aug 2009 14:47:41 -0400 Brodie Rao ui: fix NameError in ui.progress due to unit/units typo
Wed, 29 Jul 2009 14:21:18 +0200 Simon Heimberg util: quicker fspath, do not lower names when the length is different
Fri, 07 Aug 2009 15:40:51 +0200 Simon Heimberg test-casefolding: fix wrong case on hfs on linux
Fri, 07 Aug 2009 15:34:54 +0200 Simon Heimberg hghave: check for case insensitive filesystem in current dir
Sat, 15 Aug 2009 21:19:57 +0900 Nicolas Dumazet run-tests: expand --tmpdir and create it if needed
Sun, 23 Aug 2009 14:32:58 +0200 Nicolas Dumazet patch: remove the unused, broken reverse() function
Mon, 24 Aug 2009 14:40:21 +0200 Nicolas Dumazet patch: readgitpatch: remove unused variable 'src'
Mon, 24 Aug 2009 21:00:34 +0200 Nicolas Dumazet use 'x in dict' instead of 'dict.has_key(x)'
Wed, 26 Aug 2009 13:07:27 +0200 Nicolas Dumazet churn: use genexps now that we dropped 2.3 compatibility
Wed, 26 Aug 2009 13:05:51 +0200 Dirkjan Ochtman merge with crew-stable
Mon, 24 Aug 2009 12:47:44 +0200 Nicolas Dumazet churn: issue833 was reintroduced in 9bc46d069a76, correct it and add a test