log

age author description
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)
Wed, 04 Mar 2015 22:27:01 +0900 Yuya Nishihara ssl: extract function that returns dummycert path on Apple python
Wed, 11 Mar 2015 21:36:48 -0700 Martin von Zweigbergk largefiles: don't create chain of __contains__ calls
Thu, 12 Mar 2015 09:06:45 -0700 Martin von Zweigbergk lazymanifest: don't depend on printf's 'hh' format to work
Wed, 11 Mar 2015 17:53:50 -0700 Pierre-Yves David bundle2: test hooking using the new transaction-level hook
Mon, 09 Mar 2015 22:50:49 -0700 Pierre-Yves David hook: add a generic hook right before we commit a transaction
Mon, 09 Mar 2015 22:43:36 -0700 Pierre-Yves David transaction: add a validation stage
Mon, 09 Mar 2015 22:36:56 -0700 Pierre-Yves David hook: add a generic hook after transaction has been closed
Wed, 10 Dec 2014 18:19:49 -0800 Pierre-Yves David hook: have a generic hook for transaction opening
Tue, 24 Feb 2015 00:04:55 +0900 Yuya Nishihara templater: allow piping generator-type function output to filters