Tue, 03 Apr 2018 09:58:16 -0700 Martin von Zweigbergk narrow: move manifestlog overrides to core
Mon, 02 Apr 2018 23:46:04 -0700 Martin von Zweigbergk narrow: move manifestrevlog overrides to core
Tue, 03 Apr 2018 00:13:02 -0700 Martin von Zweigbergk narrow: move excludeddir and related classes to core
Thu, 05 Apr 2018 17:29:32 +0530 Pulkit Goyal py3: add missing b'' prefix in mdiff.py
Thu, 05 Apr 2018 17:15:52 +0530 Pulkit Goyal py3: fix error string with bytestr() on repr()d value
Thu, 05 Apr 2018 17:14:11 +0530 Pulkit Goyal py3: suppress output from f.write() function class
Thu, 05 Apr 2018 17:13:09 +0530 Pulkit Goyal py3: use pycompat.byteskwargs() in tests/autodiff.py
Thu, 05 Apr 2018 17:00:15 +0530 Pulkit Goyal py3: suppress the output of open() using `and None`
Thu, 05 Apr 2018 16:56:34 +0530 Pulkit Goyal py3: return bytes from util.removeauth()
Thu, 05 Apr 2018 16:54:56 +0530 Pulkit Goyal py3: use bytes instead of str in instance()
Thu, 05 Apr 2018 16:46:34 +0530 Pulkit Goyal py3: use pycompat.bytestr in test-journal.t
Wed, 04 Apr 2018 23:55:47 -0700 Martin von Zweigbergk hgweb: don't include hidden revisions in /filelog/ view
Thu, 05 Apr 2018 00:00:48 -0700 Martin von Zweigbergk tests: show that hgweb contains hidden revisions in /filelog/ view
Wed, 04 Apr 2018 09:03:17 -0700 Martin von Zweigbergk convert: use repo.lookup() for converting to nodeid
Wed, 04 Apr 2018 22:36:21 -0700 Martin von Zweigbergk extdatasource: use revsymbol() for converting to node
Wed, 04 Apr 2018 15:13:32 -0700 Martin von Zweigbergk bookmarks: calculateupdate() returns a bookmark, not a rev
Wed, 04 Apr 2018 10:13:08 -0700 Martin von Zweigbergk pull: pass rev to check out as integer to postincoming()
Thu, 05 Apr 2018 14:21:37 +0530 Martin von Zweigbergk children: support specifying revision by revset
Wed, 04 Apr 2018 15:08:26 -0700 Martin von Zweigbergk heads: add support for specifying branches by revset
Wed, 04 Apr 2018 15:06:32 -0700 Martin von Zweigbergk perf: make perfmanifest and perfnodelookup work with revsets
Tue, 03 Apr 2018 23:47:01 -0700 Martin von Zweigbergk context: use revsymbol() in "merge.preferancestor" code
Wed, 04 Apr 2018 15:11:43 -0700 Martin von Zweigbergk wireproto: use repo.lookup() for lookup command
Wed, 04 Apr 2018 14:57:58 -0700 Martin von Zweigbergk localrepo: use revsymbol in lookupbranch() too
Wed, 04 Apr 2018 14:31:09 -0700 Martin von Zweigbergk localrepo: drop "remote" argument from lookupbranch() (API)
Sun, 01 Apr 2018 22:48:32 -0700 Martin von Zweigbergk revset: use revsymbol() for checking if a symbol is valid
Tue, 03 Apr 2018 15:08:14 -0700 Gregory Szorc tests: disable tests for advanced clone features with simple store
Tue, 03 Apr 2018 14:24:14 -0700 Gregory Szorc tests: skip largefiles and lfs tests when using simple store
Tue, 03 Apr 2018 18:23:33 -0700 Gregory Szorc tests: conditionalize test output for simple store
Wed, 04 Apr 2018 11:44:38 -0700 Gregory Szorc tests: disallow using simple store repo with bundlerepo
Wed, 04 Apr 2018 11:31:35 -0700 Gregory Szorc tests: disable test-revlog-v2 when using simple store
Tue, 03 Apr 2018 18:16:04 -0700 Gregory Szorc tests: skip filelog damage tests when not using revlogs
Tue, 03 Apr 2018 10:04:30 -0700 Gregory Szorc tests: skip some tests when using simple store
Wed, 04 Apr 2018 13:21:34 -0700 Gregory Szorc tests: conditionalize tests based on presence of custom extensions
Wed, 04 Apr 2018 12:16:50 -0700 Augie Fackler simplestorerepo: avoid shadowing dict in list comprehension over dict
Tue, 03 Apr 2018 09:54:20 -0700 Gregory Szorc narrow: pass node into revlog.revision()
Tue, 03 Apr 2018 10:15:21 -0700 Gregory Szorc changegroup: remove "revlog" from error message
Tue, 03 Apr 2018 18:15:24 -0700 Gregory Szorc tests: conditionalize tests based on presence of revlogs for files
Wed, 04 Apr 2018 11:37:07 -0700 Gregory Szorc tests: add test extension implementing custom filelog storage
Tue, 03 Apr 2018 13:56:09 -0700 Gregory Szorc tests: use `hg unbundle` instead of `hg pull` in some tests
Wed, 04 Apr 2018 09:41:18 -0700 Martin von Zweigbergk hgweb: use revsymbol() for creating context from changeid
Tue, 03 Apr 2018 23:00:41 -0700 Martin von Zweigbergk hgweb: inline changeidctx()
Tue, 03 Apr 2018 21:50:42 -0700 Martin von Zweigbergk hgweb: drop support for "manifest" parameter
Wed, 04 Apr 2018 10:32:48 -0700 Martin von Zweigbergk rebase: use single transaction when running in memory
Tue, 03 Apr 2018 13:16:12 -0700 Gregory Szorc bundlerepo: use super() when calling file()
Tue, 03 Apr 2018 18:20:10 -0700 Gregory Szorc tests: remove superfluous config setting
Sat, 17 Mar 2018 22:30:25 +0900 Yuya Nishihara templater: mark .joinfmt as a private attribute
Mon, 19 Mar 2018 20:32:06 +0900 Yuya Nishihara obsutil: make obsfateprinter() less dependent on templater
Sat, 17 Mar 2018 22:06:31 +0900 Yuya Nishihara templater: abstract away from joinfmt
Tue, 20 Mar 2018 23:16:28 +0900 Yuya Nishihara templater: micro-optimize join() with empty separator
Sat, 17 Mar 2018 21:42:27 +0900 Yuya Nishihara templater: factor out generator of join()-ed items
Sun, 18 Mar 2018 23:24:50 +0900 Yuya Nishihara templater: pass context to itermaps() for future extension
Sat, 17 Mar 2018 21:21:50 +0900 Yuya Nishihara templater: define interface for objects which act as iterator of mappings
Wed, 04 Apr 2018 23:26:49 +0900 Yuya Nishihara stringutil: drop escapedata() in favor of escapestr()
Fri, 30 Mar 2018 18:57:13 -0700 Gregory Szorc peer: make ui an attribute
Fri, 30 Mar 2018 18:53:17 -0700 Gregory Szorc repository: port peer interfaces to zope.interface
Fri, 30 Mar 2018 14:52:32 -0700 Gregory Szorc wireproto: convert human output frames to CBOR
Mon, 02 Apr 2018 17:06:42 +0530 Pulkit Goyal py3: use pycompat.bytestr() intsead of str
Mon, 19 Mar 2018 12:46:56 +0530 Pulkit Goyal py3: use print as a function in tests/test-walk.t
Tue, 03 Apr 2018 13:19:35 -0700 Martin von Zweigbergk repo: remove now-unused changectx() method (API)
Tue, 03 Apr 2018 15:08:09 -0700 Martin von Zweigbergk localrepo: use revsymbol() in lookup()
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip