log

age author description
Sun, 14 Aug 2016 17:51:12 -0700 Gregory Szorc profiling: add a context manager that no-ops if profiling isn't enabled
Sun, 14 Aug 2016 18:25:22 -0700 Gregory Szorc profiling: make profiling functions context managers (API)
Sun, 14 Aug 2016 16:35:58 -0700 Gregory Szorc dispatch: set profiling.enabled when profiling is enabled
Sun, 14 Aug 2016 16:30:44 -0700 Gregory Szorc profiling: move profiling code from dispatch.py (API)
Mon, 15 Aug 2016 12:26:02 -0400 Augie Fackler merge with stable
Sat, 13 Aug 2016 04:21:42 +0530 Pulkit Goyal pycompat: avoid using an extra function
Sat, 13 Aug 2016 03:03:01 +0530 Pulkit Goyal pycompat: remove multiple occurences of urlencode
Fri, 12 Aug 2016 17:51:48 -0400 Augie Fackler osx: stamp the hg version into the version field in the pkg
Thu, 28 Jul 2016 14:18:01 +0200 Maciej Fijalkowski performance: disable workaround for an old bug of Python gc
Fri, 12 Aug 2016 05:56:40 -0700 Simon Farnsworth merge: always use other, not remote, in user prompts
Fri, 12 Aug 2016 06:01:42 -0700 Simon Farnsworth merge: use labels in prompts to the user
Tue, 09 Aug 2016 09:15:46 -0700 Mateusz Kwapich journal: use the dirstate parentchange callbacks
Thu, 11 Aug 2016 08:00:41 -0700 Mateusz Kwapich dirstate: add callback to notify extensions about wd parent change
Sat, 06 Aug 2016 20:46:53 +0900 Yuya Nishihara revpair: do not optimize tree to check for odd-range spec
Sat, 06 Aug 2016 20:37:48 +0900 Yuya Nishihara revset: also parse x^: as (x^):
Sat, 06 Aug 2016 20:21:00 +0900 Yuya Nishihara revset: resolve ambiguity of x^:y before alias expansion
Sat, 06 Aug 2016 19:59:28 +0900 Yuya Nishihara revset: add test for resolution of infix/suffix ambiguity of x^:y
Sun, 05 Jul 2015 21:11:19 +0900 Yuya Nishihara parser: remove unused binding parameter from suffix action
Sun, 07 Aug 2016 14:58:49 +0900 Yuya Nishihara revset: fix keyword arguments to go through optimization process stable
Wed, 10 Aug 2016 16:27:33 +0100 Jun Wu extensions: add unwrapfunction to undo wrapfunction
Wed, 10 Aug 2016 15:21:42 +0100 Jun Wu extensions: add getwrapperchain to get a list of wrappers
Wed, 10 Aug 2016 15:21:42 +0100 Jun Wu extensions: set attributes to wrappers so we can trace them back
Wed, 10 Aug 2016 15:05:20 +0100 Jun Wu ui: drop values returned by inspect.*frame*() to avoid cycles
Tue, 09 Aug 2016 16:45:28 +0100 Jun Wu dispatch: split global error handling out so it can be reused
Wed, 10 Aug 2016 04:35:44 +0530 Pulkit Goyal py3: conditionalize _winreg import
Mon, 08 Aug 2016 23:51:11 +0530 Pulkit Goyal py3: conditionalize the raise statement
Tue, 09 Aug 2016 09:02:51 +0000 Hannes Oldenburg match: added matchessubrepo method to matcher
Mon, 08 Aug 2016 22:06:07 -0700 Gregory Szorc changegroup: move branch cache debug message to proper location
Mon, 08 Aug 2016 18:05:10 +0200 Pierre-Yves David journal: take wlock for writting the 'shared' file
Sun, 07 Aug 2016 17:15:19 +0200 Pierre-Yves David debugbuilddag: take wlock to cover '.hg/localtags'