log

age author description
Tue, 24 Nov 2015 22:21:51 -0800 Gregory Szorc mercurial: don't load C extensions from PyPy
Tue, 24 Nov 2015 22:50:04 -0800 Gregory Szorc mercurial: be more strict about loading dual implemented modules
Thu, 03 Dec 2015 21:48:12 -0800 Gregory Szorc setup: refactor handling of modules with C/Python implementations
Tue, 24 Nov 2015 22:53:55 -0800 Gregory Szorc check-seclevel: set module load policy to Python only
Thu, 03 Dec 2015 21:37:01 -0800 Gregory Szorc mercurial: implement import hook for handling C/Python modules
Thu, 03 Dec 2015 10:56:05 -0500 Augie Fackler changegroup: document manifest linkrev callback some more
Wed, 02 Dec 2015 14:32:17 -0500 Augie Fackler changegroup: note during bundle apply if the repo was empty
Wed, 02 Dec 2015 07:41:35 +0000 timeless histedit: improve missing rule suggestion
Sat, 14 Nov 2015 17:25:43 +0900 Yuya Nishihara graphlog: make node symbol templatable by ui.graphnodetemplate option
Sat, 14 Nov 2015 17:02:57 +0900 Yuya Nishihara templatekw: avoid slow creation of changectx objects in showgraphnode()
Sat, 14 Nov 2015 16:58:18 +0900 Yuya Nishihara graphlog: extract "graphnode" template keyword that represents node symbol
Sat, 14 Nov 2015 16:45:15 +0900 Yuya Nishihara graphlog: move creation of workingdir-parent nodes to displaygraph()
Wed, 25 Nov 2015 18:07:33 +0800 Anton Shestakov builddeb: read default distribution and codename from lsb_release
Wed, 25 Nov 2015 15:26:03 +0800 Anton Shestakov builddeb: remove unused --debbuilddir option
Wed, 25 Nov 2015 15:15:03 +0800 Anton Shestakov builddeb: add --distid option to specify Distributor ID
Wed, 25 Nov 2015 14:59:43 +0800 Anton Shestakov builddeb: rename --release option to --codename
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: get rid of state.rules
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: change state.rules uses to state.actions
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add tostate method to histedit action
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: remove makedesc
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: use torule instead of makedesc in ruleeditor
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add torule method to histedit action objects
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add verify() to histeditaction
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add addhisteditaction decorator
Wed, 02 Dec 2015 12:19:01 -0800 Mateusz Kwapich histedit: add actions property to histedit state
Fri, 06 Nov 2015 17:27:42 -0500 Pierre-Yves David check-commit: remove confusion between summary line and other headers
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori shelve: execute checkunfinished inside wlock scope
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori shelve: widen wlock scope of shelve for consistency while processing
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori gpg: make sign acquire wlock before processing
Wed, 02 Dec 2015 03:12:08 +0900 FUJIWARA Katsunori commands: execute checkunfinished and bailifchanged inside wlock scope