[stable] color: tweak behavior of ui.color config knob |
2017-05-02 |
Augie Fackler |
|
Rejected |
[stable] tests: add lots of regex matching to test-http-bad-server.t |
2017-04-24 |
Augie Fackler |
|
Accepted |
[stable] tests: pass only one file at a time to tail(1) |
2017-04-23 |
Augie Fackler |
|
Accepted |
[stable,v2] debian: configure editor and pager to sensible-\1 by default |
2017-04-23 |
Augie Fackler |
|
Accepted |
[stable] tests: work around flaky test failure on FreeBSD and relatives |
2017-04-22 |
Augie Fackler |
|
Accepted |
[stable] debian: use a wildcard target for docker-debian-$codename |
2017-04-22 |
Augie Fackler |
|
Rejected |
[stable] debian: configure editor and pager to sensible-\1 by default |
2017-04-22 |
Augie Fackler |
|
Superseded |
[v2,stable] sshpeer: try harder to snag stderr when stdout closes unexpectedly |
2017-04-21 |
Augie Fackler |
|
Accepted |
stable ordering of test output |
2017-04-13 |
Augie Fackler |
yuya |
Changes Requested |
sshpeer: fix docstring typo |
2017-04-13 |
Augie Fackler |
|
Accepted |
util: pass sysstrs to warnings.filterwarnings |
2017-04-13 |
Augie Fackler |
|
Accepted |
tests: make zstd-related output optional |
2017-04-03 |
Augie Fackler |
|
Accepted |
util: fix %-formatting on docstring by moving a closing parenthesis |
2017-04-03 |
Augie Fackler |
|
Accepted |
[5,of,5] check-code: update test IP address enforcement checks |
2017-04-03 |
Augie Fackler |
|
Accepted |
[4,of,5] tests: fix missing (glob) annotations in test-push-http.t |
2017-04-03 |
Augie Fackler |
|
Accepted |
[3,of,5] tests: fix missing (glob) annotations in test-push-http-bundle1.t |
2017-04-03 |
Augie Fackler |
|
Accepted |
[2,of,5] tests: fix missing (glob) annotations in test-https.t |
2017-04-03 |
Augie Fackler |
|
Accepted |
[1,of,5] tests: fix missing (glob) annotations in test-bundle2-exchange.t |
2017-04-03 |
Augie Fackler |
|
Accepted |
[11,of,11] changelog: assert that revlog files are opened with bytes in the mode |
2017-03-26 |
Augie Fackler |
|
Accepted |
[10,of,11] py3: prove that a second commit in a given repository works |
2017-03-26 |
Augie Fackler |
|
Accepted |
[09,of,11] changelog: fix default open mode to use bytes io instead of str |
2017-03-26 |
Augie Fackler |
|
Accepted |
[08,of,11] vfs: fix two setattr calls to use sysstrs |
2017-03-26 |
Augie Fackler |
|
Accepted |
[07,of,11] revlog: fix many file handle opens to explicitly use bytes mode |
2017-03-26 |
Augie Fackler |
|
Accepted |
[06,of,11] bdiff: coerce to bytes() not str() in pure code |
2017-03-26 |
Augie Fackler |
|
Accepted |
[05,of,11] manifest: coerce _msearch argument to bytestr at method start |
2017-03-26 |
Augie Fackler |
|
Accepted |
[04,of,11] changelog: coerce data to write to bytes(), not str() |
2017-03-26 |
Augie Fackler |
|
Accepted |
[03,of,11] ui: use latin-1 as "fat bytes" to preserve EOL behavior on py3 |
2017-03-26 |
Augie Fackler |
|
Accepted |
[02,of,11] pycompat: forward encoding kwarg on open() |
2017-03-26 |
Augie Fackler |
|
Accepted |
[01,of,11] revsetlang: fix _quote on int on python3 |
2017-03-26 |
Augie Fackler |
|
Accepted |
[2,of,7,V4] hgweb: add a "patch" query parameter to filelog command |
2017-03-24 |
Augie Fackler |
|
Not Applicable |
[6,of,6,py3,v2] py3: prove `hg {add,addremove,commit} all work |
2017-03-23 |
Augie Fackler |
|
Accepted |
[5,of,6,py3,v2] revsetlang: perform quoting using ui.escapestr instead of repr() |
2017-03-23 |
Augie Fackler |
|
Accepted |
[4,of,6,py3,v2] revsetlang: add docstring with some tests to _quote |
2017-03-23 |
Augie Fackler |
|
Accepted |
[3,of,6,py3,v2] revsetlang: move quoting function to not be a closure |
2017-03-23 |
Augie Fackler |
|
Accepted |
[2,of,6,py3,v2] revsetlang: portably bytestring-ify another pair of int() calls |
2017-03-23 |
Augie Fackler |
|
Accepted |
[1,of,6,py3,v2] similar: sort workingfilectx instances by .path() |
2017-03-23 |
Augie Fackler |
|
Accepted |
revlog: use pycompat.maplist to eagerly evaluate map on Python 3 |
2017-03-21 |
Augie Fackler |
|
Accepted |
[4,of,4,py3] py3: prove `hg {add,addremove,commit} all work |
2017-03-21 |
Augie Fackler |
|
Accepted |
[3,of,4,py3] revsetlang: portably turn int into bytestring |
2017-03-21 |
Augie Fackler |
|
Accepted |
[2,of,4,py3] revsetlang: work around repr() returning unicode on py3 |
2017-03-21 |
Augie Fackler |
|
Accepted |
[1,of,4,py3] similar: avoid sorting and making copies of addedfiles and removedfiles sets |
2017-03-21 |
Augie Fackler |
|
Accepted |
localrepo: use node.hex instead of awkward .encode('latin1') |
2017-03-21 |
Augie Fackler |
|
Accepted |
[5,of,5,py3] commit: keep opts as byteskwargs as much as possible |
2017-03-21 |
Augie Fackler |
|
Changes Requested |
[4,of,5,py3] util: reference __main__ in sys.modules as a sysstr |
2017-03-21 |
Augie Fackler |
|
Changes Requested |
[3,of,5,py3] ui: convert to/from Unicode on Python 3 in ui.editor() |
2017-03-21 |
Augie Fackler |
|
Changes Requested |
[2,of,5,py3] manifest: refer to bytestrings as bytes, not str |
2017-03-21 |
Augie Fackler |
|
Changes Requested |
[1,of,5,py3] manifest: use node.hex instead of .encode('hex') |
2017-03-21 |
Augie Fackler |
|
Changes Requested |
[3,of,3,osx-packaging] osx: always purge build/mercurial before starting build |
2017-03-20 |
Augie Fackler |
|
Accepted |
[2,of,3,osx-packaging] osx: use more paranoid quoting in test |
2017-03-20 |
Augie Fackler |
|
Accepted |
[1,of,3,osx-packaging] osx: install completion scripts using install(1) to avoid umask badness |
2017-03-20 |
Augie Fackler |
|
Accepted |
dispatch: replace mayberepr with shellquote |
2017-03-19 |
Augie Fackler |
|
Accepted |
[10,of,10,py3] localrepo: forcibly copy list of filecache keys |
2017-03-19 |
Augie Fackler |
|
Accepted |
[09,of,10,py3] localrepo: turn hook kwargs back into strs before calling hook |
2017-03-19 |
Augie Fackler |
|
Accepted |
[08,of,10,py3] localrepo: ensure transaction id is fully bytes on py3 |
2017-03-19 |
Augie Fackler |
|
Accepted |
[07,of,10,py3] dirstate: use future-proof next(iter) instead of iter.next |
2017-03-19 |
Augie Fackler |
|
Accepted |
[06,of,10,py3] posix: tiptoe around tempfile module more delicately |
2017-03-19 |
Augie Fackler |
|
Accepted |
[05,of,10,py3] posix: use open() instead of file() |
2017-03-19 |
Augie Fackler |
|
Accepted |
[04,of,10,py3] revlog: use int instead of long |
2017-03-19 |
Augie Fackler |
|
Accepted |
[03,of,10,py3] error: use r-string to properly pop hints from **kw |
2017-03-19 |
Augie Fackler |
|
Accepted |
[02,of,10,py3] dispatch: use pycompat.maplist to allow summing with args |
2017-03-19 |
Augie Fackler |
|
Accepted |
[01,of,10,py3] pycompat: add maplist alias for old map behavior |
2017-03-19 |
Augie Fackler |
|
Accepted |
[8,of,8,py3] branchmap: be more careful about using %d on ints |
2017-03-19 |
Augie Fackler |
|
Accepted |
[7,of,8,py3] util: use bytes re on bytes input in fspath |
2017-03-19 |
Augie Fackler |
|
Accepted |
[6,of,8,py3] util: use pycompat.bytestr in checkwinfilename |
2017-03-19 |
Augie Fackler |
|
Accepted |
[5,of,8,py3] error: use pycompat.sysstr to properly pop hints from **kw |
2017-03-19 |
Augie Fackler |
|
Accepted |
[4,of,8,py3] dispatch: list()-ify another map() |
2017-03-19 |
Augie Fackler |
|
Accepted |
[3,of,8,py3] dispatch: ensure repr is bytes in _mayberepr |
2017-03-19 |
Augie Fackler |
|
Accepted |
[2,of,8,py3] dispatch: extract maybe-use-repr formatting to helper function |
2017-03-19 |
Augie Fackler |
|
Accepted |
[1,of,8,py3] dispatch: consolidate formatting of arguments |
2017-03-19 |
Augie Fackler |
|
Accepted |
[2,of,2] pager: skip running the pager if it's set to 'cat' |
2017-03-16 |
Augie Fackler |
|
Accepted |
[1,of,2] pager: avoid shell=True on subprocess.Popen for better errors (issue5491) |
2017-03-16 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext,remotefilelog-ext] datapack: don't depend on demandimport when cstore isn't available |
2017-03-13 |
Augie Fackler |
|
Changes Requested |
[py26-fix] branchmap: fix python 2.6 by using util.buffer() instead of passing bytearray |
2017-03-13 |
Augie Fackler |
|
Accepted |
[3,of,3,py3,v3] py3: prove `hg files --rev` works |
2017-03-12 |
Augie Fackler |
|
Accepted |
[2,of,3,py3,v3] tests: make a variable for hg binary location in test-check-py3-commands |
2017-03-12 |
Augie Fackler |
|
Accepted |
[1,of,3,py3,v3] lock: encode result of gethostname into a bytestring |
2017-03-12 |
Augie Fackler |
|
Accepted |
[4,of,4,py3,v2] py3: prove `hg files --rev` works |
2017-03-12 |
Augie Fackler |
|
Changes Requested |
[3,of,4,py3,v2] tests: make a variable for hg binary location in test-check-py3-commands |
2017-03-12 |
Augie Fackler |
|
Changes Requested |
[2,of,4,py3,v2] lock: encode result of gethostname into a bytestring |
2017-03-12 |
Augie Fackler |
|
Changes Requested |
[1,of,4,py3,v2] encoding: make encoding.encoding be a native str and add encodingb |
2017-03-12 |
Augie Fackler |
|
Changes Requested |
[12,of,12,py3] revlog: use bytes() instead of str() to get data from memoryview |
2017-03-12 |
Augie Fackler |
|
Accepted |
[11,of,12,py3] py3: prove `hg files --rev` works |
2017-03-12 |
Augie Fackler |
|
Accepted |
[10,of,12,py3] tests: make a variable for hg binary location in test-check-py3-commands |
2017-03-12 |
Augie Fackler |
|
Accepted |
[09,of,12,py3] lock: encode result of gethostname into a bytestring |
2017-03-12 |
Augie Fackler |
|
Accepted |
[08,of,12,py3] encoding: make encoding.encoding be a native str and add encodingb |
2017-03-12 |
Augie Fackler |
|
Accepted |
[07,of,12,py3] util: teach url object about __bytes__ |
2017-03-12 |
Augie Fackler |
|
Accepted |
[06,of,12,py3] manifest: ensure paths are bytes (not str) in pure parser |
2017-03-12 |
Augie Fackler |
|
Accepted |
[05,of,12,py3] manifest: now that node.bin is available, use it directly |
2017-03-12 |
Augie Fackler |
|
Accepted |
[04,of,12,py3] manifest: use node.bin instead of .decode('hex') |
2017-03-12 |
Augie Fackler |
|
Accepted |
[03,of,12,py3] manifest: add __next__ methods for Python 3 |
2017-03-12 |
Augie Fackler |
|
Accepted |
[02,of,12,py3] files: use native string type to load rev opt from dict |
2017-03-12 |
Augie Fackler |
|
Accepted |
[01,of,12,py3] store: fix many single-byte ops to use slicing in _auxencode |
2017-03-12 |
Augie Fackler |
|
Accepted |
[10,of,10,py3] repoview: specify setattr values as native strings |
2017-03-12 |
Augie Fackler |
|
Accepted |
[09,of,10,py3] revlog: use bytes() to ensure text from _chunks is a reasonable type |
2017-03-12 |
Augie Fackler |
|
Accepted |
[08,of,10,py3] revlog: extract first byte of revlog with a slice so it's portable |
2017-03-12 |
Augie Fackler |
|
Accepted |
[07,of,10,py3] revsetlang: slice out single bytes instead of indexing |
2017-03-12 |
Augie Fackler |
|
Accepted |
[06,of,10,py3] mpatch: use bytesio instead of stringio in pure-python mpatch code |
2017-03-12 |
Augie Fackler |
|
Accepted |
[05,of,10,py3] lock: use %d to format integer into a bytestring |
2017-03-12 |
Augie Fackler |
|
Accepted |
[04,of,10,py3] parser: use %d instead of %s for interpolating error position |
2017-03-12 |
Augie Fackler |
|
Accepted |
[03,of,10,py3] manifest: unbreak pure-python manifest parsing on Python 3 |
2017-03-12 |
Augie Fackler |
|
Accepted |
[02,of,10,py3] context: use portable construction to verify int parsing |
2017-03-12 |
Augie Fackler |
|
Accepted |
[01,of,10,py3] ui: portably bytestring-ify url object |
2017-03-12 |
Augie Fackler |
|
Accepted |
[V2] config: honour the trusted flag in ui.configint |
2017-03-12 |
Augie Fackler |
|
Changes Requested |
[9,of,9,py3,v3] scmutil: fix key generation to portably bytestringify integer |
2017-03-12 |
Augie Fackler |
|
Accepted |
[8,of,9,py3,v3] branchmap: stringify int in a portable way |
2017-03-12 |
Augie Fackler |
|
Accepted |
[7,of,9,py3,v3] branchmap: don't use buffer() on Python 3 |
2017-03-12 |
Augie Fackler |
|
Accepted |
[6,of,9,py3,v3] py3: use bytearray() instead of array('c', ...) constructions |
2017-03-12 |
Augie Fackler |
|
Accepted |
[5,of,9,py3,v3] summary: don't explicitly str() something we're about to %s |
2017-03-12 |
Augie Fackler |
|
Accepted |
[4,of,9,py3,v3] context: implement both __bytes__ and __str__ for Python 3 |
2017-03-12 |
Augie Fackler |
|
Accepted |
[3,of,9,py3,v3] context: work around `long` not existing on Python 3 |
2017-03-12 |
Augie Fackler |
|
Accepted |
[2,of,9,py3,v3] phases: explicitly evaluate list returned by map |
2017-03-12 |
Augie Fackler |
|
Accepted |
[1,of,9,py3,v3] ui: check for --debugger in sys.argv using r-string to avoid bytes on py3 |
2017-03-12 |
Augie Fackler |
|
Accepted |
[9,of,9,py3,v2] scmutil: fix key generation to portably bytestringify integer |
2017-03-12 |
Augie Fackler |
|
Superseded |
[8,of,9,py3,v2] branchmap: stringify int in a portable way |
2017-03-12 |
Augie Fackler |
|
Superseded |
[7,of,9,py3,v2] branchmap: don't use buffer() on Python 3 |
2017-03-12 |
Augie Fackler |
|
Superseded |
[6,of,9,py3,v2] py3: use bytearray() instead of array('c', ...) constructions |
2017-03-12 |
Augie Fackler |
|
Superseded |
[5,of,9,py3,v2] summary: don't explicitly str() something we're about to %s |
2017-03-12 |
Augie Fackler |
|
Superseded |
[4,of,9,py3,v2] context: implement both __bytes__ and __str__ for Python 3 |
2017-03-12 |
Augie Fackler |
|
Superseded |
[3,of,9,py3,v2] context: work around `long` not existing on Python 3 |
2017-03-12 |
Augie Fackler |
|
Superseded |
[2,of,9,py3,v2] phases: explicitly evaluate list returned by map |
2017-03-12 |
Augie Fackler |
|
Superseded |
[1,of,9,py3,v2] ui: check for --debugger in sys.argv using r-string to avoid bytes on py3 |
2017-03-12 |
Augie Fackler |
|
Superseded |
[9,of,9,py3] scmutil: fix key generation to portably bytestringify integer |
2017-03-12 |
Augie Fackler |
|
Superseded |
[8,of,9,py3] branchmap: stringify int in a portable way |
2017-03-12 |
Augie Fackler |
|
Superseded |
[7,of,9,py3] branchmap: don't use buffer() on Python 3 |
2017-03-12 |
Augie Fackler |
|
Superseded |
[6,of,9,py3] py3: use bytearray() instead of array('c', ...) constructions |
2017-03-12 |
Augie Fackler |
|
Superseded |
[5,of,9,py3] summary: don't explicitly str() something we're about to %s |
2017-03-12 |
Augie Fackler |
|
Superseded |
[4,of,9,py3] context: implement both __bytes__ and __str__ for Python 3 |
2017-03-12 |
Augie Fackler |
|
Superseded |
[3,of,9,py3] context: work around `long` not existing on Python 3 |
2017-03-12 |
Augie Fackler |
|
Superseded |
[2,of,9,py3] phases: explicitly evaluate list returned by map |
2017-03-12 |
Augie Fackler |
|
Superseded |
[1,of,9,py3] ui: check for --debugger in sys.argv using r-string to avoid bytes on py3 |
2017-03-12 |
Augie Fackler |
|
Superseded |
[6,of,6,py3,v4] policy: try and always have a bytes for module policy |
2017-03-11 |
Augie Fackler |
|
Accepted |
[5,of,6,py3,v4] init: zstd is already python3-ready, so don't run it through our importer |
2017-03-11 |
Augie Fackler |
|
Accepted |
[4,of,6,py3,v4] config: guard against setconfig specifying unicode values on py3 |
2017-03-11 |
Augie Fackler |
|
Accepted |
[3,of,6,py3,v4] dispatch: enforce bytes when converting boolean flags to config items |
2017-03-11 |
Augie Fackler |
|
Accepted |
[2,of,6,py3,v4] py3: add a test that proves %include and missing-extension code works |
2017-03-11 |
Augie Fackler |
|
Accepted |
[1,of,6,py3,v4] extensions: tapdance to get reasonable import error formatting |
2017-03-11 |
Augie Fackler |
|
Accepted |
help: update help.internalstable for new censor docs |
2017-03-10 |
Augie Fackler |
|
Accepted |
[2,of,2] parsers: drop old nonnormalentries method |
2017-03-10 |
Augie Fackler |
|
Accepted |
[1,of,2] parsers: avoid leak of nonnset and otherpset |
2017-03-10 |
Augie Fackler |
|
Accepted |
[RFC] ui: introduce sysdefault section for pager and editor configuration |
2017-03-08 |
Augie Fackler |
|
Changes Requested |
[2,of,2,pager-followup] dispatch: add pagination of two more help cases |
2017-03-08 |
Augie Fackler |
|
Accepted |
[1,of,2,pager-followup] help: avoid mutating passed-in `keep` list in `formattedhelp` |
2017-03-08 |
Augie Fackler |
|
Accepted |
[8,of,8,py3,v3] policy: try and always have a bytes for module policy |
2017-03-08 |
Augie Fackler |
|
Accepted |
[7,of,8,py3,v3] init: zstd is already python3-ready, so don't run it through our importer |
2017-03-08 |
Augie Fackler |
|
Accepted |
[6,of,8,py3,v3] config: guard against setconfig specifying unicode values on py3 |
2017-03-08 |
Augie Fackler |
|
Accepted |
[5,of,8,py3,v3] dispatch: enforce bytes when converting boolean flags to config items |
2017-03-08 |
Augie Fackler |
|
Accepted |
[4,of,8,py3,v3] py3: add a test that proves %include and missing-extension code works |
2017-03-08 |
Augie Fackler |
|
Accepted |
[3,of,8,py3,v3] extensions: tapdance to get reasonable import error formatting |
2017-03-08 |
Augie Fackler |
|
Accepted |
[2,of,8,py3,v3] extensions: use [0:1] slice on config path instead of [0] |
2017-03-08 |
Augie Fackler |
|
Accepted |
[1,of,8,py3,v3] extensions: use inspect module instead of func_code.co_argcount |
2017-03-08 |
Augie Fackler |
|
Accepted |
[6,of,6,py3,v2] config: guard against setconfig specifying unicode values on py3 |
2017-03-08 |
Augie Fackler |
|
Superseded |
[5,of,6,py3,v2] dispatch: enforce bytes when converting boolean flags to config items |
2017-03-08 |
Augie Fackler |
|
Superseded |
[4,of,6,py3,v2] py3: add a test that proves %include and missing-extension code works |
2017-03-08 |
Augie Fackler |
|
Superseded |
[3,of,6,py3,v2] extensions: tapdance to get reasonable import error formatting |
2017-03-08 |
Augie Fackler |
|
Superseded |
[2,of,6,py3,v2] extensions: use [0:1] slice on config path instead of [0] |
2017-03-08 |
Augie Fackler |
|
Superseded |
[1,of,6,py3,v2] extensions: use inspect module instead of func_code.co_argcount |
2017-03-08 |
Augie Fackler |
|
Superseded |
[stable] pycompat: verify sys.argv exists before forwarding it (issue5493) |
2017-03-07 |
Augie Fackler |
|
Accepted |
[6,of,6,py3] config: guard against setconfig specifying unicode values on py3 |
2017-03-07 |
Augie Fackler |
|
Superseded |
[5,of,6,py3] dispatch: enforce bytes when converting boolean flags to config items |
2017-03-07 |
Augie Fackler |
|
Superseded |
[4,of,6,py3] py3: add a test that proves %include and missing-extension code works |
2017-03-07 |
Augie Fackler |
|
Superseded |
[3,of,6,py3] extensions: tapdance to get reasonable import error formatting |
2017-03-07 |
Augie Fackler |
|
Superseded |
[2,of,6,py3] extensions: use [0:1] slice on config path instead of [0] |
2017-03-07 |
Augie Fackler |
|
Superseded |
[1,of,6,py3] extensions: use inspect module instead of func_code.co_argcount |
2017-03-07 |
Augie Fackler |
|
Superseded |
wix: add censor docs to installer script |
2017-03-06 |
Augie Fackler |
|
Accepted |
[6,of,6,py3] schemes: move re construction to module-level and python3-ify |
2017-03-06 |
Augie Fackler |
|
Accepted |
[5,of,6,py3] dispatch: cope with sys.version being unicode on Python 3 |
2017-03-06 |
Augie Fackler |
|
Accepted |
[4,of,6,py3] dispatch: allow testedwith to be bytes or str |
2017-03-06 |
Augie Fackler |
|
Accepted |
[3,of,6,py3] ui: fix ui.traceback on Python 3 |
2017-03-06 |
Augie Fackler |
|
Accepted |
[2,of,6,py3] ui: fix opts labeling on ui.warn et al for Python 3 |
2017-03-06 |
Augie Fackler |
|
Accepted |
[1,of,6,py3] config: add sanity assert that files are opened as binary |
2017-03-06 |
Augie Fackler |
|
Accepted |
[6,of,6,py3] ui: fix configlist on Python 3 |
2017-03-03 |
Augie Fackler |
|
Accepted |
[5,of,6,py3] ui: fix ui.traceback on Python 3 |
2017-03-03 |
Augie Fackler |
|
Accepted |
[4,of,6,py3] ui: fix opts labeling on ui.warn et al for Python 3 |
2017-03-03 |
Augie Fackler |
|
Accepted |
[3,of,6,py3] config: pass some optional args as keywords |
2017-03-03 |
Augie Fackler |
|
Accepted |
[2,of,6,py3] config: add sanity assert that files are opened as binary |
2017-03-03 |
Augie Fackler |
|
Accepted |
[1,of,6,py3] config: load included config files in binary mode |
2017-03-03 |
Augie Fackler |
|
Accepted |
tests: un-nest the `order` repo in test-rebase-scenario-global |
2017-02-27 |
Augie Fackler |
|
Accepted |
osx: install bash and zsh completions by default |
2017-02-27 |
Augie Fackler |
|
Accepted |
[2,of,2,pager-endgame] pager: add a config knob to just globally turn off the pager |
2017-02-21 |
Augie Fackler |
|
Accepted |
[1,of,2,pager-endgame] pager: move most help to a new help topic and deprecate extension |
2017-02-21 |
Augie Fackler |
|
Accepted |
[2,of,2,pager-dispatch-tweaks] dispatch: rearrange 'unknown command' code to better employ pager |
2017-02-21 |
Augie Fackler |
|
Accepted |
[1,of,2,pager-dispatch-tweaks] help: move rst formatting of help documents into help.py |
2017-02-21 |
Augie Fackler |
|
Accepted |
[2,of,2,pager-tweaks] outgoing: avoid running pager until we're actually showing changes |
2017-02-21 |
Augie Fackler |
|
Accepted |
[1,of,2,pager-tweaks] incoming: delay pager activation until right before printing changes |
2017-02-21 |
Augie Fackler |
|
Accepted |
[2,of,2,pager-tweaks] dispatch: consolidate pager flag handling to a single place |
2017-02-20 |
Augie Fackler |
|
Accepted |
[1,of,2,pager-tweaks] ui: rename neverpager to disablepager |
2017-02-20 |
Augie Fackler |
|
Accepted |
[py3] ui: construct _keepalnum list in a python3-friendly way |
2017-02-20 |
Augie Fackler |
|
Not Applicable |
[19,of,19,pager] version: enable pager if --verbose is specified |
2017-02-19 |
Augie Fackler |
|
Accepted |
[18,of,19,pager] tags: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[17,of,19,pager] summary: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[16,of,19,pager] status: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[15,of,19,pager] resolve: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[14,of,19,pager] paths: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[13,of,19,pager] outgoing: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[12,of,19,pager] manifest: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[11,of,19,pager] locate: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[10,of,19,pager] incoming: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[09,of,19,pager] help: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[08,of,19,pager] grep: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[07,of,19,pager] files: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[06,of,19,pager] config: activate pager if not starting an editor |
2017-02-19 |
Augie Fackler |
|
Accepted |
[05,of,19,pager] qdiff: migrate to modern pager API |
2017-02-19 |
Augie Fackler |
|
Accepted |
[04,of,19,pager] log: migrate to modern pager API |
2017-02-19 |
Augie Fackler |
|
Accepted |
[03,of,19,pager] export: migrate to modern pager API |
2017-02-19 |
Augie Fackler |
|
Accepted |
[02,of,19,pager] diff: migrate to modern pager API |
2017-02-19 |
Augie Fackler |
|
Accepted |
[01,of,19,pager] cat: migrate to modern pager API |
2017-02-19 |
Augie Fackler |
|
Accepted |
[pager,annotate-fix] annotate: start pager after we're sure we wont abort |
2017-02-19 |
Augie Fackler |
|
Accepted |
[9,of,9,pager,v2] tests: prove that ignore works |
2017-02-16 |
Augie Fackler |
|
Accepted |
[8,of,9,pager,v2] annotate: migrate to modern pager API |
2017-02-16 |
Augie Fackler |
|
Accepted |
[7,of,9,pager,v2] ui: add a debug print right before we start the pager |
2017-02-16 |
Augie Fackler |
|
Accepted |
[6,of,9,pager,v2] ui: respect historic pager.attend-$COMMAND=no |
2017-02-16 |
Augie Fackler |
|
Accepted |
[5,of,9,pager,v2] tests: clean up a bunch of pager testing that is about to be invalidated |
2017-02-16 |
Augie Fackler |
|
Accepted |
[4,of,9,pager,v2] ui: add ignore-single-command functionality |
2017-02-16 |
Augie Fackler |
|
Accepted |
[3,of,9,pager,v2] ui: introduce neverpager() call |
2017-02-16 |
Augie Fackler |
|
Accepted |
[2,of,9,pager,v2] pager: move more behavior into core |
2017-02-16 |
Augie Fackler |
|
Accepted |
[1,of,9,pager,v2] pager: move pager-initiating code into core |
2017-02-16 |
Augie Fackler |
|
Accepted |
[py3] ui: construct _keepalnum list in a python3-friendly way |
2017-02-16 |
Augie Fackler |
|
Accepted |
[9,of,9,pager] tests: prove that ignore works |
2017-02-16 |
Augie Fackler |
|
Superseded |
[8,of,9,pager] annotate: migrate to modern pager API |
2017-02-16 |
Augie Fackler |
|
Superseded |
[7,of,9,pager] ui: add a debug print right before we start the pager |
2017-02-16 |
Augie Fackler |
|
Superseded |
[6,of,9,pager] ui: respect historic pager.attend-$COMMAND=no |
2017-02-16 |
Augie Fackler |
|
Superseded |
[5,of,9,pager] tests: clean up a bunch of pager testing that is about to be invalidated |
2017-02-16 |
Augie Fackler |
|
Superseded |
[4,of,9,pager] ui: add ignore-single-command functionality |
2017-02-16 |
Augie Fackler |
|
Superseded |
[3,of,9,pager] ui: introduce neverpager() call |
2017-02-16 |
Augie Fackler |
|
Superseded |
[2,of,9,pager] pager: move more behavior into core |
2017-02-16 |
Augie Fackler |
|
Superseded |
[1,of,9,pager] pager: move pager-initiating code into core |
2017-02-16 |
Augie Fackler |
|
Superseded |
help: I broke test-gendoc-ro.t and I have no idea how |
2017-02-16 |
Augie Fackler |
|
Not Applicable |
[3,of,6] debugcommands: move 'debuglabelcomplete' in the new module |
2017-02-13 |
Augie Fackler |
|
Changes Requested |
zstd: vendor python-zstandard 0.7.0 |
2017-02-10 |
Augie Fackler |
|
Accepted |
[3,of,3,pager-in-core-prep] tests: switch "this command isn't paged" example to id |
2017-02-07 |
Augie Fackler |
martinvonz |
Accepted |
[2,of,3,pager-in-core-prep] tests: update test-i18n.t to not depend on the pager extension |
2017-02-07 |
Augie Fackler |
martinvonz |
Accepted |
[1,of,3,pager-in-core-prep] pager: add a test of --pager=no functionality |
2017-02-07 |
Augie Fackler |
martinvonz |
Accepted |
cmdutil: remove forwarding methods per deprecation policy |
2017-02-03 |
Augie Fackler |
|
Accepted |
[3,of,3,stable] tests: document probable bug in test-largefiles-update.t |
2017-01-30 |
Augie Fackler |
|
Accepted |
[2,of,3,stable] tests: correct (I think) command in test-largefiles-update |
2017-01-30 |
Augie Fackler |
|
Accepted |
[1,of,3,stable] tests: expand flags to long form in test-largefiles-update.t |
2017-01-30 |
Augie Fackler |
|
Accepted |
[stable] tests: also allow "Protocol not supported" in test-http-proxy error |
2017-01-20 |
Augie Fackler |
|
Accepted |
[stable] tests: use an absolute path to get around '..' being invalid on a dead CWD |
2017-01-19 |
Augie Fackler |
|
Accepted |
tests: work around FreeBSD's unzip having slightly different output |
2017-01-19 |
Augie Fackler |
|
Accepted |
contrib: fix check-commit to not reject commits from `hg sign` and `hg tag` |
2017-01-19 |
Augie Fackler |
|
Accepted |
hgweb: support Content Security Policy |
2017-01-12 |
Augie Fackler |
|
Not Applicable |
rebase: un-wrap function signature since it fits in 80 columns |
2016-12-24 |
Augie Fackler |
|
Accepted |
[3,of,3,website] donate: new page to route donations to conservancy |
2016-12-23 |
Augie Fackler |
|
Accepted |
[2,of,3,website] Makefile: update makefile to not mention blatter |
2016-12-23 |
Augie Fackler |
|
Accepted |
[1,of,3,website] Makefile: add extra blank lines between rule for readability |
2016-12-23 |
Augie Fackler |
|
Accepted |
[5,of,5,pure-fix] tests: fix test-bdiff to handle variance between pure and c bdiff code |
2016-12-15 |
Augie Fackler |
|
Accepted |
[4,of,5,pure-fix] tests: finish updating test-bdiff to unittest (part 4 of 4) |
2016-12-15 |
Augie Fackler |
|
Accepted |
[3,of,5,pure-fix] tests: update more of test-bdiff.py to use unittest (part 3 of 4) |
2016-12-15 |
Augie Fackler |
|
Accepted |
[2,of,5,pure-fix] tests: update more of test-bdiff.py to use unittest (part 2 of 4) |
2016-12-15 |
Augie Fackler |
|
Accepted |
[1,of,5,pure-fix] tests: migrate test-bdiff.py to use unittest (part 1 of 4) |
2016-12-15 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext] cdatapack: include sys/types.h for off_t |
2016-11-28 |
Augie Fackler |
quark |
Accepted |
[oldpy] keepalive: discard legacy Python support for error handling |
2016-11-22 |
Augie Fackler |
|
Accepted |
[10,of,10,layering] cmdutil: turn forward of checkunresolved into a deprecation warning |
2016-11-22 |
Augie Fackler |
|
Accepted |
[09,of,10,layering] localrepo: refer to checkunresolved by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[08,of,10,layering] rebase: refer to checkunresolved by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[07,of,10,layering] checkunresolved: move to new package to help avoid import cycles |
2016-11-22 |
Augie Fackler |
|
Accepted |
[06,of,10,layering] cmdutil: mark dirstateguard as deprecated |
2016-11-22 |
Augie Fackler |
|
Accepted |
[05,of,10,layering] localrepo: refer to dirstateguard by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[04,of,10,layering] commands: refer to dirstateguard by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[03,of,10,layering] rebase: refer to dirstateguard by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[02,of,10,layering] mq: refer to dirstateguard by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[01,of,10,layering] dirstateguard: move to new module so I can break some layering violations |
2016-11-22 |
Augie Fackler |
|
Accepted |
[2,of,2,deprecations] mergemod: drop support for merge.update without a target |
2016-11-22 |
Augie Fackler |
|
Accepted |
[1,of,2,deprecations] dispatch: stop supporting non-use of @command |
2016-11-22 |
Augie Fackler |
|
Accepted |
[5,of,5,oldpy] archival: simplify code and drop message about Python 2.5 |
2016-11-21 |
Augie Fackler |
|
Accepted |
[4,of,5,oldpy] bugzilla: stop mentioning Pythons older than 2.6 |
2016-11-21 |
Augie Fackler |
|
Accepted |
[3,of,5,oldpy] tests: update sitecustomize to use uuid1() instead of randrange() |
2016-11-21 |
Augie Fackler |
|
Accepted |
[2,of,5,oldpy] win32mbcs: drop code that was catering to Python 2.3 and earlier |
2016-11-21 |
Augie Fackler |
|
Accepted |
[1,of,5,oldpy] httppeer: drop an except block that says it happens only on Python 2.3 |
2016-11-21 |
Augie Fackler |
|
Accepted |
dispatch: include resolved command name when logging command |
2016-11-16 |
Augie Fackler |
yuya |
Changes Requested |
[2,of,2,v2] filterpyflakes: dramatically simplify the entire thing by blacklisting |
2016-11-16 |
Augie Fackler |
|
Accepted |
[1,of,2,v2] run-tests: forward Python USER_BASE from site (issue5425) |
2016-11-16 |
Augie Fackler |
|
Accepted |
[5,of,5,py3] extensions: fix extension module hunting on Python 3 |
2016-11-10 |
Augie Fackler |
|
Changes Requested |
[4,of,5,py3] config: record source file and line number as a sysstr |
2016-11-10 |
Augie Fackler |
|
Changes Requested |
[3,of,5,py3] config: open config files as binary explicitly all the time |
2016-11-10 |
Augie Fackler |
|
Changes Requested |
[2,of,5,py3] windows: make posixfile specify mode as a sysstr |
2016-11-10 |
Augie Fackler |
|
Changes Requested |
[1,of,5,py3] error: wrap super() init call in try/except |
2016-11-10 |
Augie Fackler |
|
Changes Requested |
[9,of,9,pyflakes] filterpyflakes: whitelist listcomp aliasing checking |
2016-11-10 |
Augie Fackler |
|
Accepted |
[8,of,9,pyflakes] verify: avoid shadowing two variables with a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
[7,of,9,pyflakes] revset: avoid shadowing a variable with a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
[6,of,9,pyflakes] revlog: avoid shadowing several variables using list comprehensions |
2016-11-10 |
Augie Fackler |
|
Accepted |
[5,of,9,pyflakes] minirst: avoid shadowing a variable in a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
[4,of,9,pyflakes] hbisect: avoid shadowing a variable in a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
[3,of,9,pyflakes] filemerge: avoid shadowing a variable in a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
[2,of,9,pyflakes] color: avoid shadowing a variable inside a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
[1,of,9,pyflakes] memory: avoid shadowing variables inside a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
run-tests: forward Python USER_BASE from site (issue5425) |
2016-11-10 |
Augie Fackler |
|
Changes Requested |
[4,of,4,py3] config: mark parser regexes as bytes explicitly |
2016-11-09 |
Augie Fackler |
|
Accepted |
[3,of,4,py3] config: open config files as binary explicitly all the time |
2016-11-09 |
Augie Fackler |
|
Accepted |
[2,of,4,py3] ui: explicitly open config files in binary mode |
2016-11-09 |
Augie Fackler |
|
Accepted |
[1,of,4,py3] error: wrap super() init call in try/except |
2016-11-09 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext,v2] fileserverclient: avoid ever requesting nullid nodes |
2016-10-25 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext] fileserverclient: avoid ever requesting nullid nodes |
2016-10-25 |
Augie Fackler |
|
Superseded |
[remotefilelog-ext] fileserverclient: avoid ever requesting nullid nodes |
2016-10-24 |
Augie Fackler |
|
Superseded |
[2,of,2,v2] test-clone: discard lock-related messages |
2016-10-09 |
Augie Fackler |
|
Accepted |
[1,of,2,v2] test-clone: fix some instability in pooled clone race condition test |
2016-10-09 |
Augie Fackler |
|
Accepted |
[11,of,11,py3] extensions: fix extension module hunting on Python 3 |
2016-10-09 |
Augie Fackler |
|
Accepted |
[10,of,11,py3] config: mark parser regexes as bytes explicitly |
2016-10-09 |
Augie Fackler |
|
Accepted |
[09,of,11,py3] config: open config files as binary explicitly all the time |
2016-10-09 |
Augie Fackler |
|
Accepted |
[08,of,11,py3] ui: explicitly open config files in binary mode |
2016-10-09 |
Augie Fackler |
|
Accepted |
[07,of,11,py3] dispatch: translate argv back to bytes on Python 3 |
2016-10-09 |
Augie Fackler |
|
Accepted |
[06,of,11,py3] util: use '\\' rather than using r'\' |
2016-10-09 |
Augie Fackler |
|
Accepted |
[05,of,11,py3] util: use pycompat url_unquote function |
2016-10-09 |
Augie Fackler |
|
Accepted |
[04,of,11,py3] pycompat: introduce an alias for urllib.unquote |
2016-10-09 |
Augie Fackler |
|
Accepted |
[03,of,11,py3] basestring: introduce an alias for this type in pycompat |
2016-10-09 |
Augie Fackler |
|
Accepted |
[02,of,11,py3] debuginstall: use %d instead of %s for formatting an int |
2016-10-09 |
Augie Fackler |
|
Accepted |
[01,of,11,py3] parsers: move PyInt aliasing out of util.h |
2016-10-09 |
Augie Fackler |
|
Accepted |
[2,of,2] test-clone: discard lock-related messages |
2016-10-09 |
Augie Fackler |
|
Superseded |
[1,of,2] test-clone: fix some instability in pooled clone race condition test |
2016-10-09 |
Augie Fackler |
|
Superseded |
[v5] copy: distinguish "file exists" cases and add a hint (BC) |
2016-10-08 |
Augie Fackler |
|
Accepted |
[3,of,3,v3] util: ensure forwarded attrs are set in globals() as sysstr |
2016-10-08 |
Augie Fackler |
|
Accepted |
[2,of,3,v3] pycompat: when setting attrs, ensure we use sysstr |
2016-10-08 |
Augie Fackler |
|
Accepted |
[1,of,3,v3] i18n: make the locale directory name the same string type as the datapath |
2016-10-08 |
Augie Fackler |
|
Accepted |
contributing: add new file with a pointer to the wiki |
2016-10-08 |
Augie Fackler |
|
Accepted |
[2,of,2] util: ensure forwarded attrs are set in globals() as sysstr |
2016-10-08 |
Augie Fackler |
|
Accepted |
[1,of,2] pycompat: when setting attrs, ensure we use sysstr |
2016-10-08 |
Augie Fackler |
|
Accepted |
[v2] i18n: make the locale directory name the same string type as the datapath |
2016-10-08 |
Augie Fackler |
|
Superseded |
mail: handle renamed email.Header |
2016-10-08 |
Augie Fackler |
|
Not Applicable |
[v2] revset: build _syminitletters from a saner source: the string module |
2016-10-08 |
Augie Fackler |
|
Accepted |
[4,of,4,v2] revset: build the set from a saner source: the string module |
2016-10-07 |
Augie Fackler |
|
Changes Requested |
[3,of,4,v2] revset: define _aliassyminitletters in terms of _syminitletters |
2016-10-07 |
Augie Fackler |
|
Changes Requested |
[2,of,4,v2] revset: define _symletters in terms of _syminitletters |
2016-10-07 |
Augie Fackler |
|
Superseded |
[1,of,4,v2] revset: remove doubled space |
2016-10-07 |
Augie Fackler |
|
Superseded |
[v2] registrar: make format strings unicodes and not bytes |
2016-10-07 |
Augie Fackler |
|
Accepted |
util: use string.hexdigits instead of defining it ourselves |
2016-10-07 |
Augie Fackler |
|
Accepted |
i18n: mark a path component as unicode |
2016-10-07 |
Augie Fackler |
|
Changes Requested |
[4,of,4] revset: build the set from a saner source: the string module |
2016-10-07 |
Augie Fackler |
|
Superseded |
[3,of,4] revset: define _aliassyminitletters in terms of _syminitletters |
2016-10-07 |
Augie Fackler |
|
Superseded |
[2,of,4] revset: define _symletters in terms of _syminitletters |
2016-10-07 |
Augie Fackler |
|
Superseded |
[1,of,4] revset: remove doubled space |
2016-10-07 |
Augie Fackler |
|
Superseded |
registrar: make format strings unicodes and not bytes |
2016-10-07 |
Augie Fackler |
|
Superseded |
util: correct check of sys.version_info |
2016-10-07 |
Augie Fackler |
|
Accepted |
hgmanpage: stop using raw-unicode strings |
2016-10-07 |
Augie Fackler |
|
Accepted |
[v6] help: mark boolean flags with [no-] to explain that they can be negated (RFC) |
2016-09-29 |
Augie Fackler |
|
Accepted |
[v5] help: mark boolean flags with [no-] to explain that they can be negated (RFC) |
2016-09-27 |
Augie Fackler |
|
Superseded |
[v4] copy: distinguish "file exists" cases and add a hint (BC) |
2016-09-27 |
Augie Fackler |
|
Superseded |
copy: distinguish "file exists" cases and add a hint (BC) |
2016-09-26 |
Augie Fackler |
|
Changes Requested |
py3: update test expectation on stable |
2016-09-23 |
Augie Fackler |
|
Accepted |
[2,of,2] copy: distinguish "file exists" cases and add a hint (BC) |
2016-09-19 |
Augie Fackler |
|
Accepted |
[1,of,2] copy: document current behavior of 'hg cp --after' |
2016-09-19 |
Augie Fackler |
|
Accepted |
[3,of,3,v4] help: mark boolean flags with [?] and explain that they can be negated (RFC) |
2016-09-16 |
Augie Fackler |
ryanmce |
Changes Requested |
[2,of,3,v4] diffopts: notice a negated boolean flag in diffopts |
2016-09-16 |
Augie Fackler |
|
Accepted |
[1,of,3,v4] flags: allow specifying --no-boolean-flag on the command line (BC) |
2016-09-16 |
Augie Fackler |
|
Accepted |
[7,of,7,v3,flags] help: mark boolean flags with [?] and explain that they can be negated (RFC) |
2016-09-14 |
Augie Fackler |
|
Superseded |
[6,of,7,v3,flags] diffopts: notice a negated boolean flag in diffopts |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[5,of,7,v3,flags] fancyopts: notice default of false and rewrite it to None (API) |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[4,of,7,v3,flags] commands: stop abusing int-ness of Python booleans |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[3,of,7,v3,flags] rebase: cope with the notion that flag defaults might be None |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[2,of,7,v3,flags] fancyopts: disallow true as a boolean flag default (API) |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[1,of,7,v3,flags] flags: allow specifying --no-boolean-flag on the command line (BC) |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[8,of,8,v2] help: mark boolean flags with a ^ and explain that they can be negated (RFC) |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[7,of,8,v2] diffopts: notice a negated boolean flag in diffopts |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[6,of,8,v2] fancyopts: rearrange takes-value if statement |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[5,of,8,v2] fancyopts: notice default of false and rewrite it to None (API) |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[4,of,8,v2] commands: stop abusing int-ness of Python booleans |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[3,of,8,v2] rebase: cope with the notion that flag defaults might be None |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[2,of,8,v2] fancyopts: disallow true as a boolean flag default (API) |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[1,of,8,v2] flags: allow specifying --no-boolean-flag on the command line (BC) |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
py3: split check of pygments-using files from the rest of the tree |
2016-08-30 |
Augie Fackler |
|
Accepted |
histedit: correct output of error when 'base' is from the edit list |
2016-08-30 |
Augie Fackler |
|
Accepted |
[2,of,2] tests: guard test-archive-symlink with unziplinks check |
2016-08-25 |
Augie Fackler |
|
Accepted |
[1,of,2] hghave: add a check for unzip(1) that understands symlinks |
2016-08-25 |
Augie Fackler |
|
Accepted |
test-clonebundles: accept another error string here |
2016-08-25 |
Augie Fackler |
|
Accepted |
test-https: drop two spurious --traceback flags |
2016-08-25 |
Augie Fackler |
|
Accepted |
[v2] blackbox: also log alias expansions |
2016-08-25 |
Augie Fackler |
|
Accepted |
[v2] extensions: change magic "shipped with hg" string |
2016-08-25 |
Augie Fackler |
|
Accepted |
extensions: change magic "shipped with hg" string |
2016-08-23 |
Augie Fackler |
|
Superseded |
blackbox: also log alias expansions |
2016-08-23 |
Augie Fackler |
|
Superseded |
[2,of,3] flags: allow specifying --boolean-flag=(true|false) on the command line (BC) |
2016-08-19 |
Augie Fackler |
|
Changes Requested |
[3,of,3] diffopts: notice a negated boolean flag in diffopts |
2016-08-18 |
Augie Fackler |
|
Accepted |
[2,of,3] flags: allow specifying --boolean-flag=(true|false) on the command line (BC) |
2016-08-18 |
Augie Fackler |
|
Accepted |
[1,of,3] dispatch: explicitly pass fancyopts optional arg as a keyword |
2016-08-18 |
Augie Fackler |
|
Accepted |
osx: stamp the hg version into the version field in the pkg |
2016-08-12 |
Augie Fackler |
|
Accepted |
[9,of,9] revlog: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[8,of,9] md5sum: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[7,of,9] util: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[6,of,9] url: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[5,of,9] sshserver: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[4,of,9] sshpeer: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[3,of,9] patch: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[2,of,9] commands: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[1,of,9] changegroup: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[9,of,9,v3] bundlerepo: add support for treemanifests in cg3 bundles |
2016-08-05 |
Augie Fackler |
|
Accepted |
[8,of,9,v3] auditvfs: forward options property from nested vfs |
2016-08-05 |
Augie Fackler |
|
Accepted |
[7,of,9,v3] bundlerepo: use supportedincomingversions instead of allsupportedversions |
2016-08-05 |
Augie Fackler |
|
Accepted |
[6,of,9,v3] bundlerepo: introduce method to find file starts and use it |
2016-08-05 |
Augie Fackler |
|
Accepted |
[5,of,9,v3] bundlerevlog: use for loop over iterator instead of while True |
2016-08-05 |
Augie Fackler |
|
Accepted |
[4,of,9,v3] bundlerepo: use for loop over iterator instead of while True |
2016-08-05 |
Augie Fackler |
|
Accepted |
[3,of,9,v3] localrepo: jettison now-unused dirlog() method from localrepo |
2016-08-05 |
Augie Fackler |
|
Accepted |
[2,of,9,v3] repair: build dirlogs using manifest, rather than repo shortcut method |
2016-08-05 |
Augie Fackler |
|
Accepted |
[1,of,9,v3] cmdutil: open dirlogs via manifest property, not via repo |
2016-08-05 |
Augie Fackler |
|
Accepted |
check-commit: allow underbars in cffi_-prefix function names |
2016-08-05 |
Augie Fackler |
|
Accepted |
wirepeer: rename confusing `source` parameter |
2016-08-05 |
Augie Fackler |
|
Accepted |
[stable] exchange: correctly specify url to unbundle (issue5145) |
2016-08-05 |
Augie Fackler |
|
Accepted |
[9,of,9,v2] bundlerepo: add support for treemanifests in cg3 bundles |
2016-08-05 |
Augie Fackler |
|
Superseded |
[8,of,9,v2] auditvfs: forward options property from nested vfs |
2016-08-05 |
Augie Fackler |
|
Superseded |
[7,of,9,v2] bundlerepo: use supportedincomingversions instead of allsupportedversions |
2016-08-05 |
Augie Fackler |
|
Superseded |
[6,of,9,v2] bundlerepo: introduce method to discard file chunks and use it |
2016-08-05 |
Augie Fackler |
|
Superseded |
[5,of,9,v2] bundlerevlog: use for loop over iterator instead of while True |
2016-08-05 |
Augie Fackler |
|
Superseded |
[4,of,9,v2] bundlerepo: use for loop over iterator instead of while True |
2016-08-05 |
Augie Fackler |
|
Superseded |
[3,of,9,v2] localrepo: jettison now-unused dirlog() method from localrepo |
2016-08-05 |
Augie Fackler |
|
Superseded |
[2,of,9,v2] repair: build dirlogs using manifest, rather than repo shortcut method |
2016-08-05 |
Augie Fackler |
|
Superseded |
[1,of,9,v2] cmdutil: open dirlogs via manifest property, not via repo |
2016-08-05 |
Augie Fackler |
|
Superseded |
[2,of,2] bundlerepo: add support for treemanifests in cg3 bundles |
2016-08-04 |
Augie Fackler |
|
Changes Requested |
[1,of,2] bundlerepo: use supportedincomingversions instead of allsupportedversions |
2016-08-04 |
Augie Fackler |
|
Changes Requested |
test-treemanifest: ensure manifest command isn't broken |
2016-08-04 |
Augie Fackler |
|
Accepted |
[3,of,3] test-http-*: use sed instead of fixed-with cut for reading access.log |
2016-07-15 |
Augie Fackler |
|
Accepted |
[2,of,3] test-serve: add missing globs |
2016-07-15 |
Augie Fackler |
|
Accepted |
[1,of,3] tests: glob whitespace between path and OK in unzip(1) output |
2016-07-15 |
Augie Fackler |
|
Accepted |
[v2] osx: explicitly build hg with /usr/bin/python2.7 |
2016-07-13 |
Augie Fackler |
|
Accepted |
[2,of,2] osx: correct comment about ordering of welcome page |
2016-07-13 |
Augie Fackler |
|
Accepted |
[1,of,2] osx: jettison outdated build instructions |
2016-07-13 |
Augie Fackler |
|
Accepted |
osx: explicitly build hg with /usr/bin/python2.7 |
2016-07-13 |
Augie Fackler |
|
Superseded |
[6,of,6,v2] check-code: enforce (glob) on output lines containing 127.0.0.1 |
2016-07-12 |
Augie Fackler |
|
Accepted |
[5,of,6,v2] tests: add (glob) annotations to output lines with 127.0.0.1 |
2016-07-12 |
Augie Fackler |
|
Accepted |
[4,of,6,v2] run-tests: add support for using 127.0.0.1 as a glob |
2016-07-12 |
Augie Fackler |
|
Accepted |
[3,of,6,v2] check-code: only treat a # as a line in a t-test if it has a space before it |
2016-07-12 |
Augie Fackler |
|
Accepted |
[2,of,6,v2] test-export: be more aggressive about quoting ^ |
2016-07-12 |
Augie Fackler |
|
Accepted |
[1,of,6,v2] test-check-shbang: work around check-code not wanting hardcoded paths |
2016-07-12 |
Augie Fackler |
|
Accepted |
tests: relax "Connection refused" match |
2016-07-12 |
Augie Fackler |
|
Accepted |
[3,of,3] check-code: enforce (glob) on output lines containing 127.0.0.1 |
2016-07-10 |
Augie Fackler |
|
Changes Requested |
[2,of,3] tests: add (glob) annotations to output lines with 127.0.0.1 |
2016-07-10 |
Augie Fackler |
|
Changes Requested |
[1,of,3] run-tests: add support for using 127.0.0.1 as a glob |
2016-07-10 |
Augie Fackler |
|
Changes Requested |
httpclient: update to 54868ef054d2 of httpplus |
2016-06-27 |
Augie Fackler |
|
Accepted |
import-checker: ensure cffi is always a system module |
2016-06-24 |
Augie Fackler |
|
Accepted |
[5,of,5] util: drop local aliases for md5, sha1, sha256, and sha512 |
2016-06-10 |
Augie Fackler |
|
Accepted |
[4,of,5] cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1 |
2016-06-10 |
Augie Fackler |
|
Accepted |
[3,of,5] pathencode: use hashlib.sha1 directly instead of indirecting through util |
2016-06-10 |
Augie Fackler |
|
Accepted |
[2,of,5] revlog: use hashlib.sha1 directly instead of through util |
2016-06-10 |
Augie Fackler |
|
Accepted |
[1,of,5] store: use hashlib.sha1 directly instead of through util |
2016-06-10 |
Augie Fackler |
|
Accepted |
[2,of,2] similar: delete extra newline at EOF |
2016-06-10 |
Augie Fackler |
|
Accepted |
[1,of,2] scmutil: delete extra newline at EOF |
2016-06-10 |
Augie Fackler |
|
Accepted |
changegroup: extract method that sorts nodes to send |
2016-05-16 |
Augie Fackler |
|
Accepted |
wireproto: optimize handling of large batch responses |
2016-05-12 |
Augie Fackler |
|
Accepted |
httpclient: update to upstream revision 2995635573d2 |
2016-05-10 |
Augie Fackler |
|
Accepted |
localrepo: remove a couple of local type aliases |
2016-05-06 |
Augie Fackler |
yuya |
Accepted |
cmdutil: typo fix in comment |
2016-05-06 |
Augie Fackler |
yuya |
Accepted |
[v4] rollback: add a config knob for entirely disabling the command |
2016-05-05 |
Augie Fackler |
|
Accepted |
[4,of,4] localrepo: jettison parents() method per deprecation policy |
2016-05-05 |
Augie Fackler |
|
Accepted |
[3,of,4] bookmarks: jettison bmstore's write() method per deprecation policy |
2016-05-05 |
Augie Fackler |
|
Accepted |
[2,of,4] bookmarks: properly invalidate volatile sets when writing bookmarks |
2016-05-05 |
Augie Fackler |
|
Accepted |
[1,of,4] test-obsolete: update extension in test to actually work |
2016-05-05 |
Augie Fackler |
|
Accepted |
[v3] rollback: add a config knob for entirely disabling the command |
2016-05-04 |
Augie Fackler |
|
Superseded |
[v2] rollback: add a config knob for entirely disabling the command |
2016-05-04 |
Augie Fackler |
|
Superseded |
rollback: add a config knob for entirely disabling the command |
2016-05-03 |
Augie Fackler |
|
Superseded |
[5,of,5,stable,osx-packaging,v2] osx: create a modern package including manpages |
2016-04-27 |
Augie Fackler |
|
Superseded |
[4,of,5,stable,osx-packaging,v2] tests: add test for Mac OS X package construction |
2016-04-27 |
Augie Fackler |
|
Superseded |
[3,of,5,stable,osx-packaging,v2] osx: add support for keeping mpkgs |
2016-04-27 |
Augie Fackler |
|
Superseded |
[2,of,5,stable,osx-packaging,v2] osx: add support for dumping built dmg into OUTPUTDIR |
2016-04-27 |
Augie Fackler |
|
Superseded |
[1,of,5,stable,osx-packaging,v2] hghave: add check for bdist_mpkg |
2016-04-27 |
Augie Fackler |
|
Superseded |
[1,of,5,stable,osx-packaging] hghave: add check for bdist_mpkg |
2016-04-27 |
Augie Fackler |
|
Superseded |
[stable,bsd] tests: glob out 127.0.0.1 in tests |
2016-04-22 |
Augie Fackler |
|
Accepted |
[3,of,3,bsdmake,stable?] Makefile: use shell-command assignment instead of $(eval ...) |
2016-04-21 |
Augie Fackler |
|
Accepted |
[2,of,3,bsdmake,stable?] Makefile: do assignment and export in a single statement |
2016-04-21 |
Augie Fackler |
|
Accepted |
[1,of,3,bsdmake,stable?] Makefile: alter how we compute compiler flags for setup.py |
2016-04-21 |
Augie Fackler |
|
Accepted |
[3,of,3,bsdmake] Makefile: use shell-command assignment instead of $(eval ...) |
2016-04-21 |
Augie Fackler |
|
Changes Requested |
[2,of,3,bsdmake] Makefile: do assignment and export in a single statement |
2016-04-21 |
Augie Fackler |
|
Changes Requested |
[1,of,3,bsdmake] Makefile: switch from GNUMake-ism to shell evaluation |
2016-04-21 |
Augie Fackler |
|
Changes Requested |
cmdutil: avoid recycling variable name "name" in namespaces code |
2016-04-14 |
Augie Fackler |
|
Accepted |
[2,of,2,V2] tests: use require() instead of hghave in .py tests |
2016-04-07 |
Augie Fackler |
|
Not Applicable |
run-tests: fix broken regular expression |
2016-04-07 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext] fileserverclient: use new iterbatch() method |
2016-03-21 |
Augie Fackler |
|
Accepted |
check-code: also ban strcat |
2016-03-20 |
Augie Fackler |
|
Accepted |
[2,of,2] check-code: prevent use of strcpy |
2016-03-20 |
Augie Fackler |
|
Accepted |
[1,of,2] osutil: stop using strcpy |
2016-03-20 |
Augie Fackler |
|
Accepted |
[3,of,3,pure] mpatch: move collect() to module level |
2016-03-19 |
Augie Fackler |
|
Accepted |
[2,of,3,pure] mpatch: un-nest the move() method |
2016-03-19 |
Augie Fackler |
|
Accepted |
[1,of,3,pure] mpatch: move pull() method to top level |
2016-03-19 |
Augie Fackler |
|
Accepted |
[v2] run-tests: add support for automatically bisecting test failures |
2016-03-19 |
Augie Fackler |
|
Accepted |
run-tests: add support for automatically bisecting test failures |
2016-03-19 |
Augie Fackler |
|
Superseded |
[v3] http: support sending hgargs via POST body instead of in GET or headers |
2016-03-15 |
Augie Fackler |
|
Accepted |
test-pager: add a test for pager with color enabled |
2016-03-14 |
Augie Fackler |
|
Accepted |
[3,of,3,RFC] import: add new --faithful flag to use metadata but relax checks |
2016-03-11 |
Augie Fackler |
|
Accepted |
[2,of,3,RFC] import: if --exact fails, suggest importing without --exact |
2016-03-11 |
Augie Fackler |
|
Accepted |
[1,of,3,RFC] import: document --exact behavior in more detail |
2016-03-11 |
Augie Fackler |
|
Accepted |
[5,of,5,postargs] http: support sending hgargs via POST body instead of in GET or headers |
2016-03-11 |
Augie Fackler |
martinvonz |
Superseded |
[4,of,5,postargs] httppeer: compute header names only once |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[3,of,5,postargs] httppeer: indent existing argument handling with if True |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[2,of,5,postargs] httppeer: move size computation later in _callstream |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[1,of,5,postargs] httppeer: do less splitting on httpheader value |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[7,of,7,iterbatch] http: support sending hgargs via POST body instead of in GET or headers |
2016-03-08 |
Augie Fackler |
|
Superseded |
[6,of,7,iterbatch] largefiles: use iterbatch instead of batch |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[5,of,7,iterbatch] wireproto: make iterbatcher behave streamily over http(s) |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[4,of,7,iterbatch] setdiscovery: use iterbatch interface instead of batch |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[3,of,7,iterbatch] peer: add an iterbatcher interface |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[2,of,7,iterbatch] wireproto: document quirk of _callstream between http and ssh |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[1,of,7,iterbatch] peer: raise NotImplementedError for abstract submit() method |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[remotefilelog-ext] commands: norepo was removed in aa73d6a5d9ea |
2016-03-03 |
Augie Fackler |
|
Accepted |
[stable,v2] progress: disable progress when the terminal resembles cmd.exe (issue4801) |
2016-03-01 |
Augie Fackler |
yuya |
Deferred |
[stable] progress: disable progress when the terminal resembles cmd.exe (issue4801) |
2016-03-01 |
Augie Fackler |
|
Superseded |
[2,of,2,v2,pager] pager: use absolute_import |
2016-02-29 |
Augie Fackler |
yuya |
Superseded |
[1,of,2,v2,pager] pager: add tests |
2016-02-29 |
Augie Fackler |
yuya |
Accepted |
[2,of,2,pager] pager: use absolute_import |
2016-02-29 |
Augie Fackler |
|
Superseded |
[1,of,2,pager] pager: add tests |
2016-02-29 |
Augie Fackler |
|
Superseded |
[stable,treemanifest] changegroup: fix treemanifest exchange code (issue5061) |
2016-01-27 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext] fileserverclient: add option to provide file path to cacheprocess |
2016-01-19 |
Augie Fackler |
|
Accepted |
cleanup: use modern @property/@foo.setter property specification |
2016-01-16 |
Augie Fackler |
marmoute |
Accepted |
util: don't capture exception with a name since we don't use it |
2016-01-13 |
Augie Fackler |
|
Accepted |
[3,of,3] tests: extend check-commit self-tests |
2016-01-11 |
Augie Fackler |
|
Accepted |
[bmstore,v2] bmstore: add handling of the active bookmark |
2016-01-09 |
Augie Fackler |
yuya |
Accepted |