log

age author description
Tue, 27 Feb 2018 23:05:39 -0800 Martin von Zweigbergk narrow: remove dependency from narrowspec module to hg module
Wed, 28 Feb 2018 10:32:00 -0800 Martin von Zweigbergk narrow: reduce depedence on narrowspec.save()
Wed, 28 Feb 2018 12:55:05 -0800 Martin von Zweigbergk narrow: always wrap repo
Wed, 28 Feb 2018 10:29:04 -0800 Martin von Zweigbergk narrow: consider both local and remote matchers in narrowchangegroup
Wed, 28 Feb 2018 10:22:54 -0800 Martin von Zweigbergk narrow: move checking for narrow requirement into _narrowmatch()
Wed, 28 Feb 2018 10:55:21 -0800 Martin von Zweigbergk narrow: move changegroup.supportedoutgoingversions() override to core
Wed, 28 Feb 2018 10:21:43 -0800 Martin von Zweigbergk narrow: move requirement constant to core
Wed, 21 Feb 2018 14:36:42 +0530 Pulkit Goyal remotenames: don't inherit the remotenames class from dict class
Sun, 25 Feb 2018 17:22:25 -0500 Matt Harbison run-tests: cache hghave results
Mon, 26 Feb 2018 23:34:29 -0500 Matt Harbison run-tests: resume raising an exception when a server fails to start
Tue, 27 Feb 2018 14:49:05 +0530 Pulkit Goyal py3: use print as a function in tests/test-hgrc.t
Tue, 27 Feb 2018 14:46:35 +0530 Pulkit Goyal py3: use '%d' to convert integers to bytes
Tue, 27 Feb 2018 14:44:37 +0530 Pulkit Goyal py3: add b'' prefixes in tests/test-extension.t
Tue, 27 Feb 2018 14:42:30 +0530 Pulkit Goyal py3: convert os.devnull to bytes using pycompat.bytestr
Tue, 27 Feb 2018 14:41:24 +0530 Pulkit Goyal py3: fix more keyword arguments handling