Fri, 07 Jul 2017 10:04:15 +0200 Boris Feld configitems: register the 'bugzilla.timeout' config
Fri, 07 Jul 2017 10:04:13 +0200 Boris Feld configitems: register the 'bugzilla.template' config
Fri, 07 Jul 2017 10:04:11 +0200 Boris Feld configitems: register the 'bugzilla.style' config
Fri, 07 Jul 2017 10:04:09 +0200 Boris Feld configitems: register the 'bugzilla.strip' config
Fri, 07 Jul 2017 10:04:07 +0200 Boris Feld configitems: register the 'bugzilla.regexp' config
Thu, 13 Jul 2017 21:08:06 +0200 Boris Feld changegroup: stop returning and recording added nodes in 'cg.apply'
Thu, 13 Jul 2017 21:10:55 +0200 Boris Feld phases: remove trace of addednodes in the 'phase-heads' handling
Wed, 12 Jul 2017 22:39:48 +0200 Boris Feld phases: test phases tracking at the transaction level
Wed, 12 Jul 2017 20:11:00 +0200 Boris Feld phases: track phase changes from 'retractboundary'
Wed, 12 Jul 2017 23:15:09 +0200 Boris Feld phases: detect when boundaries has been actually retracted
Tue, 11 Jul 2017 01:17:36 +0200 Boris Feld phases: rework phase movement code in 'cg.apply' to use 'registernew'
Tue, 11 Jul 2017 00:59:23 +0200 Boris Feld convert: use the new 'phase.registernew' function
Tue, 11 Jul 2017 01:05:27 +0200 Boris Feld localrepo: use the 'registernew' function to set the phase of new commit
Tue, 11 Jul 2017 03:47:25 +0200 Boris Feld phases: add a 'registernew' method to set new phases
Mon, 10 Jul 2017 23:50:16 +0200 Boris Feld phases: extract the core of boundary retraction in '_retractboundary'
Tue, 11 Jul 2017 02:39:52 +0200 Boris Feld phases: track phase movements in 'advanceboundary'
Mon, 10 Jul 2017 22:18:41 +0200 Boris Feld phases: extract the intermediate set of affected revs
Mon, 10 Jul 2017 22:22:42 +0200 Boris Feld phase: put retractboundary out of the loop in advanceboundary
Tue, 11 Jul 2017 10:46:10 -0700 Martin von Zweigbergk match: make unionmatcher a proper matcher
Fri, 07 Jul 2017 14:39:59 -0700 Martin von Zweigbergk match: write forceincludematcher using unionmatcher
Wed, 12 Jul 2017 13:57:03 -0700 Martin von Zweigbergk histedit: extract InterventionRequired transaction handling to utils
Wed, 12 Jul 2017 13:17:49 -0700 Martin von Zweigbergk histedit: create transaction outside of try
Wed, 12 Jul 2017 11:18:02 -0700 Martin von Zweigbergk histedit: remove transaction from state object
Tue, 11 Jul 2017 08:17:29 -0700 Jun Wu phabricator: verify local tags before trusting them
Mon, 10 Jul 2017 13:50:50 -0700 Jun Wu phabricator: finding old nodes in batch
Mon, 10 Jul 2017 22:37:33 -0700 Jun Wu phabricator: respect metadata sent by arc
Wed, 12 Jul 2017 15:24:07 -0700 Adam Simpkins dirstate: update backup functions to take full backup filename
Thu, 13 Jul 2017 09:51:50 -0700 Martin von Zweigbergk util: remove unused ctxmanager
Thu, 13 Jul 2017 18:31:35 -0700 Jun Wu codemod: simplify nested withs
Mon, 08 Aug 2016 18:14:42 +0200 Boris Feld reposvfs: add a ward to check if locks are properly taken
Tue, 11 Jul 2017 12:38:17 +0200 Boris Feld repovfs: add a ward to check if locks are properly taken
Tue, 11 Jul 2017 12:27:58 +0200 Boris Feld vfs: allow to pass more argument to audit
Wed, 12 Jul 2017 10:11:02 +0200 Martin Tietze zsh_completion: add '--partial' flag to completions for 'import' (issue5618)
Fri, 07 Jul 2017 10:04:05 +0200 Boris Feld configitems: register the 'bugzilla.password' config
Fri, 07 Jul 2017 10:04:03 +0200 Boris Feld configitems: register the 'bugzilla.mocklog' config
Thu, 13 Jul 2017 22:57:11 -0400 Matt Harbison test-amend: fix HGEDITOR shell script to run on Windows
Thu, 13 Jul 2017 22:47:35 -0400 Matt Harbison test-paths: mask out JSON specific path differences for Windows
Thu, 13 Jul 2017 03:17:59 +0900 FUJIWARA Katsunori tests: categorize entries in blacklist for fsmonitor for future reference
Thu, 13 Jul 2017 03:17:59 +0900 FUJIWARA Katsunori tests: avoid tests related to directory permission if running with fsmonitor
Thu, 13 Jul 2017 03:17:58 +0900 FUJIWARA Katsunori tests: add extra output for fsmonitor at checking under .hg
Thu, 13 Jul 2017 03:17:58 +0900 FUJIWARA Katsunori tests: add extra output for fsmonitor at showconfig
Thu, 13 Jul 2017 03:17:58 +0900 FUJIWARA Katsunori tests: take extra care for fsmonitor at enabling incompatible extension
Thu, 13 Jul 2017 03:17:57 +0900 FUJIWARA Katsunori tests: remove meaningless entries from blacklist for fsmonitor
Thu, 13 Jul 2017 03:17:57 +0900 FUJIWARA Katsunori tests: remove meaningless comment from blacklist for fsmonitor
Tue, 11 Jul 2017 22:06:57 -0400 Matt Harbison test-https: stabilize for Windows
Tue, 11 Jul 2017 16:48:15 -0700 Phil Cohen tagmerge: use workingfilectx to write merged tags
Thu, 29 Jun 2017 20:45:12 +0900 Matthieu Laneuville run-tests: add color to output if pygments is available
Thu, 30 Mar 2017 00:33:00 -0400 Matt Harbison win32: work around a WinError problem handling HRESULT types
Wed, 12 Jul 2017 15:27:56 -0700 Jun Wu test-check-pyflakes: do not leave test.py in the repo
Sat, 08 Jul 2017 13:15:17 +0900 Yuya Nishihara revset: add experimental ancestors/descendants relation subscript
Sat, 08 Jul 2017 13:07:59 +0900 Yuya Nishihara revset: add experimental relation and subscript operators
Sat, 08 Jul 2017 12:49:46 +0900 Yuya Nishihara revset: do not compute weight for integer literal argument
Thu, 13 Jul 2017 00:35:54 +0900 Yuya Nishihara templatekw: export ui.paths as {peerpaths}
Fri, 07 Jul 2017 23:13:04 +0900 Yuya Nishihara summary: fix type of empty unresolved list
Fri, 07 Jul 2017 23:40:00 +0900 Yuya Nishihara vfs: rename auditvfs to proxyvfs
Fri, 07 Jul 2017 23:19:31 +0900 Yuya Nishihara streamclone: comment why path auditing is disabled in generatev1()
Fri, 07 Jul 2017 23:25:16 +0900 Yuya Nishihara streamclone: close large revlog files explicitly in generatev1()
Tue, 11 Jul 2017 05:06:01 +0200 Boris Feld bundle2: no longer use 'retractboundary' in updatephases
Tue, 11 Jul 2017 05:12:03 +0200 Boris Feld bundle2: automatically add 'targetphase' parameter in writenewbundle
Tue, 11 Jul 2017 05:11:52 +0200 Boris Feld bundle2: support the 'targetphase' parameter for the changegroup part
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip