log

age author description
Fri, 06 Apr 2018 10:46:24 -0700 Martin von Zweigbergk convert: look up branch only among branches
Thu, 05 Apr 2018 16:10:52 -0700 Martin von Zweigbergk convert: remove unused/unnecessary variable "parentctx"
Sat, 24 Mar 2018 17:57:22 +0100 Joerg Sonnenberger wireproto: provide accessors for client capabilities
Thu, 05 Apr 2018 17:51:10 +0200 Gábor Stefanik copies: clean up _related logic
Fri, 06 Apr 2018 09:34:44 -0700 Martin von Zweigbergk context: stop catching RepoLookupError from namespace.singlenode()
Thu, 05 Apr 2018 18:02:42 +0200 Boris Feld histedit: simplify desthistedit
Thu, 05 Apr 2018 17:58:58 +0200 Boris Feld stack: follow-up on the stack revset
Thu, 05 Apr 2018 23:23:48 -0700 Martin von Zweigbergk githelp: use revsymbol() for looking up symbol
Thu, 05 Apr 2018 21:32:59 -0700 Martin von Zweigbergk hgweb: use revsymbol() to determine if query is a revision
Thu, 05 Apr 2018 14:03:33 -0700 Martin von Zweigbergk context: make repo[<filtered binary nodeid>] match node
Thu, 05 Apr 2018 00:04:09 -0700 Martin von Zweigbergk context: move handling of filtering error to revsymbol() (API)
Thu, 05 Apr 2018 17:56:24 +0530 Pulkit Goyal py3: whitelist 13 new passing tests
Thu, 05 Apr 2018 16:47:44 +0530 Pulkit Goyal py3: convert user value to bytes by b'' prefix
Thu, 05 Apr 2018 10:13:01 -0400 Augie Fackler util: whitelist apfs for hardlink support
Thu, 05 Apr 2018 11:33:36 -0700 Martin von Zweigbergk mq: avoid a silly conversion from binary nodeid to hex
Thu, 05 Apr 2018 12:36:44 -0700 Martin von Zweigbergk narrow: remove unused "cacheprop" stuff
Tue, 03 Apr 2018 14:11:43 -0700 Gregory Szorc tests: disable infinitepush tests for simple store
Thu, 05 Apr 2018 11:01:42 -0700 Martin von Zweigbergk rebase: remove unnecessary and incorrect handling of nullid
Thu, 05 Apr 2018 10:13:45 -0700 Martin von Zweigbergk rebase: convert "oldrev" to revnum earlier
Thu, 05 Apr 2018 10:12:10 -0700 Martin von Zweigbergk rebase: make "destnode" consistently a revnum and rename it to "destrev"
Thu, 05 Apr 2018 08:28:12 -0700 Martin von Zweigbergk bookmarks: drop always-None argument from calculateupdate()
Tue, 03 Apr 2018 09:58:16 -0700 Martin von Zweigbergk narrow: move manifestlog overrides to core
Mon, 02 Apr 2018 23:46:04 -0700 Martin von Zweigbergk narrow: move manifestrevlog overrides to core
Tue, 03 Apr 2018 00:13:02 -0700 Martin von Zweigbergk narrow: move excludeddir and related classes to core
Thu, 05 Apr 2018 17:29:32 +0530 Pulkit Goyal py3: add missing b'' prefix in mdiff.py
Thu, 05 Apr 2018 17:15:52 +0530 Pulkit Goyal py3: fix error string with bytestr() on repr()d value
Thu, 05 Apr 2018 17:14:11 +0530 Pulkit Goyal py3: suppress output from f.write() function class
Thu, 05 Apr 2018 17:13:09 +0530 Pulkit Goyal py3: use pycompat.byteskwargs() in tests/autodiff.py
Thu, 05 Apr 2018 17:00:15 +0530 Pulkit Goyal py3: suppress the output of open() using `and None`
Thu, 05 Apr 2018 16:56:34 +0530 Pulkit Goyal py3: return bytes from util.removeauth()