log

age author description
Mon, 16 Mar 2015 13:32:28 -0500 Matt Mackall crecord: fix another underbar
Mon, 16 Mar 2015 13:25:19 -0500 Matt Mackall crecord: fiddle with vertical whitespace
Mon, 16 Mar 2015 13:23:42 -0500 Matt Mackall crecord: fix underbar style for orig_stdout
Mon, 16 Mar 2015 13:22:37 -0500 Matt Mackall crecord: use encoding.ucolwidth
Mon, 16 Mar 2015 12:58:06 -0500 Matt Mackall crecord: more import style
Mon, 16 Mar 2015 12:55:21 -0500 Matt Mackall crecord: fix some import style
Fri, 13 Mar 2015 22:50:40 -0400 Matt Harbison manifest.c: ensure realloc_if_full() returns 1 or 0
Thu, 12 Mar 2015 14:20:32 -0700 Laurent Charignon record: change recording function to work with crecord
Thu, 12 Mar 2015 14:19:11 -0700 Laurent Charignon record: add crecord's ui logic to core
Wed, 11 Mar 2015 16:39:38 -0700 Laurent Charignon record: change interface of dorecord to accept new filters
Wed, 11 Mar 2015 16:18:47 -0700 Laurent Charignon record: remove duplicated tests
Wed, 11 Mar 2015 15:54:11 -0700 Laurent Charignon record: make record use commit -i
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Fri, 13 Mar 2015 14:20:13 -0400 Augie Fackler cvsps: use a different tiebreaker to avoid flaky test
Sat, 14 Mar 2015 22:34:27 +0900 Yuya Nishihara templates: fix "log -q" output of default style stable
Fri, 13 Mar 2015 17:55:04 -0500 Matt Mackall merge with stable
Thu, 12 Mar 2015 22:59:52 -0400 Matt Harbison subrepo: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 22:55:35 -0400 Matt Harbison files: replace 'ctx._repo' with 'ctx.repo()'
Thu, 12 Mar 2015 22:54:53 -0400 Matt Harbison context: add a repo accessor
Thu, 12 Mar 2015 21:49:20 -0400 Augie Fackler test-histedit-edit.t: demonstrate qnew fails during a histedit (issue4366)
Thu, 12 Mar 2015 18:18:29 -0700 Martin von Zweigbergk lazymanifest: make __iter__ generate filenames, not 3-tuples
Thu, 12 Mar 2015 18:53:44 -0700 Martin von Zweigbergk lazymanifest: fix pure hg iterkeys()
Fri, 13 Mar 2015 21:18:59 +0900 Yuya Nishihara hgweb: prevent loading style map from directories other than specified paths stable
Wed, 11 Mar 2015 13:46:15 -0700 Martin von Zweigbergk lazymanifest: add iterkeys() method
Wed, 11 Mar 2015 13:15:26 -0700 Martin von Zweigbergk lazymanifest: extract function for iterating to next line
Wed, 11 Mar 2015 13:35:34 -0700 Martin von Zweigbergk lazymanifest: fail if path or hash strings cannot be created
Wed, 11 Mar 2015 08:28:56 -0700 Martin von Zweigbergk manifest: rewrite find(node, f) in terms of read(node)
Thu, 26 Feb 2015 22:54:13 +0900 Yuya Nishihara ssl: load CA certificates from system's store by default on Python 2.7.9
Wed, 04 Mar 2015 23:27:04 +0900 Yuya Nishihara ssl: set explicit symbol "!" to web.cacerts to disable SSL verification (BC)
Wed, 04 Mar 2015 22:41:48 +0900 Yuya Nishihara test-https: enable dummycert test only if Apple python is used (issue4500)