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
Wed, 11 Mar 2015 15:22:34 -0700 Laurent Charignon record: add new tests for commit interactive (same tests as record)
Wed, 11 Mar 2015 15:22:04 -0700 Laurent Charignon record: add interactive option to the commit command
Tue, 10 Mar 2015 16:26:13 -0700 Martin von Zweigbergk manifest: don't let find() look inside manifestdict
Mon, 09 Mar 2015 17:13:22 -0700 Martin von Zweigbergk largefiles: replace manifestdict.__contains__, don't extend class
Sun, 08 Mar 2015 16:50:57 -0400 Matt Harbison files: split reusable implementation into cmdutil for subrepo support
Sun, 08 Mar 2015 16:45:29 -0400 Matt Harbison files: use ctx object to access dirstate
Tue, 10 Mar 2015 13:56:05 -0700 Durham Goode copies: added manifests to computenonoverlap
Tue, 10 Mar 2015 17:14:33 -0700 Laurent Charignon record: move dorecord from record to cmdutil
Tue, 10 Mar 2015 17:09:07 -0700 Laurent Charignon record: remove dependency on hg module in record
Tue, 10 Mar 2015 17:03:40 -0700 Laurent Charignon record: remove dependency on extensions module in dorecord
Tue, 10 Mar 2015 14:42:07 -0700 Laurent Charignon record: move filterpatch from record to patch
Tue, 10 Mar 2015 17:34:42 -0700 Siddharth Agarwal patch.internalpatch: add a default value for prefix
Wed, 11 Mar 2015 07:19:55 -0700 Durham Goode histedit: remove extra histedit constructor call
Wed, 11 Mar 2015 09:34:22 -0400 Jordi Gutiérrez Hermoso color: consolidate cut-and-paste code
Mon, 09 Mar 2015 13:16:25 -0700 Laurent Charignon record: move parsepatch from record to patch
Mon, 09 Mar 2015 13:14:31 -0700 Laurent Charignon record: move scanpatch from record to patch
Mon, 09 Mar 2015 13:09:15 -0700 Laurent Charignon record: move hunk class from record to patch
Mon, 09 Mar 2015 13:08:19 -0700 Laurent Charignon record: move countChanges in the hunk class
Mon, 09 Mar 2015 13:04:50 -0700 Laurent Charignon record: move header class from record to patch
Tue, 10 Mar 2015 13:06:38 -0700 Siddharth Agarwal cmdutil.tryimportone: allow importing relative patches with --bypass
Mon, 09 Mar 2015 18:22:24 -0700 Siddharth Agarwal cmdutil.tryimportone: allow importing relative patches into the working dir
Fri, 06 Mar 2015 22:56:19 -0800 Siddharth Agarwal commands.import: accept a prefix option
Tue, 10 Mar 2015 11:01:10 -0700 Pierre-Yves David test: make version based test-extensions failure more explanatory
Mon, 09 Mar 2015 22:14:09 +0100 Mathias De Maré subrepo: add status support for ignored and clean files in git subrepos
Wed, 14 Jan 2015 15:16:08 -0500 Mike Edgar revlog: addgroup checks if incoming deltas add censored revs, sets flag bit
Fri, 06 Mar 2015 22:43:47 -0800 Siddharth Agarwal patch.internalpatch: accept a prefix parameter
Fri, 06 Mar 2015 22:27:41 -0800 Siddharth Agarwal patch.patchbackend: accept a prefix parameter
Tue, 10 Mar 2015 16:25:10 -0400 Mike Edgar repair: define explicit local variable, don't reuse a comprehension variable
Sat, 07 Feb 2015 12:49:30 -0800 Gregory Szorc commands.paths: use ui.paths to show paths
Sat, 07 Feb 2015 12:42:10 -0800 Gregory Szorc ui: represent paths as classes
Tue, 10 Mar 2015 13:40:14 -0400 Jordi Gutiérrez Hermoso color: omit terminfo/win32 warning if non-interactive (issue4543)
Thu, 26 Feb 2015 20:54:05 +0900 Yuya Nishihara incoming: hide help about use of --bundle option by default
Fri, 06 Mar 2015 22:24:49 -0800 Siddharth Agarwal patch.applydiff: accept a prefix parameter
Fri, 06 Mar 2015 22:22:14 -0800 Siddharth Agarwal patch._applydiff: accept a prefix parameter
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip