Sat, 18 Oct 2014 18:14:38 -0500 Matt Mackall Added tag 3.2-rc for changeset 7f8d16af8cae stable
Sat, 18 Oct 2014 18:05:10 -0500 Matt Mackall merge with i18n stable 3.2-rc
Mon, 13 Oct 2014 14:46:50 +0100 Alexander Sauta i18n-ru: synchronized with 6b4dc7968bf0 stable
Sat, 18 Oct 2014 18:04:31 -0500 Matt Mackall merge default into stable for 3.2 freeze stable
Fri, 17 Oct 2014 02:17:36 -0700 Pierre-Yves David hook: schedule run "b2x-transactionclose" for after lock release
Fri, 17 Oct 2014 15:25:32 -0700 Pierre-Yves David repoview: issue a special message when filtering hidden changesets
Fri, 17 Oct 2014 15:54:43 -0700 Pierre-Yves David repoview: include the filter name in filtered revision error messages
Wed, 15 Oct 2014 05:08:56 +0200 Mads Kiilerich largefiles: inline redundant toname function in status
Wed, 15 Oct 2014 05:08:56 +0200 Mads Kiilerich largefiles: inline redundant inctx function in status
Fri, 17 Oct 2014 18:56:12 +0200 Mads Kiilerich ssl: only use the dummy cert hack if using an Apple Python (issue4410)
Wed, 15 Oct 2014 05:08:56 +0200 Mads Kiilerich largefiles: move initialization of standins variable to clarify its "scope"
Wed, 15 Oct 2014 05:08:56 +0200 Mads Kiilerich largefiles: the update override only needs lfdirstate and status for --check
Fri, 03 Oct 2014 00:42:40 +0200 Mads Kiilerich largefiles: remove confusing rev parameter for lfdirstatestatus
Fri, 03 Oct 2014 00:42:40 +0200 Mads Kiilerich largefiles: replace repo._isaddremove hack with a simple function parameter
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
Tue, 14 Oct 2014 13:23:03 -0700 Pierre-Yves David bundle2: add a test for exceptions raised during the generation process
Wed, 08 Oct 2014 02:43:51 -0700 Pierre-Yves David dagwalker: drop a useless intermediate variable
Sat, 11 Oct 2014 01:39:20 -0700 Pierre-Yves David revset-node: speedup by a few hundred fold
Fri, 10 Oct 2014 17:28:18 -0700 Pierre-Yves David revset-only: use `subset &` instead of filtering
Tue, 30 Sep 2014 15:03:54 -0500 Pierre-Yves David revset-_ancestor: use & instead of filter
Thu, 16 Oct 2014 14:46:37 -0700 Pierre-Yves David obsstore: record data as floating point in fm0 format
Tue, 14 Oct 2014 01:27:25 -0700 Pierre-Yves David bundle2: add a comment about addchangegroup source and url
Wed, 15 Oct 2014 04:19:37 -0700 Pierre-Yves David pull: call the `b2x-transactionclose` hook when closing the transaction
Wed, 08 Oct 2014 02:45:21 -0700 Pierre-Yves David revset-only: use __nonzero__ to check if a revset is empty
Wed, 15 Oct 2014 12:38:47 -0700 Pierre-Yves David _spanset: drop __getitem__ implementation
Wed, 15 Oct 2014 12:38:32 -0700 Pierre-Yves David filteredset: drop __getitem__ implementation
Wed, 15 Oct 2014 04:28:55 -0700 Pierre-Yves David generatorset: implement __len__
Wed, 15 Oct 2014 04:26:23 -0700 Pierre-Yves David revset: make __len__ part of the offical API
Sat, 04 Oct 2014 16:46:50 +0900 Yuya Nishihara cmdserver: add service that listens on unix domain socket and forks process
Sat, 27 Sep 2014 19:18:20 +0900 Yuya Nishihara test-commandserver: add connector for unix domain socket server
Sat, 27 Sep 2014 23:14:26 +0900 Yuya Nishihara test-commandserver: allow check() to make connection in different way
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip