D3284: py3: use stringutil.forcebytestr() to convert error messages to bytes |
2018-04-12 |
phabricator |
|
Not Applicable |
D3283: py3: suppress the return value of open() in tests/test-subrepo-missing.t |
2018-04-12 |
phabricator |
|
Not Applicable |
D3282: py3: add b'' prefixes in tests/test-linerange.py |
2018-04-12 |
phabricator |
|
Not Applicable |
D3281: py3: add b'' prefix to make the regex bytes |
2018-04-12 |
phabricator |
|
Not Applicable |
D3280: py3: use b'%d' to convert int to bytes instead of str() |
2018-04-12 |
phabricator |
|
Not Applicable |
D3277: py3: use '%d' for integers instead of '%s' |
2018-04-12 |
phabricator |
|
Not Applicable |
D3276: py3: prevent transformer from adding b'' by adding r'' prefix |
2018-04-12 |
phabricator |
|
Not Applicable |
D3278: py3: use print as a function in test-convert-git.t |
2018-04-12 |
phabricator |
|
Not Applicable |
D3275: py3: use pycompat.{strkwargs|byteskwargs} in infinitepush |
2018-04-12 |
phabricator |
|
Not Applicable |
D3274: py3: make sure we open file in bytes mode |
2018-04-12 |
phabricator |
|
Not Applicable |
D3247: tests: load showstack in test-pull-http.t so network hangs are easier to find |
2018-04-12 |
phabricator |
|
Not Applicable |
D3272: treediscovery: switch to command executor interface |
2018-04-12 |
phabricator |
|
Not Applicable |
D3246: keepalive: rewrite readinto() to not use read() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3245: wsgiheaders: import a bytes-ified fork of wsgiref.headers from cpython@46f5072 |
2018-04-11 |
phabricator |
|
Not Applicable |
D2854: hgweb: use our forked wsgiheaders module instead of stdlib one |
2018-04-11 |
phabricator |
|
Not Applicable |
D3072: tests: add tests showing pulling from infinitepush works over wire |
2018-04-11 |
phabricator |
|
Not Applicable |
D2988: fix: use a portable python script instead of sed in test |
2018-04-11 |
phabricator |
|
Not Applicable |
D3244: py3: use pycompat.bytestr() where repr in involved |
2018-04-11 |
phabricator |
|
Not Applicable |
D3241: httppeer: only advertise partial-pull if capabilities are known |
2018-04-11 |
phabricator |
|
Not Applicable |
D3243: httppeer: support protocol upgrade |
2018-04-11 |
phabricator |
|
Not Applicable |
D3242: wireproto: define and implement HTTP handshake to upgrade protocol |
2018-04-11 |
phabricator |
|
Not Applicable |
D3237: httppeer: perform capabilities request in makepeer() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3238: httppeer: allow opener to be passed to makepeer() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3240: httppeer: always add x-hg* headers to Vary header |
2018-04-11 |
phabricator |
|
Not Applicable |
D3232: httppeer: move requestbuilder defaults into makepeer() argument |
2018-04-11 |
phabricator |
|
Not Applicable |
D3239: httppeer: don't accept very old media types (BC) |
2018-04-11 |
phabricator |
|
Not Applicable |
D3235: httppeer: move error handling and response wrapping into sendrequest |
2018-04-11 |
phabricator |
|
Not Applicable |
D3236: httppeer: extract common response handling into own function |
2018-04-11 |
phabricator |
|
Not Applicable |
D3234: httppeer: extract code for creating a request into own function |
2018-04-11 |
phabricator |
|
Not Applicable |
D3230: wireproto: extract HTTP version 2 code to own module |
2018-04-11 |
phabricator |
|
Not Applicable |
D3231: wireproto: move version 2 command handlers to wireprotov2server |
2018-04-11 |
phabricator |
|
Not Applicable |
D3233: httppeer: extract code for performing an HTTP request |
2018-04-11 |
phabricator |
|
Not Applicable |
D3224: wireproto: client reactor support for receiving frames |
2018-04-11 |
phabricator |
|
Not Applicable |
D3223: wireproto: introduce a reactor for client-side state |
2018-04-11 |
phabricator |
|
Not Applicable |
D3222: tests: extract wire protocol framing tests to own file |
2018-04-11 |
phabricator |
|
Not Applicable |
D3208: wireproto: disallow commands handlers for multiple transport versions |
2018-04-11 |
phabricator |
|
Not Applicable |
D3206: wireproto: only expose "getbundle" and "unbundle" to v1 transports |
2018-04-11 |
phabricator |
|
Not Applicable |
D3207: wireproto: make @wireprotocommand version 1 only by default |
2018-04-11 |
phabricator |
|
Not Applicable |
D3205: wireproto: port lookup to wire protocol v2 |
2018-04-11 |
phabricator |
|
Not Applicable |
D3204: wireproto: port pushkey command to wire protocol version 2 |
2018-04-11 |
phabricator |
|
Not Applicable |
D3203: wireproto: only expose "clonebundles" to version 1 transports |
2018-04-11 |
phabricator |
|
Not Applicable |
D3202: wireproto: define and expose types of wire command arguments |
2018-04-11 |
phabricator |
|
Not Applicable |
D3200: wireproto: implement capabilities for wire protocol v2 |
2018-04-11 |
phabricator |
|
Not Applicable |
D3201: wireproto: only expose "stream_out" to version 1 transports |
2018-04-11 |
phabricator |
|
Not Applicable |
D3197: context: add deprecation warnings for deprecated types of changeids |
2018-04-11 |
phabricator |
|
Not Applicable |
D3196: revsymbol: stop delegating to repo.__getitem__ for unhandled symbols (API) |
2018-04-11 |
phabricator |
|
Not Applicable |
D3195: context: handle partial nodeids in revsymbol() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3219: py3: workaround comparing NoneType and integers |
2018-04-11 |
phabricator |
|
Not Applicable |
D3194: context: handle namespaces in revsymbol() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3146: context: handle stringified ints in revsymbol() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3193: scmutil: handle full hex nodeids in revsymbol() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3216: py3: use pycompat.byterepr() instead of repr() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3220: py3: make sure we write bytes to file |
2018-04-11 |
phabricator |
|
Not Applicable |
D3215: py3: use bytes instead of str in isinstance() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3214: py3: use .startswith() instead of bytes[0] |
2018-04-11 |
phabricator |
|
Not Applicable |
D3218: py3: use sys.stdout instead of print in test-mq-qpush-fail.t |
2018-04-11 |
phabricator |
|
Not Applicable |
D3217: py3: use '//' for integer division in tests/test-mq-qimport.t |
2018-04-11 |
phabricator |
|
Not Applicable |
D3221: py3: add b'' prefixes in tests/test-ui-config.py |
2018-04-11 |
phabricator |
|
Not Applicable |
D3218: py3: use sys.stdout instead of print in test-mq-qpush-fail.t |
2018-04-11 |
phabricator |
|
Not Applicable |
D3216: py3: use pycompat.byterepr() instead of repr() |
2018-04-11 |
phabricator |
|
Not Applicable |
D3208: wireproto: disallow commands handlers for multiple transport versions |
2018-04-11 |
phabricator |
|
Not Applicable |
D3206: wireproto: only expose "getbundle" and "unbundle" to v1 transports |
2018-04-10 |
phabricator |
|
Not Applicable |
D3159: eol: look up partial nodeid as partial nodeid |
2018-04-10 |
phabricator |
|
Not Applicable |
D3158: histedit: look up partial nodeid as partial nodeid |
2018-04-10 |
phabricator |
|
Not Applicable |
D3189: context: extract partial nodeid lookup method to scmutil |
2018-04-10 |
phabricator |
|
Not Applicable |
D3157: histedit: drop unnecessary check for "self.node is not None" |
2018-04-10 |
phabricator |
|
Not Applicable |
[Bug,5836] New: import of a git patch containing 'From' in the commit message confuses Mercurial |
2018-04-10 |
mercurial-bugs@mercurial-scm.org |
|
Not Applicable |
D1856: wireproto: support for pullbundles |
2018-04-09 |
phabricator |
|
Not Applicable |
D1856: wireproto: support for pullbundles |
2018-04-09 |
phabricator |
|
Not Applicable |
D3199: util: drop write_content_size=True |
2018-04-09 |
phabricator |
|
Not Applicable |
D3154: filelog: wrap revlog instead of inheriting it (API) |
2018-04-09 |
phabricator |
|
Not Applicable |
D2939: fsmonitor: layer on another hack in bser.c for os.stat() compat (issue5811) |
2018-04-09 |
phabricator |
|
Not Applicable |
D2668: rebase: introduce support for automatically rebasing orphan changes |
2018-04-09 |
phabricator |
|
Not Applicable |
D3188: revlog: reset _nodepos after strip |
2018-04-09 |
phabricator |
|
Not Applicable |
D3184: wireproto: only expose "debugwireargs" to version 1 transports |
2018-04-09 |
phabricator |
|
Not Applicable |
D3177: wireproto: crude support for version 2 HTTP peer |
2018-04-09 |
phabricator |
|
Not Applicable |
D3182: wireproto: port branchmap to wire protocol v2 |
2018-04-09 |
phabricator |
|
Not Applicable |
D3183: wireproto: only expose "hello" command to version 1 transports |
2018-04-09 |
phabricator |
|
Not Applicable |
D3181: wireproto: port listkeys commands to wire protocol v2 |
2018-04-09 |
phabricator |
|
Not Applicable |
D3179: wireproto: port heads command to wire protocol v2 |
2018-04-09 |
phabricator |
|
Not Applicable |
D3180: wireproto: port keep command to wire protocol v2 |
2018-04-09 |
phabricator |
|
Not Applicable |
D3178: largefiles: wrap heads command handler more directly |
2018-04-09 |
phabricator |
|
Not Applicable |
D3176: tests: extract wire protocol shell helpers to standalone file |
2018-04-09 |
phabricator |
|
Not Applicable |
D3190: merge: avoid unnecessary conversion from binary nodeid to binary nodeid |
2018-04-09 |
phabricator |
|
Not Applicable |
D3192: addbranchrevs: no longer accept revset as "revs" (API) |
2018-04-09 |
phabricator |
|
Not Applicable |
D3191: clone: avoid using repo.lookup() with binary nodeid |
2018-04-09 |
phabricator |
|
Not Applicable |
D3146: context: handle stringified ints in revsymbol() |
2018-04-08 |
phabricator |
|
Not Applicable |
D3159: eol: look up partial nodeid as partial nodeid |
2018-04-08 |
phabricator |
|
Not Applicable |
D3158: histedit: look up partial nodeid as partial nodeid |
2018-04-08 |
phabricator |
|
Not Applicable |
D3187: phase: add dry-run functionality |
2018-04-08 |
phabricator |
|
Not Applicable |
D1856: wireproto: support for pullbundles |
2018-04-07 |
phabricator |
|
Not Applicable |
D3187: phase: add dry-run functionality |
2018-04-07 |
phabricator |
|
Not Applicable |
D3186: tests: add another full hex node in plain text |
2018-04-07 |
phabricator |
|
Not Applicable |
D3154: filelog: wrap revlog instead of inheriting it (API) |
2018-04-07 |
phabricator |
|
Not Applicable |
D3165: infinitepush: look up bookmarks only among bookmarks |
2018-04-07 |
phabricator |
|
Not Applicable |
D3163: discovery: look up bookmarks only among bookmarks |
2018-04-07 |
phabricator |
|
Not Applicable |
D3164: destutil: look up bookmarks only among bookmarks |
2018-04-07 |
phabricator |
|
Not Applicable |
D3162: bookmarks: introduce a repo._bookmarks.changectx(mark) method and use it |
2018-04-07 |
phabricator |
|
Not Applicable |
D2942: revlog: detect pseudo file nodeids to raise WdirUnsupported exception |
2018-04-07 |
phabricator |
|
Not Applicable |
D2941: node: rename wdirnodes to clarify they are for manifest/filelogs |
2018-04-07 |
phabricator |
|
Not Applicable |
D2940: workingctx: build _manifest on filenode() or flags() request |
2018-04-07 |
phabricator |
|
Not Applicable |
D3168: tests: enter full hex hash in plain text in bundle part |
2018-04-07 |
phabricator |
|
Not Applicable |
D3153: tests: call rawsize() directly |
2018-04-07 |
phabricator |
|
Not Applicable |
D3151: revlog: move censor logic into main revlog class |
2018-04-07 |
phabricator |
|
Not Applicable |
D3119: commands: don't violate storage abstractions in `manifest --all` |
2018-04-07 |
phabricator |
|
Not Applicable |
D3152: upgrade: sniff for filelog type |
2018-04-07 |
phabricator |
|
Not Applicable |
D3150: revlog: move parsemeta() and packmeta() from filelog (API) |
2018-04-07 |
phabricator |
|
Not Applicable |
D3118: commands: document the layering violation in `manifest --all` |
2018-04-07 |
phabricator |
|
Not Applicable |
D3147: tests: run some largefiles and lfs tests with simple store |
2018-04-07 |
phabricator |
|
Not Applicable |
D3149: filelog: declare that filelog implements a storage interface |
2018-04-07 |
phabricator |
|
Not Applicable |
D3148: repository: define existing interface for file storage |
2018-04-07 |
phabricator |
|
Not Applicable |
D3116: simplestore: correctly implement flag processors |
2018-04-07 |
phabricator |
|
Not Applicable |
D3114: tests: work around potential repo incompatibility |
2018-04-07 |
phabricator |
|
Not Applicable |
D3115: tests: `hg init` after resetting HGRCPATH |
2018-04-07 |
phabricator |
|
Not Applicable |
D3095: simplestore: use a custom store for the simple store repo |
2018-04-07 |
phabricator |
|
Not Applicable |
D3113: tests: disable test-keyword.t with simple store |
2018-04-07 |
phabricator |
|
Not Applicable |
D3111: tests: use unbundle in test-symlink-os-yes-fs-no.py |
2018-04-07 |
phabricator |
|
Not Applicable |
D3112: tests: conditionalize test-treemanifest.t |
2018-04-07 |
phabricator |
|
Not Applicable |
D3110: tests: disable `hg clone --stream` test with simple store |
2018-04-07 |
phabricator |
|
Not Applicable |
D3109: tests: use `hg unbundle` in test-setdiscovery.t |
2018-04-07 |
phabricator |
|
Not Applicable |
D3108: tests: require revlog store for test-verify.t |
2018-04-07 |
phabricator |
|
Not Applicable |
D3106: tests: conditionalize test-bundle.t |
2018-04-07 |
phabricator |
|
Not Applicable |
D3107: tests: conditionalize test-commandserver.t based on extra extensions |
2018-04-07 |
phabricator |
|
Not Applicable |
D3096: tests: conditionalize tests for various repo features |
2018-04-07 |
phabricator |
|
Not Applicable |
D3104: simplestore: back up index when adding a revision |
2018-04-07 |
phabricator |
|
Not Applicable |
D3105: tests: require revlog store with test-repair-strip.t |
2018-04-07 |
phabricator |
|
Not Applicable |
D3103: tests: disable shallow narrow tests with simple store |
2018-04-07 |
phabricator |
|
Not Applicable |
D3102: tests: skip test-hgweb-bundle.t if we don't support bundlerepos |
2018-04-07 |
phabricator |
|
Not Applicable |
D3101: tests: disable test-audit-path.t with simple store |
2018-04-07 |
phabricator |
|
Not Applicable |
D3100: tests: port test-convert-filemap.t to simple store |
2018-04-07 |
phabricator |
|
Not Applicable |
D3098: tests: don't drop global hgrc |
2018-04-07 |
phabricator |
|
Not Applicable |
D3099: tests: disable test-static-http.t with simple store |
2018-04-07 |
phabricator |
|
Not Applicable |
D3097: verify: allow suppressing warnings about extra files |
2018-04-07 |
phabricator |
|
Not Applicable |
D3163: discovery: look up bookmarks only among bookmarks |
2018-04-06 |
phabricator |
|
Not Applicable |
D3162: bookmarks: introduce a repo._bookmarks.changectx(mark) method and use it |
2018-04-06 |
phabricator |
|
Not Applicable |
D3165: infinitepush: look up bookmarks only among bookmarks |
2018-04-06 |
phabricator |
|
Not Applicable |
D2470: wireproto: allow direct stream processing for unbundle |
2018-04-06 |
phabricator |
|
Not Applicable |
D2470: wireproto: allow direct stream processing for unbundle |
2018-04-06 |
phabricator |
|
Not Applicable |
D3171: wireproto: send server capabilities in canonical order |
2018-04-06 |
phabricator |
|
Not Applicable |
D3170: wireproto: don't special case bundlecaps, but sort all scsv arguments |
2018-04-06 |
phabricator |
|
Not Applicable |
D3169: wireproto: turn client capabilities into sets, sorted on the wire |
2018-04-06 |
phabricator |
|
Not Applicable |
D3094: verify: drop "revlog" from warning message |
2018-04-06 |
phabricator |
|
Not Applicable |
D3091: tests: extract dumprevlog tests to own file |
2018-04-06 |
phabricator |
|
Not Applicable |
D3093: store: make file filtering during walk configurable |
2018-04-06 |
phabricator |
|
Not Applicable |
D3092: simplestore: shore up lookup errors |
2018-04-06 |
phabricator |
|
Not Applicable |
D3090: tests: skip test-censor.t when using simple store |
2018-04-06 |
phabricator |
|
Not Applicable |
D3166: debugwhyunstable: add support for revsets |
2018-04-06 |
phabricator |
|
Not Applicable |
D3167: bookmarks: use isrevsymbol() for detecting collision with existing symbol |
2018-04-06 |
phabricator |
|
Not Applicable |
D3161: convert: look up branch only among branches |
2018-04-06 |
phabricator |
|
Not Applicable |
D3160: convert: remove unused/unnecessary variable "parentctx" |
2018-04-06 |
phabricator |
|
Not Applicable |
D3162: bookmarks: introduce a repo._bookmarks.ctx(mark) method and use it |
2018-04-06 |
phabricator |
|
Not Applicable |
D1944: wireproto: provide accessors for client capabilities |
2018-04-06 |
phabricator |
|
Not Applicable |
D3145: context: stop catching RepoLookupError from namespace.singlenode() |
2018-04-06 |
phabricator |
|
Not Applicable |
D3145: context: stop catching RepoLookupError from namespace.singlenode() |
2018-04-06 |
phabricator |
|
Not Applicable |
D3136: stack: follow-up on the stack revset |
2018-04-06 |
phabricator |
|
Not Applicable |
D3137: histedit: simplify desthistedit |
2018-04-06 |
phabricator |
|
Not Applicable |
D3143: context: move handling of filtering error to revsymbol() (API) |
2018-04-06 |
phabricator |
|
Not Applicable |
D3144: context: make repo[<filtered binary nodeid>] match node |
2018-04-06 |
phabricator |
|
Not Applicable |
D3155: hgweb: use revsymbol() to determine if query is a revision |
2018-04-06 |
phabricator |
|
Not Applicable |
D3156: githelp: use revsymbol() for looking up symbol |
2018-04-06 |
phabricator |
|
Not Applicable |
D3134: util: whitelist apfs for hardlink support |
2018-04-06 |
phabricator |
|
Not Applicable |
D3133: py3: whitelist 13 new passing tests |
2018-04-06 |
phabricator |
|
Not Applicable |
D3125: py3: convert user value to bytes by b'' prefix |
2018-04-06 |
phabricator |
|
Not Applicable |
D3150: revlog: move parsemeta() and packmeta() from filelog (API) |
2018-04-06 |
phabricator |
|
Not Applicable |
D3119: commands: don't violate storage abstractions in `manifest --all` |
2018-04-06 |
phabricator |
|
Not Applicable |
D3141: mq: avoid a silly conversion from binary nodeid to hex |
2018-04-05 |
phabricator |
|
Not Applicable |
D3142: narrow: remove unused "cacheprop" stuff |
2018-04-05 |
phabricator |
|
Not Applicable |
D3062: tests: disable infinitepush tests for simple store |
2018-04-05 |
phabricator |
|
Not Applicable |
D3125: py3: convert user value to bytes by b'' prefix |
2018-04-05 |
phabricator |
|
Not Applicable |
D3140: rebase: remove unnecessary and incorrect handling of nullid |
2018-04-05 |
phabricator |
|
Not Applicable |
D3139: rebase: convert "oldrev" to revnum earlier |
2018-04-05 |
phabricator |
|
Not Applicable |
D3138: rebase: make "destnode" consistently a revnum and rename it to "destrev" |
2018-04-05 |
phabricator |
|
Not Applicable |
D3135: bookmarks: drop always-None argument from calculateupdate() |
2018-04-05 |
phabricator |
|
Not Applicable |
D3046: narrow: move manifestlog overrides to core |
2018-04-05 |
phabricator |
|
Not Applicable |
D3045: narrow: move manifestrevlog overrides to core |
2018-04-05 |
phabricator |
|
Not Applicable |
D3044: narrow: move excludeddir and related classes to core |
2018-04-05 |
phabricator |
|
Not Applicable |
D3140: rebase: remove unnecessary and incorrect handling of nullid |
2018-04-05 |
phabricator |
|
Not Applicable |
D2403: stack: remove destutil.stackbase |
2018-04-05 |
phabricator |
|
Not Applicable |
D2402: stack: introduce an option to limit the selection on the current branch |
2018-04-05 |
phabricator |
|
Not Applicable |
D2401: stack: introduce an option to disable the restriction on ancestor |
2018-04-05 |
phabricator |
|
Not Applicable |
D2400: stack: begin to make the stack revset configurable |
2018-04-05 |
phabricator |
|
Not Applicable |
D3127: py3: return bytes from util.removeauth() |
2018-04-05 |
phabricator |
|
Not Applicable |
D3132: py3: add missing b'' prefix in mdiff.py |
2018-04-05 |
phabricator |
|
Not Applicable |
D3131: py3: fix error string with bytestr() on repr()d value |
2018-04-05 |
phabricator |
|
Not Applicable |
D3130: py3: suppress output from f.write() function class |
2018-04-05 |
phabricator |
|
Not Applicable |
D3128: py3: suppress the output of open() using `and None` |
2018-04-05 |
phabricator |
|
Not Applicable |
D3129: py3: use pycompat.byteskwargs() in tests/autodiff.py |
2018-04-05 |
phabricator |
|
Not Applicable |
D3126: py3: use bytes instead of str in instance() |
2018-04-05 |
phabricator |
|
Not Applicable |
D3124: py3: use pycompat.bytestr in test-journal.t |
2018-04-05 |
phabricator |
|
Not Applicable |
D3086: pull: pass rev to check out as integer to postincoming() |
2018-04-05 |
phabricator |
|
Not Applicable |
D3122: hgweb: don't include hidden revisions in /filelog/ view |
2018-04-05 |
phabricator |
|
Not Applicable |
D3121: tests: show that hgweb contains hidden revisions in /filelog/ view |
2018-04-05 |
phabricator |
|
Not Applicable |
D3089: convert: use repo.lookup() for converting to nodeid |
2018-04-05 |
phabricator |
|
Not Applicable |
D3088: extdatasource: use revsymbol() for converting to node |
2018-04-05 |
phabricator |
|
Not Applicable |
D3087: bookmarks: calculateupdate() returns a bookmark, not a rev |
2018-04-05 |
phabricator |
|
Not Applicable |
D1944: wireproto: provide accessors for client capabilities |
2018-04-05 |
phabricator |
|
Not Applicable |
D3084: heads: add support for specying branches by revset |
2018-04-05 |
phabricator |
|
Not Applicable |
D3078: revset: use revsymbol() for checking if a symbol is valid |
2018-04-05 |
phabricator |
|
Not Applicable |
D3085: children: support specifying revision by revset |
2018-04-05 |
phabricator |
|
Not Applicable |
D3082: context: use revsymbol() in "merge.preferancestor" code |
2018-04-05 |
phabricator |
|
Not Applicable |
D3083: perf: make perfmanifest and perfnodelookup work with revsets |
2018-04-05 |
phabricator |
|
Not Applicable |
D3080: localrepo: use revsymbol in lookupbranch() too |
2018-04-05 |
phabricator |
|
Not Applicable |
D3081: wireproto: use repo.lookup() for lookup command |
2018-04-05 |
phabricator |
|
Not Applicable |
D3079: localrepo: drop "remote" argument from lookupbranch() (API) |
2018-04-05 |
phabricator |
|
Not Applicable |
D3063: tests: skip largefiles and lfs tests when using simple store |
2018-04-04 |
phabricator |
|
Not Applicable |
D3064: tests: disable tests for advanced clone features with simple store |
2018-04-04 |
phabricator |
|
Not Applicable |
D3039: tests: conditionalize tests based on presence of custom extensions |
2018-04-04 |
phabricator |
|
Not Applicable |
D3060: tests: disallow using simple store repo with bundlerepo |
2018-04-04 |
phabricator |
|
Not Applicable |
D3061: tests: conditionalize test output for simple store |
2018-04-04 |
phabricator |
|
Not Applicable |
D3056: tests: disable test-revlog-v2 when using simple store |
2018-04-04 |
phabricator |
|
Not Applicable |
D3042: tests: skip filelog damage tests when not using revlogs |
2018-04-04 |
phabricator |
|
Not Applicable |
D3040: tests: skip some tests when using simple store |
2018-04-04 |
phabricator |
|
Not Applicable |
D3039: tests: conditionalize tests based on presence of custom extensions |
2018-04-04 |
phabricator |
|
Not Applicable |
D3077: simplestorerepo: avoid shadowing dict in list comprehension over dict |
2018-04-04 |
phabricator |
|
Not Applicable |
D3030: tests: conditionalize tests based on presence of revlogs for files |
2018-04-04 |
phabricator |
|
Not Applicable |
D3043: narrow: pass node into revlog.revision() |
2018-04-04 |
phabricator |
|
Not Applicable |
D3041: changegroup: remove "revlog" from error message |
2018-04-04 |
phabricator |
|
Not Applicable |
D3029: tests: add test extension implementing custom filelog storage |
2018-04-04 |
phabricator |
|
Not Applicable |
D3059: tests: use `hg unbundle` instead of `hg pull` in some tests |
2018-04-04 |
phabricator |
|
Not Applicable |
D3060: tests: disallow using simple store repo with bundlerepo |
2018-04-04 |
phabricator |
|
Not Applicable |
D3029: tests: add test extension implementing custom filelog storage |
2018-04-04 |
phabricator |
|
Not Applicable |
D3059: tests: use `hg unbundle` instead of `hg pull` in some tests |
2018-04-04 |
phabricator |
|
Not Applicable |
D3056: tests: disable test-revlog-v2 when using simple store |
2018-04-04 |
phabricator |
|
Not Applicable |
D3057: tests: remove superfluous config setting |
2018-04-04 |
phabricator |
|
Not Applicable |
D3075: hgweb: use revsymbol() for creating context from changeid |
2018-04-04 |
phabricator |
|
Not Applicable |
D3074: hgweb: inline changeidctx() |
2018-04-04 |
phabricator |
|
Not Applicable |
D3076: rebase: use single transaction when running in memory |
2018-04-04 |
phabricator |
|
Not Applicable |
D3073: hgweb: drop support for "manifest" parameter |
2018-04-04 |
phabricator |
|
Not Applicable |
D3058: bundlerepo: use super() when calling file() |
2018-04-04 |
phabricator |
|
Not Applicable |
D3069: peer: make ui an attribute |
2018-04-04 |
phabricator |
|
Not Applicable |
D3068: repository: port peer interfaces to zope.interface |
2018-04-04 |
phabricator |
|
Not Applicable |
D3067: wireproto: convert human output frames to CBOR |
2018-04-04 |
phabricator |
|
Not Applicable |
D3071: py3: use pycompat.bytestr() intsead of str |
2018-04-04 |
phabricator |
|
Not Applicable |
D3070: py3: use print as a function in tests/test-walk.t |
2018-04-04 |
phabricator |
|
Not Applicable |
D3037: repo: remove now-unused changectx() method (API) |
2018-04-04 |
phabricator |
|
Not Applicable |
D3030: tests: conditionalize tests based on presence of revlogs for files |
2018-04-04 |
phabricator |
|
Not Applicable |
D3039: tests: conditionalize tests based on presence of custom extensions |
2018-04-04 |
phabricator |
|
Not Applicable |
D3042: tests: skip filelog damage tests when not using revlogs |
2018-04-04 |
phabricator |
|
Not Applicable |
D3055: localrepo: use revsymbol() in lookup() |
2018-04-03 |
phabricator |
|
Not Applicable |
D3052: bisect: avoid repo.lookup() for converting revnum to nodeid |
2018-04-03 |
phabricator |
|
Not Applicable |
D3054: histedit: avoid repo.lookup() for converting revnum to nodeid |
2018-04-03 |
phabricator |
|
Not Applicable |
D3053: outgoing: avoid repo.lookup() for converting revnum to nodeid |
2018-04-03 |
phabricator |
|
Not Applicable |
D3049: bundle: consistently keep a list of stringified revisions in "revs" |
2018-04-03 |
phabricator |
|
Not Applicable |
D3048: bundle: avoid repo.lookup() for converting revnum to nodeid |
2018-04-03 |
phabricator |
|
Not Applicable |
D3047: push: avoid using repo.lookup() for converting to nodeid |
2018-04-03 |
phabricator |
|
Not Applicable |
D3051: transplant: avoid repo.lookup() for converting revnum to nodeid |
2018-04-03 |
phabricator |
|
Not Applicable |
D3050: tests: avoid repo.lookup() for converting revnum to nodeid |
2018-04-03 |
phabricator |
|
Not Applicable |
D3035: log: remove dependence on repo.changectx() |
2018-04-03 |
phabricator |
|
Not Applicable |
D3038: setup: add overlooked hgext.infinitepush package declaration |
2018-04-03 |
phabricator |
|
Not Applicable |
D3036: tests: remove dependence on repo.changectx() |
2018-04-03 |
phabricator |
|
Not Applicable |
D3034: verify: remove dependence on repo.changectx() |
2018-04-03 |
phabricator |
|
Not Applicable |
D3033: bookmarks: switch from repo.changectx('.') to repo['.'] |
2018-04-03 |
phabricator |
|
Not Applicable |
D3030: tests: conditionalize tests based on presence of revlogs for files |
2018-04-03 |
phabricator |
|
Not Applicable |
D3029: tests: add test extension implementing custom filelog storage |
2018-04-03 |
phabricator |
|
Not Applicable |
D2987: stringutil: add function to pretty print an object |
2018-04-03 |
phabricator |
|
Not Applicable |
D2986: wireproto: add frame flag to denote payloads as CBOR |
2018-04-03 |
phabricator |
|
Not Applicable |
D2982: wireproto: separate commands tables for version 1 and 2 commands |
2018-04-03 |
phabricator |
|
Not Applicable |
D2985: wireproto: implement custom __repr__ for frame |
2018-04-03 |
phabricator |
|
Not Applicable |
D3027: debugcommands: drop base revision from debugindex |
2018-04-03 |
phabricator |
|
Not Applicable |
D2984: keepalive: implement readinto() |
2018-04-03 |
phabricator |
|
Not Applicable |
D2983: wireproto: port protocol handler to zope.interface |
2018-04-03 |
phabricator |
|
Not Applicable |
D3028: debugcommands: drop offset and length from debugindex by default |
2018-04-03 |
phabricator |
|
Not Applicable |
D2981: wireproto: mark SSHv2 as a version 1 transport |
2018-04-03 |
phabricator |
|
Not Applicable |
D2951: wireproto: use CBOR for command requests |
2018-04-03 |
phabricator |
|
Not Applicable |
D2979: wireproto: stop aliasing wire protocol types (API) |
2018-04-03 |
phabricator |
|
Not Applicable |
D2948: wireproto: syntax for encoding CBOR into frames |
2018-04-03 |
phabricator |
|
Not Applicable |
D2902: wireproto: define frame to represent progress updates |
2018-04-03 |
phabricator |
|
Not Applicable |
D2907: wireproto: add streams to frame-based protocol |
2018-04-03 |
phabricator |
|
Not Applicable |
D2947: wireproto: explicit API to create outgoing streams |
2018-04-03 |
phabricator |
|
Not Applicable |
D2906: wireproto: start to associate frame generation with a stream |
2018-04-03 |
phabricator |
|
Not Applicable |
D2950: tests: fix duplicate and failing test |
2018-04-03 |
phabricator |
|
Not Applicable |
D3025: tests: don't use revlog paths in tests |
2018-04-03 |
phabricator |
|
Not Applicable |
D3026: tests: use debugdeltachain where appropriate |
2018-04-03 |
phabricator |
|
Not Applicable |
D3024: scmutil: add method for looking up a context given a revision symbol |
2018-04-03 |
phabricator |
|
Not Applicable |
D3000: addremove: remove dry_run, similarity from scmutil.addremove |
2018-04-03 |
phabricator |
|
Not Applicable |
D3032: narrow: add trailing slash to dir earlier for debug{revlog, index, data} |
2018-04-03 |
phabricator |
|
Not Applicable |
D3031: histedit: make errror message translatable |
2018-04-03 |
phabricator |
|
Not Applicable |
D3000: addremove: remove dry_run, similarity from scmutil.addremove |
2018-04-02 |
phabricator |
|
Not Applicable |
D3000: addremove: remove dry_run, similarity from scmutil.addremove |
2018-04-02 |
phabricator |
|
Not Applicable |
D2988: fix: use a portable python script instead of sed in test |
2018-04-02 |
phabricator |
|
Not Applicable |
D3016: clone: rename "rev" to "revs" since there can be many |
2018-04-02 |
phabricator |
|
Not Applicable |
D3021: context: drop support for changeid='' (API) |
2018-04-02 |
phabricator |
|
Not Applicable |
D3018: revset: drop support for '' as alias for '.' |
2018-04-02 |
phabricator |
|
Not Applicable |
D3019: subrepo: use repo['.'] instead of repo[''] |
2018-04-02 |
phabricator |
|
Not Applicable |
D3020: children: : use repo['.'] instead of repo[''] |
2018-04-02 |
phabricator |
|
Not Applicable |
D3015: parseurl: consistently call second output "branches" |
2018-04-02 |
phabricator |
|
Not Applicable |
D3017: tests: add test showing current parse of empty string symbol in revset |
2018-04-02 |
phabricator |
|
Not Applicable |
D1944: wireproto: provide accessors for client capabilities |
2018-04-01 |
phabricator |
|
Not Applicable |
D3012: scmutil: deprecate revpairnodes() |
2018-04-01 |
phabricator |
|
Not Applicable |
D3013: tests: use context-return revpair() in autodiff |
2018-04-01 |
phabricator |
|
Not Applicable |
D3000: addremove: remove dry_run, similarity from scmutil.addremove |
2018-04-01 |
phabricator |
|
Not Applicable |
D3011: fileset: use context-returning revpair() |
2018-04-01 |
phabricator |
|
Not Applicable |
D3009: diff: simplify by converting contexts to nodeids a little later |
2018-04-01 |
phabricator |
|
Not Applicable |
D3010: status: use context-returning revpair() |
2018-04-01 |
phabricator |
|
Not Applicable |
D3005: scmutil: introduce deprecated alias for revpair() |
2018-04-01 |
phabricator |
|
Not Applicable |
D3008: diff: use context-returning revpair() |
2018-04-01 |
phabricator |
|
Not Applicable |
D3007: extdiff: use context-returning revpair() |
2018-04-01 |
phabricator |
|
Not Applicable |
D3006: scmutil: make revpair() return context objects (API) |
2018-04-01 |
phabricator |
|
Not Applicable |
D3004: stringutil: edit comment to reflect actual data type name |
2018-04-01 |
phabricator |
|
Not Applicable |
D3003: stringutil: improve check for failed mailmap line parsing |
2018-04-01 |
phabricator |
|
Not Applicable |
D3001: templatefuncs: remove redundant "or author" from mailmap return statement |
2018-04-01 |
phabricator |
|
Not Applicable |
D3002: stringutil: rename local email/names variables to their plural forms |
2018-04-01 |
phabricator |
|
Not Applicable |
D2995: bundleoperation: pass the source argument from all the users |
2018-03-31 |
phabricator |
|
Not Applicable |
D2996: bundle2: make source a mandatory argument for bundle2.applybundle() (API) |
2018-03-31 |
phabricator |
|
Not Applicable |
D2998: infinitepush: add tests for `hg pull -r <rev>` |
2018-03-31 |
phabricator |
|
Not Applicable |
D2997: infinitepush: use bundleoperation.source instead of hacking on tr |
2018-03-31 |
phabricator |
|
Not Applicable |
D2994: bunlde2: add 'source' as an optional argument to processbundle() |
2018-03-31 |
phabricator |
|
Not Applicable |
D2993: bundle2: add 'source' atrribute to bundleoperation class |
2018-03-31 |
phabricator |
|
Not Applicable |
D2991: infinitepush: drop the default value of config options which are registered |
2018-03-31 |
phabricator |
|
Not Applicable |
D2992: infinitepush: don't force ipv6 while connecting to mysql server |
2018-03-31 |
phabricator |
|
Not Applicable |
D2990: infinitepush: replace `remotenames.hoist` with `remotenames.hoistedpeer` |
2018-03-31 |
phabricator |
|
Not Applicable |
D2989: context: drop support for changeid of type long (API?) |
2018-03-31 |
phabricator |
|
Not Applicable |
D2978: cbor: import CBORDecoder and CBOREncoder |
2018-03-31 |
phabricator |
|
Not Applicable |
D2904: templatefuncs: add mailmap template function |
2018-03-31 |
phabricator |
|
Not Applicable |
D2976: extdiff: document that it copies modified files back to working directory |
2018-03-31 |
phabricator |
|
Not Applicable |
D2980: zope: force module import by importing symbols |
2018-03-30 |
phabricator |
|
Not Applicable |
D2977: fix: remove unused imports |
2018-03-30 |
phabricator |
|
Not Applicable |
D2907: wireproto: add streams to frame-based protocol |
2018-03-30 |
phabricator |
|
Not Applicable |
D2951: wireproto: use CBOR for command requests |
2018-03-30 |
phabricator |
|
Not Applicable |
D2948: wireproto: syntax for encoding CBOR into frames |
2018-03-30 |
phabricator |
|
Not Applicable |
D2947: wireproto: explicit API to create outgoing streams |
2018-03-30 |
phabricator |
|
Not Applicable |
D2906: wireproto: start to associate frame generation with a stream |
2018-03-30 |
phabricator |
|
Not Applicable |
D2902: wireproto: define frame to represent progress updates |
2018-03-30 |
phabricator |
|
Not Applicable |
D2950: tests: fix duplicate and failing test |
2018-03-30 |
phabricator |
|
Not Applicable |
D2958: infinitepush: introduce server option to route every push to bundlestore |
2018-03-30 |
phabricator |
|
Not Applicable |
D2957: infinitepush: don't wrap bundle2.processparts while calling `hg unbundle` |
2018-03-30 |
phabricator |
|
Not Applicable |
D2955: infinitpush: delete the non-forward-move flag for hg push |
2018-03-30 |
phabricator |
|
Not Applicable |
D2954: infinitepush: drop the wrapping of update command on client side |
2018-03-30 |
phabricator |
|
Not Applicable |
D2956: inifnitepush: use utils.{stringutil|procutil}.* instead of util.* |
2018-03-30 |
phabricator |
|
Not Applicable |
D2953: infinitepush: delete infinitepushcommands.py and related tests |
2018-03-30 |
phabricator |
|
Not Applicable |
D2108: infinitepush: drop the `--to` flag to push and use `-B` instead |
2018-03-30 |
phabricator |
|
Not Applicable |
D2107: infinitepush: drop the `--create` flag to push command |
2018-03-30 |
phabricator |
|
Not Applicable |
D2952: infinitepush: delete infinitepush.fillmetadatabranchpattern config option |
2018-03-30 |
phabricator |
|
Not Applicable |
D2106: infinitepush: drop logic related to treemanifest extension |
2018-03-30 |
phabricator |
|
Not Applicable |
D2104: infinitepush: drop error handling while pushing to svn server |
2018-03-30 |
phabricator |
|
Not Applicable |
D2103: infinitepush: drop `--list-remote`, `--remote-path` flags to bookmark cmd |
2018-03-30 |
phabricator |
|
Not Applicable |
D2105: infinitepush: drop hack related to --to, --create flags of remotenames-ext |
2018-03-30 |
phabricator |
|
Not Applicable |
D2102: infinitepush: drop the scratchbookmarksparttype bundle2 part |
2018-03-30 |
phabricator |
|
Not Applicable |
D2096: infinitepush: move the extension to core from fb-hgext |
2018-03-30 |
phabricator |
|
Not Applicable |
D2101: infinitepush: remove wrapping around bundle2._addpartsfromopts() |
2018-03-30 |
phabricator |
|
Not Applicable |
D2100: infinitepush: delete the bundle2 part ordering related to pushrebase |
2018-03-30 |
phabricator |
|
Not Applicable |
D2099: infinitepush: delete the hack to load the extension after remotenames |
2018-03-30 |
phabricator |
|
Not Applicable |
D2098: infinitepush: drop the logic related to inhibit extension |
2018-03-30 |
phabricator |
|
Not Applicable |
D2097: infinitepush: remove backupcommands.py |
2018-03-30 |
phabricator |
|
Not Applicable |
D2897: fix: new extension for automatically modifying file contents |
2018-03-30 |
phabricator |
|
Not Applicable |
D2973: narrow: use repo.local() instead of isinstance() |
2018-03-30 |
phabricator |
|
Not Applicable |
D2975: tests: add zope.interface to clang-format ignore list |
2018-03-30 |
phabricator |
|
Not Applicable |
D2974: contrib: rename clang-format-blacklist to clang-format-ignorelist |
2018-03-30 |
phabricator |
|
Not Applicable |
D2972: tests: ignore zope packages when running pyflakes |
2018-03-30 |
phabricator |
|
Not Applicable |
D2930: thirdparty: port zope.interface to relative imports |
2018-03-30 |
phabricator |
|
Not Applicable |
D2933: repository: define interface for local repositories |
2018-03-30 |
phabricator |
|
Not Applicable |
D2932: setup: register zope.interface packages and compile C extension |
2018-03-30 |
phabricator |
|
Not Applicable |
D2931: thirdparty: allow zope.interface.advice to be lazily imported |
2018-03-30 |
phabricator |
|
Not Applicable |
D2929: thirdparty: don't make zope a namespace package |
2018-03-30 |
phabricator |
|
Not Applicable |
D2970: context: set repo property in basectx |
2018-03-30 |
phabricator |
|
Not Applicable |
D2969: context: move reuse of context object to repo.__getitem__ (API) |
2018-03-30 |
phabricator |
|
Not Applicable |
D2970: context: set repo property in basectx |
2018-03-30 |
phabricator |
|
Not Applicable |
D2967: context: avoid using a context object as a changeid |
2018-03-30 |
phabricator |
|
Not Applicable |
D2968: memctx: create parent contexts using "repo[p]" syntax |
2018-03-30 |
phabricator |
|
Not Applicable |
D2966: context: remove unwanted assignments in basectx.__new__() (API) |
2018-03-30 |
phabricator |
|
Not Applicable |
D1957: streamclonebundle: make sure we accept new stream clone bundle spec |
2018-03-30 |
phabricator |
|
Not Applicable |
D1954: bundle: add the possibility to bundle a stream v2 part |
2018-03-30 |
phabricator |
|
Not Applicable |
D1955: bundlespec: add support for some variants |
2018-03-30 |
phabricator |
|
Not Applicable |
D1956: streamclonebundle: add a test for stream clone bundle v2 |
2018-03-30 |
phabricator |
|
Not Applicable |
D1952: bundlespec: move computing the bundle contentops in parsebundlespec |
2018-03-30 |
phabricator |
|
Not Applicable |
D2971: bundlespec: introduce an attr-based class for bundlespec |
2018-03-30 |
phabricator |
|
Not Applicable |
D1953: streambundlev2: add a new test-file |
2018-03-30 |
phabricator |
|
Not Applicable |
D2904: templatefuncs: add mailmap template function |
2018-03-30 |
phabricator |
|
Not Applicable |
D1952: bundlespec: move computing the bundle contentops in parsebundlespec |
2018-03-30 |
phabricator |
|
Not Applicable |
D1957: streamclonebundle: make sure we accept new stream clone bundle spec |
2018-03-30 |
phabricator |
|
Not Applicable |
D2960: stringutil: move person function from templatefilters |
2018-03-30 |
phabricator |
|
Not Applicable |
D2959: stringutil: add isauthorwellformed function |
2018-03-30 |
phabricator |
|
Not Applicable |
D1954: bundle: add the possibility to bundle a stream v2 part |
2018-03-30 |
phabricator |
|
Not Applicable |
D1955: bundlespec: add support for some variants |
2018-03-30 |
phabricator |
|
Not Applicable |
D1953: streambundlev2: add a new test-file |
2018-03-30 |
phabricator |
|
Not Applicable |
D2965: push: use "repo['.']" instead of old form "repo['']" |
2018-03-30 |
phabricator |
|
Not Applicable |
D2897: fix: new extension for automatically modifying file contents |
2018-03-29 |
phabricator |
|
Not Applicable |
D2965: push: use "repo['.']" instead of old form "repo['']" |
2018-03-29 |
phabricator |
|
Not Applicable |
D2964: context: change default changeid from old form '' to '.' |
2018-03-29 |
phabricator |
|
Not Applicable |
D2904: templatefuncs: add mailmap template function |
2018-03-29 |
phabricator |
|
Not Applicable |
D2960: stringutil: move person function from templatefilters |
2018-03-29 |
phabricator |
|
Not Applicable |
D2959: stringutil: add isauthorwellformed function |
2018-03-29 |
phabricator |
|
Not Applicable |
[Bug,5830] New: Record on a moved file ignores chunk selection |
2018-03-29 |
mercurial-bugs@mercurial-scm.org |
|
Not Applicable |
D2961: locate: avoid using "rev" variable name for nodeid |
2018-03-28 |
phabricator |
|
Not Applicable |
D2962: tag: avoid using "r" variable name for nodeid |
2018-03-28 |
phabricator |
|
Not Applicable |
D2963: debugsetparents: avoid using "r1/r2" variable names for nodeids |
2018-03-28 |
phabricator |
|
Not Applicable |
D2948: wireproto: syntax for encoding CBOR into frames |
2018-03-28 |
phabricator |
|
Not Applicable |
D2932: setup: register zope.interface packages and compile C extension |
2018-03-28 |
phabricator |
|
Not Applicable |
D2678: help: supporting both help and doc for aliases |
2018-03-28 |
phabricator |
|
Not Applicable |
D2927: localrepo: make filterpats private (API) |
2018-03-28 |
phabricator |
|
Not Applicable |
D2925: localrepo: move featuresetupfuncs out of localrepository class (API) |
2018-03-28 |
phabricator |
|
Not Applicable |
D2926: narrow: use featuresetupfuncs |
2018-03-28 |
phabricator |
|
Not Applicable |
D2678: help: supporting both help and doc for aliases |
2018-03-27 |
phabricator |
|
Not Applicable |
D2904: templatefuncs: add mailmap template function |
2018-03-27 |
phabricator |
|
Not Applicable |
D2943: grep: fixes errorneous output of grep in forward order |
2018-03-27 |
phabricator |
|
Not Applicable |
D2108: infinitepush: drop the `--to` flag to push and use `-B` instead |
2018-03-27 |
phabricator |
|
Not Applicable |
D2667: obsolete: refactor function for getting obsolete options |
2018-03-27 |
phabricator |
|
Not Applicable |
D2949: setup: install cbor packages |
2018-03-27 |
phabricator |
|
Not Applicable |
D2678: help: supporting both help and doc for aliases |
2018-03-27 |
phabricator |
|
Not Applicable |
D2678: help: supporting both help and doc for aliases |
2018-03-27 |
phabricator |
|
Not Applicable |
D2897: fix: new extension for automatically modifying file contents |
2018-03-26 |
phabricator |
|
Not Applicable |
D2907: wireproto: add streams to frame-based protocol |
2018-03-26 |
phabricator |
|
Not Applicable |
D2948: wireproto: syntax for encoding CBOR into frames |
2018-03-26 |
phabricator |
|
Not Applicable |
D2947: wireproto: explicit API to create outgoing streams |
2018-03-26 |
phabricator |
|
Not Applicable |
D2906: wireproto: start to associate frame generation with a stream |
2018-03-26 |
phabricator |
|
Not Applicable |
D2943: grep: fixes errorneous output of grep in forward order |
2018-03-26 |
phabricator |
|
Not Applicable |
D2907: wireproto: add streams to frame-based protocol |
2018-03-26 |
phabricator |
|
Not Applicable |
D2902: wireproto: define frame to represent progress updates |
2018-03-26 |
phabricator |
|
Not Applicable |
D2906: wireproto: start to associate frame generation with a stream |
2018-03-26 |
phabricator |
|
Not Applicable |
D2593: state: add logic to parse the state file in old way if cbor fails |
2018-03-26 |
phabricator |
|
Not Applicable |
D2855: graft: add a version number to the state file formats |
2018-03-26 |
phabricator |
|
Not Applicable |
D2595: graft: start using the new state file class |
2018-03-26 |
phabricator |
|
Not Applicable |
D2597: graft: add test for reading old format state files with new mechanism |
2018-03-26 |
phabricator |
|
Not Applicable |
D2594: graft: move logic to read current graft state file in separate function |
2018-03-26 |
phabricator |
|
Not Applicable |
D2593: state: add logic to parse the state file in old way if cbor fails |
2018-03-26 |
phabricator |
|
Not Applicable |
D2592: state: add registrar to register function to read old state files |
2018-03-26 |
phabricator |
|
Not Applicable |
D2591: state: import the file to write state files from evolve extension |
2018-03-26 |
phabricator |
|
Not Applicable |
D2944: wireproto: review fixups |
2018-03-26 |
phabricator |
|
Not Applicable |
D2902: wireproto: define frame to represent progress updates |
2018-03-26 |
phabricator |
|
Not Applicable |
D2751: cbor: remove unrequired files and fix core test-check* |
2018-03-26 |
phabricator |
|
Not Applicable |
D2752: cbor: add a __init__.py to top level cbor module |
2018-03-26 |
phabricator |
|
Not Applicable |
D2750: thirdparty: start vendoring cbor python library |
2018-03-26 |
phabricator |
|
Not Applicable |
D2938: grep: make grep search on working directory by default |
2018-03-26 |
phabricator |
|
Not Applicable |
D2875: remotenames: introduce a config option to allow creation of remote bookmarks |
2018-03-26 |
phabricator |
|
Not Applicable |
D2874: remotenames: synchronise remotenames after push also |
2018-03-26 |
phabricator |
|
Not Applicable |
D2873: remotenames: add functionality to override -B flag of push |
2018-03-26 |
phabricator |
|
Not Applicable |
D2934: forget: add --confirm option |
2018-03-26 |
phabricator |
|
Not Applicable |
D2694: merge: deprecate accessing update results by index |
2018-03-26 |
phabricator |
|
Not Applicable |
D2938: grep: make grep search on working directory by default |
2018-03-25 |
phabricator |
|
Not Applicable |
D2702: commands: use constants for merge things |
2018-03-24 |
phabricator |
|
Not Applicable |
D2701: merge: use constants for actions |
2018-03-24 |
phabricator |
|
Not Applicable |
D2700: merge: use constants for merge record state |
2018-03-24 |
phabricator |
|
Not Applicable |
D2699: merge: use constants for merge driver state |
2018-03-24 |
phabricator |
|
Not Applicable |
D2698: merge: use constants for merge state record types |
2018-03-24 |
phabricator |
|
Not Applicable |
D2692: merge: return an attrs class from update() and applyupdates() |
2018-03-24 |
phabricator |
|
Not Applicable |
D2394: histedit: make histedit's commands accept revsets (issue5746) |
2018-03-24 |
phabricator |
|
Not Applicable |
D2693: histedit: always define update results |
2018-03-24 |
phabricator |
|
Not Applicable |
D2939: fsmonitor: layer on another hack in bser.c for os.stat() compat (issue5811) |
2018-03-24 |
phabricator |
|
Not Applicable |
D2694: merge: deprecate accessing update results by index |
2018-03-24 |
phabricator |
|
Not Applicable |
D1944: wireproto: provide accessors for client capabilities |
2018-03-24 |
phabricator |
|
Not Applicable |
D2938: grep: make grep search on working directory by default |
2018-03-24 |
phabricator |
|
Not Applicable |
D2938: grep: make grep search on working directory by default |
2018-03-24 |
phabricator |
|
Not Applicable |
D2936: hgweb: don't responsd to api requests unless feature is enabled |
2018-03-24 |
phabricator |
|
Not Applicable |
D2935: fancyopts: fix rendering of customopt defaults in help text |
2018-03-24 |
phabricator |
|
Not Applicable |
D2937: fancyopts: prevent mutation of the default value in customopts |
2018-03-24 |
phabricator |
|
Not Applicable |
D2938: grep: make grep search on working directory by default |
2018-03-23 |
phabricator |
|
Not Applicable |
D2807: remotenames: add functionality to hoist remotebookmarks |
2018-03-23 |
phabricator |
|
Not Applicable |
D2808: remotenames: show remote bookmarks in `hg bookmarks` |
2018-03-23 |
phabricator |
|
Not Applicable |
D2935: fancyopts: fix rendering of customopt defaults in help text |
2018-03-23 |
phabricator |
|
Not Applicable |
D2934: forget: add --confirm option |
2018-03-22 |
phabricator |
|
Not Applicable |
D2889: filemerge: make the 'local' path match the format that 'base' and 'other' use |
2018-03-22 |
phabricator |
|
Not Applicable |
D2875: remotenames: introduce a config option to allow creation of remote bookmarks |
2018-03-22 |
phabricator |
|
Not Applicable |
D2874: remotenames: synchronise remotenames after push also |
2018-03-22 |
phabricator |
|
Not Applicable |
D2873: remotenames: add functionality to override -B flag of push |
2018-03-22 |
phabricator |
|
Not Applicable |
D2808: remotenames: show remote bookmarks in `hg bookmarks` |
2018-03-22 |
phabricator |
|
Not Applicable |
D2807: remotenames: add functionality to hoist remotebookmarks |
2018-03-22 |
phabricator |
|
Not Applicable |
D2925: localrepo: move featuresetupfuncs out of localrepository class (API) |
2018-03-22 |
phabricator |
|
Not Applicable |
D2901: wireproto: explicitly track which requests are active |
2018-03-22 |
phabricator |
|
Not Applicable |
D2899: wireproto: define attr-based classes for representing frames |
2018-03-22 |
phabricator |
|
Not Applicable |
D2869: wireproto: add request IDs to frames |
2018-03-22 |
phabricator |
|
Not Applicable |
D2900: wireproto: use named arguments when passing around frame data |
2018-03-22 |
phabricator |
|
Not Applicable |
D2872: wireproto: define human output side channel frame |
2018-03-22 |
phabricator |
|
Not Applicable |
D2871: wireproto: service multiple command requests per HTTP request |
2018-03-22 |
phabricator |
|
Not Applicable |
D2856: wireproto: nominally don't expose "batch" to version 2 wire transports |
2018-03-22 |
phabricator |
|
Not Applicable |
D2870: wireproto: support for receiving multiple requests |
2018-03-22 |
phabricator |
|
Not Applicable |
D2852: wireproto: implement basic frame reading and processing |
2018-03-22 |
phabricator |
|
Not Applicable |
D2860: wireproto: buffer output frames when in half duplex mode |
2018-03-22 |
phabricator |
|
Not Applicable |
D2858: wireproto: define and implement responses in framing protocol |
2018-03-22 |
phabricator |
|
Not Applicable |
D2857: wireproto: implement basic command dispatching for HTTPv2 |
2018-03-22 |
phabricator |
|
Not Applicable |
D2851: wireproto: define and implement protocol for issuing requests |
2018-03-22 |
phabricator |
|
Not Applicable |
D2842: util: don't log low-level I/O calls for HTTP peer |
2018-03-22 |
phabricator |
|
Not Applicable |
D2850: wireproto: define content negotiation for HTTPv2 |
2018-03-22 |
phabricator |
|
Not Applicable |
D2836: wireproto: define permissions-based routing of HTTPv2 wire protocol |
2018-03-22 |
phabricator |
|
Not Applicable |
D2837: wireproto: require POST for all HTTPv2 requests |
2018-03-22 |
phabricator |
|
Not Applicable |
D2849: hgweb: also set Content-Type header |
2018-03-22 |
phabricator |
|
Not Applicable |
D2843: url: support suppressing Accept header |
2018-03-22 |
phabricator |
|
Not Applicable |
D2834: wireproto: support /api/* URL space for exposing APIs |
2018-03-22 |
phabricator |
|
Not Applicable |
D2923: rebase: pass in "user" instead of "ctx" to conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2924: rebase: rename conclude[memory]node() to commit[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2921: rebase: move config override out of conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2922: rebase: look up default date outside of conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2919: rebase: pass in "keepbranch" to conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2920: rebase: pass in entire "overrides" dict to conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2918: rebase: inline _makextrafn() now that we have only one caller |
2018-03-21 |
phabricator |
|
Not Applicable |
D2917: rebase: pass in "extra" itself into conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2916: rebase: look up commit message to reuse outside of conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2915: rebase: pass in ctx, not rev, to conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2913: rebase: store rebase state after each commit |
2018-03-21 |
phabricator |
|
Not Applicable |
D2914: rebase: extract common _concludenode() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2912: rebase: register status file generator only once when using single transaction |
2018-03-21 |
phabricator |
|
Not Applicable |
D2910: tests: use drawdag in test-rebase-collapse.t |
2018-03-21 |
phabricator |
|
Not Applicable |
D2911: tests: add some more tests to test-rebase-collapse.t |
2018-03-21 |
phabricator |
|
Not Applicable |
D2909: rebase: remove unused default argument values from conclude[memory]node() |
2018-03-21 |
phabricator |
|
Not Applicable |
D2908: rebase: get "inmemory" state directly from rebase runtime |
2018-03-21 |
phabricator |
|
Not Applicable |
D2851: wireproto: define and implement protocol for issuing requests |
2018-03-21 |
phabricator |
|
Not Applicable |
D2842: util: don't log low-level I/O calls for HTTP peer |
2018-03-21 |
phabricator |
|
Not Applicable |
D2837: wireproto: require POST for all HTTPv2 requests |
2018-03-21 |
phabricator |
|
Not Applicable |
D2850: wireproto: define content negotiation for HTTPv2 |
2018-03-21 |
phabricator |
|
Not Applicable |
D2836: wireproto: define permissions-based routing of HTTPv2 wire protocol |
2018-03-21 |
phabricator |
|
Not Applicable |
D2834: wireproto: support /api/* URL space for exposing APIs |
2018-03-21 |
phabricator |
|
Not Applicable |