log

age author description
Sun, 12 Oct 2014 22:23:43 -0700 Martin von Zweigbergk status: add more complete tests for --rev
Sat, 18 Oct 2014 12:24:50 +0900 Yuya Nishihara cmdserver: include pid of server handling requests in hello message
Sat, 18 Oct 2014 21:52:11 +0900 Yuya Nishihara run-tests: clean up unused globals that were removed by tests-refactor series
Thu, 16 Oct 2014 17:44:37 +0200 Mads Kiilerich docker: use official centos5 image
Thu, 16 Oct 2014 17:44:14 +0200 Mads Kiilerich docker: add centos7 target for CentOS / Red Hat 7 support
Thu, 16 Oct 2014 19:15:51 -0700 Siddharth Agarwal lock: while releasing, unlink lockfile even if the release function throws
Fri, 17 Oct 2014 13:52:10 -0400 Augie Fackler i18n: cache the result of every gettext call
Sat, 30 Aug 2014 17:38:14 +0200 Yuya Nishihara util.system: avoid buffering of subprocess output when it is piped
Fri, 17 Oct 2014 09:57:05 +0900 Mike Hommey bundle2: client side support for a part to import external bundles
Thu, 25 Sep 2014 11:53:28 +0900 Mike Hommey bundle2: remove _getbundleextrapart
Fri, 17 Oct 2014 12:34:27 -0500 Matt Mackall glossary: add deprecated and experimental
Thu, 09 Oct 2014 16:57:45 -0700 Martin von Zweigbergk test-merge5: remove obsolete '-y' and its motivating comment
Fri, 17 Oct 2014 11:01:05 -0400 Augie Fackler test-resolve.t: use redirection to /dev/null instead of grep -q
Wed, 08 Oct 2014 22:30:04 -0700 Martin von Zweigbergk resolve: run happily after conflict-free merge
Wed, 08 Oct 2014 22:16:18 -0700 Martin von Zweigbergk test-resolve: add tests for re-merge
Wed, 08 Oct 2014 22:19:08 -0700 Martin von Zweigbergk test-resolve: add more tests for in conflict-free states
Wed, 08 Oct 2014 21:07:30 -0700 Martin von Zweigbergk test-resolve: add test resolving one of two files
Wed, 08 Oct 2014 21:19:31 -0700 Martin von Zweigbergk test-resolve: clarify test descriptions and consistently use "should"
Thu, 16 Oct 2014 17:46:58 -0700 Pierre-Yves David revset-phases: prefetch attributes in phasesrelated revsets
Sat, 11 Oct 2014 01:21:47 -0700 Pierre-Yves David revset-phases: do not cache phase-related filters
Wed, 15 Oct 2014 20:37:44 -0700 Pierre-Yves David changectx: issue a FilteredRepoLookupError when applicable
Thu, 16 Oct 2014 02:06:12 -0700 Pierre-Yves David repoview: add a FilteredRepoLookupError
Thu, 16 Oct 2014 02:05:06 -0700 Pierre-Yves David repoview: add a FilteredLookupError class
Wed, 15 Oct 2014 17:02:44 -0700 Pierre-Yves David repoview: add a FilteredIndexError class
Wed, 15 Oct 2014 16:14:50 -0700 Pierre-Yves David changectx: move `IndexError` handling in the top level try except
Wed, 15 Oct 2014 16:05:24 -0700 Pierre-Yves David changectx: wrap the `changeid` processing in a try/except
Wed, 15 Oct 2014 03:27:25 -0700 Pierre-Yves David bundle2: detect and disallow a negative chunk size
Wed, 15 Oct 2014 03:22:47 -0700 Pierre-Yves David bundle2: add an UnsupportedPartError
Wed, 01 Oct 2014 23:40:23 -0500 Pierre-Yves David bundle2: change header size and make them signed (new format)
Tue, 14 Oct 2014 02:32:26 -0700 Pierre-Yves David bundle2: extract processing of part into its own function