Mercurial > hg
graph
-
templatekw: alias {file} of files list to {path}Sun, 05 Aug 2018 16:14:18 +0900, by Yuya Nishihara
-
copies: improve logic of deciding copytracing on based of config optionsWed, 29 Aug 2018 18:52:09 +0300, by Pulkit Goyal
-
relnotes: enable extension when running releasenotes commandThu, 30 Aug 2018 13:29:03 +0300, by Pulkit Goyal
-
narrow: rename getbundlechangegrouppart_nonellipsis functionThu, 30 Aug 2018 13:11:15 +0300, by Pulkit Goyal
-
tests: rename test-narrow-widen-non-ellipsis to match current namesThu, 30 Aug 2018 13:05:59 +0300, by Pulkit Goyal
-
contrib: byteify perf.py fileWed, 29 Aug 2018 20:38:38 +0300, by Pulkit Goyal
-
tests: use {rev} instead of {node|short} and (glob) in narrow testsWed, 29 Aug 2018 16:57:18 -0700, by Martin von Zweigbergk
-
shortest: fix an off-by-1 when disambiguating against revnumsWed, 29 Aug 2018 15:49:11 -0700, by Martin von Zweigbergk
-
filemerge: fix an i18n comment typoWed, 29 Aug 2018 22:53:44 -0400, by Matt Harbison
-
tests: add flat manifest case in test-narrow-widen-non-ellipsis.tMon, 27 Aug 2018 14:08:18 +0300, by Pulkit Goyal
-
narrow: update the narrowspecs to new ones after pulling when wideningMon, 27 Aug 2018 14:02:48 +0300, by Pulkit Goyal
-
narrow: add server logic to send cg while widening without ellipsisSun, 26 Aug 2018 20:20:34 +0300, by Pulkit Goyal
-
tests: add test to show widening is broken without ellipsisMon, 27 Aug 2018 13:30:08 +0300, by Pulkit Goyal
-
stringutil: emit multiple chunks when pretty printingMon, 27 Aug 2018 09:05:56 -0700, by Gregory Szorc
-
stringutil: refactor core of pprint so it emits chunksMon, 27 Aug 2018 09:02:39 -0700, by Gregory Szorc
-
contrib: import the relnotes script from the release-tools repoWed, 25 Jul 2018 13:28:36 -0400, by Augie Fackler
-
hghave: move from requiring the PYTHON3 env var to looking for `python3`Wed, 25 Jul 2018 13:45:28 -0400, by Augie Fackler
-
rename: return error status if any rename/copy failedWed, 29 Aug 2018 09:59:08 -0700, by Martin von Zweigbergk
-
rename: emit hint about using --after consistentlyWed, 29 Aug 2018 09:54:50 -0700, by Martin von Zweigbergk
-
rename: quote hg commands in warningsWed, 29 Aug 2018 09:50:39 -0700, by Martin von Zweigbergk
-
zsh_completion: complete hg filesTue, 21 Aug 2018 21:05:01 +0800, by Anton Shestakov
-
zsh_completion: adjust usage of common optionsTue, 21 Aug 2018 14:49:02 +0800, by Anton Shestakov
-
resolve: make condition clearer, and able to handle a new flagSun, 26 Aug 2018 15:23:03 -0400, by Valentin Gatien-Baron
-
shelve: drop mention of obsshelve fileWed, 06 Jun 2018 00:48:24 +0200, by Boris Feld
-
shelve: rename method for data write/readTue, 29 May 2018 11:40:40 +0200, by Boris Feld
-
shelve: move createcmd next to _docreatecmdThu, 23 Aug 2018 00:51:38 +0200, by Boris Feld
-
minirst: filter blocks by full path to sectionSun, 05 Aug 2018 13:34:04 +0900, by Yuya Nishihara
-
minirst: mark getsections() as an internal helperSun, 05 Aug 2018 13:34:58 +0900, by Yuya Nishihara
-
help: rewrite parsing of help topic to not drop section name with dotsSun, 05 Aug 2018 12:42:10 +0900, by Yuya Nishihara
-
test-help: add tests showing that sections can't be filtered by dotted nameSun, 05 Aug 2018 12:48:02 +0900, by Yuya Nishihara
-
revlogdeltas: move finddeltainfo filtering inside _candidategroupsSat, 18 Aug 2018 08:41:36 +0200, by Boris Feld
-
revlogdeltas: split candidate groups selection from the filtering logicWed, 29 Aug 2018 09:55:11 -0700, by Boris Feld
-
revlogdeltas: pass revision number to _candidatesgroupsSat, 18 Aug 2018 07:32:05 +0200, by Boris Feld
-
revlogdeltas: extract _getcandidaterevs in a functionSat, 18 Aug 2018 07:27:34 +0200, by Boris Feld
-
revlogdeltas: always return a delta info object in finddeltainfoThu, 16 Aug 2018 04:38:57 +0200, by Boris Feld
-
revlogdeltas: move special cases around raw revisions in finddeltainfoThu, 16 Aug 2018 04:20:34 +0200, by Boris Feld
-
revlogdeltas: extra fulltext building in its own functionWed, 29 Aug 2018 09:41:04 -0700, by Boris Feld
-
revlog: split functionality related to deltas computation in a new moduleThu, 16 Aug 2018 02:53:42 +0200, by Boris Feld
-
revlog: split constants into a new `revlogutils.constants` moduleThu, 16 Aug 2018 02:08:13 +0200, by Boris Feld
-
rebase: skip extinct revisions even if it has no successor in rebase setThu, 12 Jul 2018 12:11:20 -0700, by Martin von Zweigbergk
-
tests: add test showing that rebase of extinct commit with successor failsWed, 11 Jul 2018 12:26:44 -0700, by Martin von Zweigbergk
-
tests: add log output after stripping for context for next testMon, 27 Aug 2018 10:44:43 -0700, by Martin von Zweigbergk
-
obsutil: make sure "addedmarkers" is not None in getobsoleted()Tue, 28 Aug 2018 15:09:18 -0700, by Martin von Zweigbergk
-
revsetlang: fix position of '-' in spaceless 'a-b' expressionsTue, 28 Aug 2018 13:29:47 -0700, by Martin von Zweigbergk
-
tests: mark manifestfulltextcache as conditional on revlog storeWed, 15 Aug 2018 23:05:23 +0000, by Gregory Szorc
-
manifest: use fulltextcache instead of _fulltextcacheWed, 15 Aug 2018 20:23:45 +0000, by Gregory Szorc
-
manifest: rename manifestlog._revlog to _rootstoreWed, 15 Aug 2018 19:58:06 +0000, by Gregory Szorc
-
manifest: use public API for obtaining storage objectWed, 15 Aug 2018 19:53:02 +0000, by Gregory Szorc
-
perf: add function for obtaining manifest revisionMon, 27 Aug 2018 08:58:25 -0700, by Gregory Szorc
-
perf: use storage API for resolving manifest nodeWed, 15 Aug 2018 19:45:39 +0000, by Gregory Szorc
-
manifest: change terminology for storage in context classesMon, 27 Aug 2018 08:52:33 -0700, by Gregory Szorc
-
manifest: don't go through revlog to access node symbolsMon, 27 Aug 2018 08:55:24 -0700, by Gregory Szorc
-
manifest: make tree a public attributeWed, 15 Aug 2018 16:50:44 +0000, by Gregory Szorc
-
manifest: proxy to revlog instance instead of inheritingMon, 27 Aug 2018 10:15:15 -0700, by Gregory Szorc
-
pager: do not enable when TERM=dumbSun, 26 Aug 2018 13:09:35 -0400, by Valentin Gatien-Baron
-
localrepo: do not cache auditor/nofsauditor which would make reference cycleWed, 22 Aug 2018 20:52:36 +0900, by Yuya Nishihara
-
minirst: remove unused function decorateblocks()Sun, 05 Aug 2018 13:13:06 +0900, by Yuya Nishihara
-
minirst: make format() simply return a formatted textSun, 05 Aug 2018 12:11:19 +0900, by Yuya Nishihara
-
help: reorder section filtering flow to not format help text twiceSun, 05 Aug 2018 12:20:43 +0900, by Yuya Nishihara
-
help: inline minirst.format()Sun, 05 Aug 2018 12:06:07 +0900, by Yuya Nishihara