Wed, 29 Aug 2018 18:52:09 +0300 Pulkit Goyal copies: improve logic of deciding copytracing on based of config options
Thu, 30 Aug 2018 13:29:03 +0300 Pulkit Goyal relnotes: enable extension when running releasenotes command
Thu, 30 Aug 2018 13:11:15 +0300 Pulkit Goyal narrow: rename getbundlechangegrouppart_nonellipsis function
Thu, 30 Aug 2018 13:05:59 +0300 Pulkit Goyal tests: rename test-narrow-widen-non-ellipsis to match current names
Wed, 29 Aug 2018 20:38:38 +0300 Pulkit Goyal contrib: byteify perf.py file
Wed, 29 Aug 2018 16:57:18 -0700 Martin von Zweigbergk tests: use {rev} instead of {node|short} and (glob) in narrow tests
Wed, 29 Aug 2018 15:49:11 -0700 Martin von Zweigbergk shortest: fix an off-by-1 when disambiguating against revnums
Wed, 29 Aug 2018 22:53:44 -0400 Matt Harbison filemerge: fix an i18n comment typo
Mon, 27 Aug 2018 14:08:18 +0300 Pulkit Goyal tests: add flat manifest case in test-narrow-widen-non-ellipsis.t
Mon, 27 Aug 2018 14:02:48 +0300 Pulkit Goyal narrow: update the narrowspecs to new ones after pulling when widening
Sun, 26 Aug 2018 20:20:34 +0300 Pulkit Goyal narrow: add server logic to send cg while widening without ellipsis
Mon, 27 Aug 2018 13:30:08 +0300 Pulkit Goyal tests: add test to show widening is broken without ellipsis
Mon, 27 Aug 2018 09:05:56 -0700 Gregory Szorc stringutil: emit multiple chunks when pretty printing
Mon, 27 Aug 2018 09:02:39 -0700 Gregory Szorc stringutil: refactor core of pprint so it emits chunks
Wed, 25 Jul 2018 13:28:36 -0400 Augie Fackler contrib: import the relnotes script from the release-tools repo
Wed, 25 Jul 2018 13:45:28 -0400 Augie Fackler hghave: move from requiring the PYTHON3 env var to looking for `python3`
Wed, 29 Aug 2018 09:59:08 -0700 Martin von Zweigbergk rename: return error status if any rename/copy failed
Wed, 29 Aug 2018 09:54:50 -0700 Martin von Zweigbergk rename: emit hint about using --after consistently
Wed, 29 Aug 2018 09:50:39 -0700 Martin von Zweigbergk rename: quote hg commands in warnings
Tue, 21 Aug 2018 21:05:01 +0800 Anton Shestakov zsh_completion: complete hg files
Tue, 21 Aug 2018 14:49:02 +0800 Anton Shestakov zsh_completion: adjust usage of common options
Sun, 26 Aug 2018 15:23:03 -0400 Valentin Gatien-Baron resolve: make condition clearer, and able to handle a new flag
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
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip