log

age author description
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