Wed, 06 Jun 2018 00:48:24 +0200 Boris Feld shelve: drop mention of obsshelve file
Tue, 29 May 2018 11:40:40 +0200 Boris Feld shelve: rename method for data write/read
Thu, 23 Aug 2018 00:51:38 +0200 Boris Feld shelve: move createcmd next to _docreatecmd
Sun, 05 Aug 2018 13:34:04 +0900 Yuya Nishihara minirst: filter blocks by full path to section
Sun, 05 Aug 2018 13:34:58 +0900 Yuya Nishihara minirst: mark getsections() as an internal helper
Sun, 05 Aug 2018 12:42:10 +0900 Yuya Nishihara help: rewrite parsing of help topic to not drop section name with dots
Sun, 05 Aug 2018 12:48:02 +0900 Yuya Nishihara test-help: add tests showing that sections can't be filtered by dotted name
Sat, 18 Aug 2018 08:41:36 +0200 Boris Feld revlogdeltas: move finddeltainfo filtering inside _candidategroups
Wed, 29 Aug 2018 09:55:11 -0700 Boris Feld revlogdeltas: split candidate groups selection from the filtering logic
Sat, 18 Aug 2018 07:32:05 +0200 Boris Feld revlogdeltas: pass revision number to _candidatesgroups
Sat, 18 Aug 2018 07:27:34 +0200 Boris Feld revlogdeltas: extract _getcandidaterevs in a function
Thu, 16 Aug 2018 04:38:57 +0200 Boris Feld revlogdeltas: always return a delta info object in finddeltainfo
Thu, 16 Aug 2018 04:20:34 +0200 Boris Feld revlogdeltas: move special cases around raw revisions in finddeltainfo
Wed, 29 Aug 2018 09:41:04 -0700 Boris Feld revlogdeltas: extra fulltext building in its own function
Thu, 16 Aug 2018 02:53:42 +0200 Boris Feld revlog: split functionality related to deltas computation in a new module
Thu, 16 Aug 2018 02:08:13 +0200 Boris Feld revlog: split constants into a new `revlogutils.constants` module
Thu, 12 Jul 2018 12:11:20 -0700 Martin von Zweigbergk rebase: skip extinct revisions even if it has no successor in rebase set
Wed, 11 Jul 2018 12:26:44 -0700 Martin von Zweigbergk tests: add test showing that rebase of extinct commit with successor fails
Mon, 27 Aug 2018 10:44:43 -0700 Martin von Zweigbergk tests: add log output after stripping for context for next test
Tue, 28 Aug 2018 15:09:18 -0700 Martin von Zweigbergk obsutil: make sure "addedmarkers" is not None in getobsoleted()
Tue, 28 Aug 2018 13:29:47 -0700 Martin von Zweigbergk revsetlang: fix position of '-' in spaceless 'a-b' expressions
Wed, 15 Aug 2018 23:05:23 +0000 Gregory Szorc tests: mark manifestfulltextcache as conditional on revlog store
Wed, 15 Aug 2018 20:23:45 +0000 Gregory Szorc manifest: use fulltextcache instead of _fulltextcache
Wed, 15 Aug 2018 19:58:06 +0000 Gregory Szorc manifest: rename manifestlog._revlog to _rootstore
Wed, 15 Aug 2018 19:53:02 +0000 Gregory Szorc manifest: use public API for obtaining storage object
Mon, 27 Aug 2018 08:58:25 -0700 Gregory Szorc perf: add function for obtaining manifest revision
Wed, 15 Aug 2018 19:45:39 +0000 Gregory Szorc perf: use storage API for resolving manifest node
Mon, 27 Aug 2018 08:52:33 -0700 Gregory Szorc manifest: change terminology for storage in context classes
Mon, 27 Aug 2018 08:55:24 -0700 Gregory Szorc manifest: don't go through revlog to access node symbols
Wed, 15 Aug 2018 16:50:44 +0000 Gregory Szorc manifest: make tree a public attribute
Mon, 27 Aug 2018 10:15:15 -0700 Gregory Szorc manifest: proxy to revlog instance instead of inheriting
Sun, 26 Aug 2018 13:09:35 -0400 Valentin Gatien-Baron pager: do not enable when TERM=dumb
Wed, 22 Aug 2018 20:52:36 +0900 Yuya Nishihara localrepo: do not cache auditor/nofsauditor which would make reference cycle
Sun, 05 Aug 2018 13:13:06 +0900 Yuya Nishihara minirst: remove unused function decorateblocks()
Sun, 05 Aug 2018 12:11:19 +0900 Yuya Nishihara minirst: make format() simply return a formatted text
Sun, 05 Aug 2018 12:20:43 +0900 Yuya Nishihara help: reorder section filtering flow to not format help text twice
Sun, 05 Aug 2018 12:06:07 +0900 Yuya Nishihara help: inline minirst.format()
Sun, 05 Aug 2018 11:43:05 +0900 Yuya Nishihara minirst: extract function that formats parsed blocks as plain text
Sun, 05 Aug 2018 11:39:52 +0900 Yuya Nishihara minirst: unindent "if True" block in filtersections()
Sun, 05 Aug 2018 11:38:56 +0900 Yuya Nishihara minirst: extract function that filters parsed blocks by section name
Sat, 25 Aug 2018 20:19:27 +0900 Yuya Nishihara bookmarks: adjust exception type so present(bookmark(.)) works as expected
Sat, 25 Aug 2018 20:16:28 +0900 Yuya Nishihara revset: expand bookmark(.) to the active bookmark
Sat, 25 Aug 2018 15:33:15 +0900 Yuya Nishihara pycompat: remove membershiprange which is no longer used
Sat, 25 Aug 2018 15:28:48 +0900 Yuya Nishihara transaction: remember original len(repo) instead of tracking added revs (API)
Sat, 25 Aug 2018 15:19:43 +0900 Yuya Nishihara obsutil: make sure "addedrevs" is not None in getobsoleted()
Tue, 29 May 2018 18:13:19 +0200 Boris Feld phases: enforce internal phase support
Thu, 24 May 2018 09:59:10 +0200 Boris Feld phases: add a repository requirement about internal phase
Sat, 25 Aug 2018 01:19:48 +0200 Boris Feld phases: add an internal phases
Wed, 22 Aug 2018 11:58:36 -0700 Gregory Szorc stringutil: teach pprint() to recognize generators
Mon, 27 Aug 2018 16:03:00 -0400 Valentin Gatien-Baron commitextras: no need to special case extras=[]
Mon, 27 Aug 2018 16:01:55 -0400 Valentin Gatien-Baron commitextras: work nicely with other extensions
Sat, 25 Aug 2018 11:20:13 +0200 Boris Feld phases: simplify revset in updatephases
Tue, 28 Aug 2018 00:32:10 +0800 Anton Shestakov context: use new names for unstable changesets in docstrings
Fri, 24 Aug 2018 08:45:18 -0700 Martin von Zweigbergk index: embed nodetree in index object to avoid reference cycle
Mon, 27 Aug 2018 20:45:52 +0300 Pulkit Goyal catapipe: make the file executable
Mon, 27 Aug 2018 20:41:31 +0300 Pulkit Goyal run-tests: fix the remaining failure of test-run-tests.py
Mon, 27 Aug 2018 20:39:32 +0300 Pulkit Goyal run-tests: don't append rtendtracing logs if pipe is /dev/null
Mon, 27 Aug 2018 04:31:09 +0530 Sushil khanchi cmdutil: fix typo in revert()
Thu, 23 Aug 2018 13:33:19 -0700 Kyle Lippincott log: respect graphshorten on terminal nodes (collapsing o-~ to just o~)
Sun, 26 Aug 2018 19:14:26 +0300 Pulkit Goyal filemerge: fix the wrong placements of messages in prompt
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip