Mercurial > hg
log
age | author | description |
---|---|---|
Tue, 22 Aug 2017 23:11:35 -0400 | Augie Fackler | debugcommands: stabilize output of debugbundle by having a custom repr |
Tue, 22 Aug 2017 20:25:08 -0400 | Augie Fackler | python3: whitelist another 5 passing tests found with the ratchet script |
Tue, 22 Aug 2017 20:06:58 -0400 | Augie Fackler | python3: replace sorted(<dict>.iterkeys()) with sorted(<dict>) |
Tue, 22 Aug 2017 20:03:07 -0400 | Augie Fackler | python3: wrap all uses of <exception>.strerror with strtolocal |
Wed, 30 Aug 2017 14:04:55 -0700 | Jun Wu | pager: do not start pager if `ui` has been `pushbuffer`-ed |
Wed, 30 Aug 2017 16:05:12 -0700 | Jun Wu | revset: do not flip "and" arguments when optimizing |
Wed, 30 Aug 2017 22:51:28 +0900 | Yuya Nishihara | revset: make match function follow given subset if specified (API) |
Wed, 30 Aug 2017 22:41:36 +0900 | Yuya Nishihara | revset: move order argument to run-time match function |