Thu, 31 Dec 2015 13:31:42 -0500 Augie Fackler lazymanifest: check more return values in filtercopy
Thu, 17 Dec 2015 10:30:17 +0000 Jun Wu mercurial: pass ui to extensions.load (issue5007)
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan test-patchbomb.t: drop a number of now-redundant uses of "-n"
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan test-patchbomb.t: test use of sendmail program
Sat, 02 Jan 2016 03:11:52 -0800 Siddharth Agarwal merge: add options to warn or ignore on colliding unknown files
Sat, 02 Jan 2016 03:21:01 -0800 Siddharth Agarwal batchget: add support for backing up files
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal merge: add a new 'backup' argument to get actions
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal _checkunknownfiles: turn 'conflicts' into a set
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal checkunknownfiles: make control flow clearer
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal _checkunknownfiles: rename 'aborts' to 'conflicts'
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Sun, 22 Nov 2015 17:57:35 -0800 Gregory Szorc revlog: remove unnecessary cache validation in _chunks
Tue, 05 Jan 2016 19:51:51 -0800 Gregory Szorc revlog: return offset from _chunkraw()
Tue, 05 Jan 2016 17:08:14 -0800 Durham Goode verify: get rid of some unnecessary local variables
Tue, 05 Jan 2016 17:08:14 -0800 Durham Goode verify: move changelog verificaiton to its own function
Tue, 05 Jan 2016 18:34:39 -0800 Durham Goode verify: move manifest verification to its own function
Tue, 05 Jan 2016 18:31:51 -0800 Durham Goode verify: move file cross checking to its own function
Tue, 05 Jan 2016 18:28:46 -0800 Durham Goode verify: move filelog verification to its own function
Tue, 05 Jan 2016 17:08:14 -0800 Durham Goode verify: move checkentry() to be a class function
Tue, 05 Jan 2016 17:08:14 -0800 Durham Goode verify: move checklog() onto class
Mon, 04 Jan 2016 21:21:59 +0100 Mathias De Maré dockerrpm: fix CentOS 5 RPMs (issue4977) stable
Thu, 31 Dec 2015 17:41:59 +0000 timeless check-code: enforce strict spacing around assignment
Thu, 31 Dec 2015 08:17:28 +0000 timeless cleanup: remove superfluous space after space after equals (tests)
Thu, 31 Dec 2015 08:17:15 +0000 timeless cleanup: remove superfluous space after space after equals (C)
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan tests: make a stab at approximating wall-clock times
Mon, 04 Jan 2016 21:54:46 -0800 Bryan O'Sullivan tests: only stat a test file if we don't already know its "cost"
Mon, 04 Jan 2016 21:54:44 -0800 Bryan O'Sullivan tests: write recent run times to a file named tests/.testtimes
Sun, 20 Dec 2015 11:56:24 -0800 Gregory Szorc wireproto: support disabling bundle1 only if repo is generaldelta
Sat, 02 Jan 2016 15:14:55 -0800 Gregory Szorc streamclone: use read()
Wed, 30 Dec 2015 16:21:57 -0700 Gregory Szorc internals: document revlog format
Tue, 22 Dec 2015 23:25:17 +0000 timeless histedit: hide --outgoing warnings
Wed, 23 Dec 2015 08:57:04 +0000 timeless histedit: list action when intervention is required
Wed, 23 Dec 2015 08:52:52 +0000 timeless error: make InterventionRequired take a hint
Thu, 24 Dec 2015 20:41:17 +0000 timeless histedit: hook afterresolvedstates
Thu, 24 Dec 2015 20:41:40 +0000 timeless rebase: hook afterresolvedstates
Thu, 24 Dec 2015 20:46:06 +0000 timeless graft: hook afterresolvedstates
Thu, 24 Dec 2015 19:25:44 +0000 timeless resolve: suggest the next action
Mon, 04 Jan 2016 21:52:44 -0800 Bryan O'Sullivan dispatch: report similar names consistently
Mon, 04 Jan 2016 16:14:04 -0800 Durham Goode cmdutil: pass node instead of ctx to diffordiffstat
Sun, 27 Dec 2015 23:37:14 +0900 Yuya Nishihara import-checker: list package directory as stdlib module
Sun, 27 Dec 2015 23:48:19 +0900 Yuya Nishihara import-checker: normalize directory separator to get module name on Windows
Sat, 02 Jan 2016 11:47:07 -0800 Gregory Szorc mail: use print function
Sat, 02 Jan 2016 11:45:29 -0800 Gregory Szorc lsprofcalltree: use print function
Sat, 02 Jan 2016 11:40:53 -0800 Gregory Szorc lsprof: use print function
Sun, 21 Jun 2015 23:14:54 -0700 Gregory Szorc keepalive: use print function
Sun, 21 Jun 2015 21:45:41 -0700 Gregory Szorc dispatch: use print function
Fri, 01 Jan 2016 16:59:13 +0000 timeless help: include section heading if section depth changes
Wed, 30 Dec 2015 21:07:51 +0000 timeless import: refactor nocommit and importbranch handling
Wed, 30 Dec 2015 21:06:31 +0000 timeless import: refactor date and user handling
Wed, 30 Dec 2015 21:05:42 +0000 timeless import: limit scope of msg in tryimportone
Sat, 02 Jan 2016 02:13:56 +0100 Matt Mackall merge with stable
Thu, 31 Dec 2015 13:45:48 -0500 Augie Fackler lazymanifest: check error return in filter
Thu, 31 Dec 2015 13:44:59 -0500 Augie Fackler lazymanifest: add missing closing parenthesis in comment
Wed, 30 Dec 2015 17:10:56 +0000 timeless help: rename the Format section to Structure
Wed, 30 Dec 2015 17:04:08 +0000 timeless help: refactor version/defaults from format section
Wed, 30 Dec 2015 17:06:11 +0000 timeless help: sort format section from newest to oldest
Wed, 30 Dec 2015 04:04:51 +0000 timeless histedit: fix comment in newnodestoabort
Wed, 30 Dec 2015 04:02:04 +0000 timeless histedit: fix comment in applychanges
Tue, 29 Dec 2015 04:30:38 +0000 timeless run-tests: fix get port to try differing ports
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip