log

age author description
Sat, 06 May 2017 14:47:31 +0900 Yuya Nishihara formatter: open raw template file in binary mode (BC)
Sat, 06 May 2017 14:40:22 +0900 Yuya Nishihara formatter: close raw template file explicitly
Tue, 13 Jun 2017 22:24:41 -0400 Matt Harbison largefiles: avoid a crash when archiving a subrepo with largefiles disabled stable
Tue, 13 Jun 2017 17:43:33 -0400 Augie Fackler patchbomb: make getaddrs function easier to work with
Tue, 13 Jun 2017 16:30:50 -0400 Augie Fackler patchbomb: look for non-empty publicurl, not a non-None one
Tue, 13 Jun 2017 16:30:11 -0400 Augie Fackler patchbomb: make variable name for publicurl always be publicurl
Wed, 14 Jun 2017 01:43:47 -0400 Brandon McCaig bisect: simpler approach for option validation message
Mon, 12 Jun 2017 16:35:57 -0700 Martin von Zweigbergk pushkey: use False/True for return values from push functions
Fri, 10 Apr 2015 00:14:16 +0900 Yuya Nishihara smartset: micro optimize spanset.slice() to narrow range accordingly
Thu, 09 Apr 2015 23:56:06 +0900 Yuya Nishihara smartset: micro optimize baseset.slice() to use slice of list
Tue, 24 Mar 2015 00:14:53 +0900 Yuya Nishihara smartset: extract method to slice abstractsmartset
Sun, 24 May 2015 11:07:14 +0900 Yuya Nishihara smartset: extract spanset factory to make it constructed without a repo
Sun, 11 Jun 2017 00:21:38 +0900 Yuya Nishihara smartset: change repr of spanset to show revisions as half-open range
Mon, 12 Jun 2017 15:34:31 -0700 Siddharth Agarwal fsmonitor: don't write out state if identity has changed (issue5581)
Mon, 12 Jun 2017 15:34:31 -0700 Siddharth Agarwal fsmonitor: write state with wlock held and dirstate unchanged (issue5581)
Mon, 12 Jun 2017 13:56:50 -0700 Siddharth Agarwal workingctx: add a way for extensions to run code at status fixup time
Mon, 12 Jun 2017 13:56:43 -0700 Siddharth Agarwal workingctx: also pass status tuple into poststatusfixup
Mon, 12 Jun 2017 13:54:59 -0700 Siddharth Agarwal workingctx: factor out post-status dirstate fixup
Tue, 13 Jun 2017 10:02:34 -0400 Augie Fackler merge with stable
Mon, 12 Jun 2017 17:24:10 +0200 Pierre-Yves David profile: properly propagate exception from the sub-context manager
Mon, 12 Jun 2017 17:25:37 +0200 Pierre-Yves David profile: close 'fp' in all cases
Mon, 12 Jun 2017 17:21:41 +0200 Pierre-Yves David profile: close 'fp' on error within '__enter__'
Mon, 12 Jun 2017 17:20:48 +0200 Pierre-Yves David profile: indent part of '__enter__'
Mon, 12 Jun 2017 17:15:43 +0200 Pierre-Yves David profile: remove now useless indent
Mon, 12 Jun 2017 17:14:56 +0200 Pierre-Yves David profile: use explicit logic to control file closing
Mon, 12 Jun 2017 17:13:35 +0200 Pierre-Yves David profiling: move 'fp' closing logic into its own function
Tue, 13 Jun 2017 01:23:54 +0530 Pulkit Goyal py3: use python3 hg in test-py3-commands.t at places where py2 hg was used
Mon, 12 Jun 2017 13:10:09 -0700 Siddharth Agarwal test-dirstate-race: back out changeset c82fa7efcbc8
Sat, 10 Jun 2017 19:48:48 +0900 Yuya Nishihara revset: fix order of first/last members in compound expression (BC)
Sat, 10 Jun 2017 19:41:42 +0900 Yuya Nishihara revset: filter first/last members by __and__ operation