[6,of,6,cpychecker] parsers: avoid over-retaining Py_None if index_init fails |
2015-08-18 |
Augie Fackler |
durin42 |
Rejected |
[remotefilelog-ext,check-batching] test-http: save access log and make sure we actually use request batching |
2015-08-21 |
Augie Fackler |
|
Accepted |
[1,of,4,warning-cleanup] parsers.c: avoid integer truncations |
2015-08-21 |
Augie Fackler |
|
Accepted |
[2,of,4,warning-cleanup] base85: fix comparison of an int and a long |
2015-08-21 |
Augie Fackler |
|
Accepted |
[3,of,4,warning-cleanup] parsers: avoid int/unsigned conversions |
2015-08-21 |
Augie Fackler |
|
Accepted |
[4,of,4,warning-cleanup] parsers: avoid comparing Py_ssize_t (aka long) with unsigned long |
2015-08-21 |
Augie Fackler |
|
Accepted |
[1,of,2,obs-speedup] obsolete: add C implementation of _addsuccessors |
2015-08-24 |
Augie Fackler |
|
Rejected |
[2,of,2,obs-speedup] parsers.c: split into parsers and obsparsers files |
2015-08-24 |
Augie Fackler |
|
Rejected |
progress: restore testedwith to the stub |
2015-08-25 |
Augie Fackler |
|
Accepted |
[1,of,2,obs-speedup] obsolete: add C implementation of _addsuccessors |
2015-08-26 |
Augie Fackler |
|
Rejected |
parsers: fix two cases of unsigned long instead of Py_ssize_t |
2015-08-26 |
Augie Fackler |
|
Accepted |
[1,of,9,debian-packaging] docker-debian-jessie: fix errant mkdir |
2015-08-26 |
Augie Fackler |
|
Superseded |
[2,of,9,debian-packaging] builddeb: actually run make when building the deb (issue4778) |
2015-08-26 |
Augie Fackler |
|
Superseded |
[3,of,9,debian-packaging] builddeb: rework how output dir and platform are specified |
2015-08-26 |
Augie Fackler |
|
Superseded |
[4,of,9,debian-packaging] run-tests: ignore failed removal of nonexistent installerrs |
2015-08-26 |
Augie Fackler |
|
Superseded |
[5,of,9,debian-packaging] run-tests: add support for marking tests as very slow |
2015-08-26 |
Augie Fackler |
|
Superseded |
[6,of,9,debian-packaging] hghave: add a check for debian packaging tools |
2015-08-26 |
Augie Fackler |
|
Superseded |
[7,of,9,debian-packaging] hghave: add a check for docker support |
2015-08-26 |
Augie Fackler |
|
Superseded |
[8,of,9,debian-packaging] test-debian-packages: new test for testing construction of debian packages |
2015-08-26 |
Augie Fackler |
|
Superseded |
[9,of,9,debian-packaging] debian: switch to using debhelper and dh_python2 to build debs |
2015-08-26 |
Augie Fackler |
|
Superseded |
histedit: use a single editor when multiple folds happen in a row (issue3524) |
2015-08-27 |
Augie Fackler |
|
Changes Requested |
[1,of,4] run-tests: ignore failed removal of nonexistent installerrs |
2015-08-27 |
Augie Fackler |
|
Accepted |
[2,of,4] makefile: rename debian-jessie to deb |
2015-08-27 |
Augie Fackler |
|
Accepted |
[3,of,4] docker-debian-jessie: fix errant mkdir |
2015-08-27 |
Augie Fackler |
|
Accepted |
[4,of,4] builddeb: actually run make when building the deb (issue4778) |
2015-08-27 |
Augie Fackler |
|
Accepted |
[1,of,6] builddeb: rework how output dir and platform are specified |
2015-08-27 |
Augie Fackler |
|
Accepted |
[2,of,6] run-tests: add support for marking tests as very slow |
2015-08-27 |
Augie Fackler |
|
Accepted |
[3,of,6] hghave: add a check for debian packaging tools |
2015-08-27 |
Augie Fackler |
|
Accepted |
[4,of,6] hghave: add a check for docker support |
2015-08-27 |
Augie Fackler |
|
Accepted |
[5,of,6] test-debian-packages: new test for testing construction of debian packages |
2015-08-27 |
Augie Fackler |
|
Superseded |
[6,of,6] debian: switch to using debhelper and dh_python2 to build debs |
2015-08-27 |
Augie Fackler |
|
Superseded |
hghave: use subprocess instead of os.popen |
2015-09-01 |
Augie Fackler |
|
Accepted |
[1,of,4,debhelper] hghave: correct test for debhelper |
2015-09-01 |
Augie Fackler |
|
Accepted |
[2,of,4,debhelper] test-debian-packages: new test for testing construction of debian packages |
2015-09-01 |
Augie Fackler |
|
Accepted |
[3,of,4,debhelper] test-docker-packaging: test packages built using docker |
2015-09-01 |
Augie Fackler |
|
Accepted |
[4,of,4,debhelper] debian: switch to using debhelper and dh_python2 to build debs |
2015-09-01 |
Augie Fackler |
|
Accepted |
[v2] histedit: use one editor when multiple folds happen in a row (issue3524) (BC) |
2015-09-01 |
Augie Fackler |
durin42 |
Superseded |
[in-clowncopter] buildrpm: mkdir -p two needed directories (issue4779) |
2015-09-01 |
Augie Fackler |
|
Accepted |
bundle2: don't try to recover from a GeneratorExit (issue4785) |
2015-09-01 |
Augie Fackler |
|
Accepted |
[v2] histedit: use one editor when multiple folds happen in a row (issue3524) (BC) |
2015-09-01 |
Augie Fackler |
durin42 |
Superseded |
[v3] histedit: use one editor when multiple folds happen in a row (issue3524) (BC) |
2015-09-08 |
Augie Fackler |
|
Superseded |
ui: improve docs on ui.log |
2015-09-10 |
Augie Fackler |
|
Accepted |
[1,of,5,remotefilelog-ext,debs] setup: properly list lz4 as an install_requires |
2015-09-10 |
Augie Fackler |
|
Accepted |
[2,of,5,remotefilelog-ext,debs] setup: correctly state license |
2015-09-10 |
Augie Fackler |
|
Accepted |
[3,of,5,remotefilelog-ext,debs] hgignore: also ignore built packages |
2015-09-10 |
Augie Fackler |
|
Accepted |
[4,of,5,remotefilelog-ext,debs] contrib: new rules for building a debian package of remotefilelog |
2015-09-10 |
Augie Fackler |
|
Rejected |
[5,of,5,remotefilelog-ext,debs] Makefile: add `make deb` rule for convenience |
2015-09-10 |
Augie Fackler |
|
Accepted |
[1,of,3,remotefilelog-ext,debs] debian: mark architecture as "all" |
2015-09-14 |
Augie Fackler |
|
Accepted |
[2,of,3,remotefilelog-ext,debs] builddeb: use a + before latesttagdistance instead of - |
2015-09-14 |
Augie Fackler |
|
Accepted |
[3,of,3,remotefilelog-ext,debs] debian: mark us as breaking hg older than 3.5, and enhancing mercurial |
2015-09-14 |
Augie Fackler |
|
Accepted |
[v4] histedit: use one editor when multiple folds happen in a row (issue3524) (BC) |
2015-09-14 |
Augie Fackler |
|
Accepted |
[1,of,5] debian: install hg-ssh to /usr/bin just like downstream |
2015-09-22 |
Augie Fackler |
|
Accepted |
[2,of,5] debian: configuration so that cacerts is properly loaded |
2015-09-22 |
Augie Fackler |
|
Accepted |
[3,of,5] debian: install config files as part of mercurial-common |
2015-09-22 |
Augie Fackler |
|
Accepted |
[4,of,5] debian: install hgk as part of mercurial-common (issue4829) |
2015-09-22 |
Augie Fackler |
|
Accepted |
[5,of,5] debian: include bash completions in mercurial-common |
2015-09-22 |
Augie Fackler |
|
Accepted |
progress: force a repaint of a printed progress bar after a clear() |
2015-09-28 |
Augie Fackler |
|
Accepted |
[1,of,3] manifest: add id(self) to treemanifest __repr__ |
2015-09-28 |
Augie Fackler |
|
Accepted |
[2,of,3] manifest: rename treemanifest load functions to ease debugging |
2015-09-28 |
Augie Fackler |
|
Accepted |
[3,of,3] treemanifest: rework lazy-copying code (issue4840) |
2015-09-28 |
Augie Fackler |
|
Accepted |
[evolve-ext,topic-fix] emacs: switch to Monaco at a slightly smaller font size |
2015-09-30 |
Augie Fackler |
|
Rejected |
[evolve-ext,topic-fix,right-cwd] evolve: be more complete about copying extra from old revisions |
2015-09-30 |
Augie Fackler |
|
Accepted |
[V2] cvsps: fix computation of parent revisions when log caching is on |
2015-10-09 |
Augie Fackler |
|
Superseded |
[disable-tools] merge-tools: allow marking a mergetool as completely disabled |
2015-10-14 |
Augie Fackler |
|
Accepted |
[01,of,10] changegroup: move source check to top of addchangegroup |
2015-10-14 |
Augie Fackler |
|
Accepted |
[02,of,10] changegroup: migrate addchangegroup() to forward to cg?unpacker.apply() |
2015-10-14 |
Augie Fackler |
|
Accepted |
[03,of,10] histedit: use cg?unpacker.apply() instead of changegroup.addchangegroup() |
2015-10-14 |
Augie Fackler |
|
Accepted |
[04,of,10] shelve: use cg?unpacker.apply() instead of changegroup.addchangegroup() |
2015-10-14 |
Augie Fackler |
|
Accepted |
[05,of,10] bundle2: use cg?unpacker.apply() instead of changegroup.addchangegroup() |
2015-10-14 |
Augie Fackler |
|
Accepted |
[06,of,10] commands: use cg?unpacker.apply() instead of changegroup.addchangegroup() |
2015-10-14 |
Augie Fackler |
|
Accepted |
[07,of,10] exchange: use cg?unpacker.apply() instead of changegroup.addchangegroup() |
2015-10-14 |
Augie Fackler |
|
Accepted |
[08,of,10] repair: use cg?unpacker.apply() instead of changegroup.addchangegroup() |
2015-10-14 |
Augie Fackler |
|
Accepted |
[09,of,10] localrepo: use cg?unpacker.apply() instead of changegroup.addchangegroup() |
2015-10-14 |
Augie Fackler |
|
Accepted |
[10,of,10] changegroup: delete now-unused addchangegroup method |
2015-10-14 |
Augie Fackler |
|
Accepted |
[RFC,need,advice] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-10-15 |
Augie Fackler |
|
Superseded |
[remotefilelog-ext,3.6fix] remotefilelog: cope with rename of addchangegroupfiles to _addchangegroupfiles |
2015-10-15 |
Augie Fackler |
|
Accepted |
debian: install bash completion as hg and not mercurial (issue4900) |
2015-10-15 |
Augie Fackler |
|
Accepted |
merge: improve clarity of table in update docstring |
2015-10-23 |
Augie Fackler |
|
Accepted |
debugrevlog: cope with empty revlog files |
2015-10-23 |
Augie Fackler |
|
Accepted |
packaging: rework version detection and declaration (issue4912) |
2015-10-26 |
Augie Fackler |
|
Accepted |
verify: add a hook that can let extensions manipulate file lists |
2015-11-04 |
Augie Fackler |
|
Accepted |
base85: clean up function definition style |
2015-11-21 |
Augie Fackler |
|
Accepted |
extensions: properly mark progress as part of core |
2015-11-24 |
Augie Fackler |
|
Superseded |
[v2] extensions: properly mark progress as part of core |
2015-11-25 |
Augie Fackler |
yuya |
Accepted |
[1,of,3] localrepo: remove clone method by hoisting into hg.py |
2015-12-01 |
Augie Fackler |
yuya |
Accepted |
[2,of,3] localrepo: document nodebookmarks |
2015-12-01 |
Augie Fackler |
yuya |
Accepted |
[3,of,3] commands: inline definition of localrepo.parents() and drop the method |
2015-12-01 |
Augie Fackler |
yuya |
Accepted |
posix: work around "posix" systems without os.link available (issue4974) |
2015-12-01 |
Augie Fackler |
|
Accepted |
[1,of,6] bookmarks: document getbkfile method |
2015-12-02 |
Augie Fackler |
|
Superseded |
[2,of,6] bookmarks: hoist getbkfile out of bmstore class |
2015-12-02 |
Augie Fackler |
|
Superseded |
[3,of,6] bmstore: add basic clean-state tracking |
2015-12-02 |
Augie Fackler |
|
Superseded |
[4,of,6] bmstore: close file in a finally block in _writerepo |
2015-12-02 |
Augie Fackler |
|
Superseded |
[5,of,6] bookmarks: make _readactive safe when readlines raises ENOENT |
2015-12-02 |
Augie Fackler |
|
Superseded |
[6,of,6] bmstore: add handling of the active bookmark |
2015-12-02 |
Augie Fackler |
|
Superseded |
[1,of,6,v2] bookmarks: document getbkfile method |
2015-12-02 |
Augie Fackler |
|
Accepted |
[2,of,6,v2] bookmarks: hoist getbkfile out of bmstore class |
2015-12-02 |
Augie Fackler |
|
Accepted |
[3,of,6,v2] bmstore: add basic clean-state tracking |
2015-12-02 |
Augie Fackler |
|
Accepted |
[4,of,6,v2] bmstore: close file in a finally block in _writerepo |
2015-12-02 |
Augie Fackler |
|
Accepted |
[5,of,6,v2] bookmarks: make _readactive safe when readlines raises ENOENT |
2015-12-02 |
Augie Fackler |
|
Superseded |
[6,of,6,v2] bmstore: add handling of the active bookmark |
2015-12-02 |
Augie Fackler |
|
Superseded |
[1,of,3,RFC,cg3] changegroup: note during bundle apply if the repo was empty |
2015-12-03 |
Augie Fackler |
martinvonz |
Accepted |
[2,of,3,RFC,cg3] changegroup: document manifest linkrev callback some more |
2015-12-03 |
Augie Fackler |
martinvonz |
Accepted |
[3,of,3,RFC,cg3] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-03 |
Augie Fackler |
martinvonz |
Superseded |
[1,of,6] changegroup: avoid iterating the whole manifest |
2015-12-04 |
Augie Fackler |
|
Superseded |
[2,of,6] changegroup: drop 'if True' that made the previous change clearer |
2015-12-04 |
Augie Fackler |
|
Superseded |
[3,of,6] changegroup: remove one special case from lookupmflinknode |
2015-12-04 |
Augie Fackler |
|
Superseded |
[4,of,6] changegroup: clean up file lookup function |
2015-12-04 |
Augie Fackler |
|
Superseded |
[5,of,6] changegroup: restate file linknode callback using generator expressions |
2015-12-04 |
Augie Fackler |
|
Superseded |
[6,of,6] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-04 |
Augie Fackler |
|
Superseded |
[1,of,6,cg3,v3] changegroup: avoid iterating the whole manifest |
2015-12-04 |
Augie Fackler |
|
Accepted |
[2,of,6,cg3,v3] changegroup: drop 'if True' that made the previous change clearer |
2015-12-04 |
Augie Fackler |
|
Accepted |
[3,of,6,cg3,v3] changegroup: remove one special case from lookupmflinknode |
2015-12-04 |
Augie Fackler |
|
Accepted |
[4,of,6,cg3,v3] changegroup: clean up file lookup function |
2015-12-04 |
Augie Fackler |
|
Accepted |
[5,of,6,cg3,v3] changegroup: restate file linknode callback using generator expressions |
2015-12-04 |
Augie Fackler |
|
Accepted |
[6,of,6,cg3,v3] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-04 |
Augie Fackler |
yuya |
Superseded |
commit: add some help examples (issue4963) |
2015-12-04 |
Augie Fackler |
|
Accepted |
changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-07 |
Augie Fackler |
martinvonz |
Superseded |
[1,of,4,more-matchers] merge: have merge.update use a matcher instead of partial fn |
2015-12-15 |
Augie Fackler |
|
Accepted |
[2,of,4,more-matchers] merge: restate calculateupdates in terms of a matcher |
2015-12-15 |
Augie Fackler |
|
Accepted |
[3,of,4,more-matchers] merge: rework manifestmerge to use a matcher |
2015-12-15 |
Augie Fackler |
|
Accepted |
[4,of,4,more-matchers] manifestmerge: have manifest do matching before diffing |
2015-12-15 |
Augie Fackler |
|
Superseded |
[v2,more-matchers] manifestmerge: have manifest do matching before diffing |
2015-12-15 |
Augie Fackler |
|
Accepted |
[1,of,2] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-17 |
Augie Fackler |
|
Superseded |
[2,of,2] changegroup: add flags field to cg3 delta header |
2015-12-17 |
Augie Fackler |
|
Superseded |
[1,of,3,cg3,v2] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-18 |
Augie Fackler |
|
Accepted |
[2,of,3,cg3,v2] changegroup: add flags field to cg3 delta header |
2015-12-18 |
Augie Fackler |
|
Accepted |
[3,of,3,cg3,v2] changegroups: add documentation for cg3 |
2015-12-18 |
Augie Fackler |
|
Accepted |
[in-clowncopter] httpclient: update to 938f2107d6e2 of httpplus |
2015-12-31 |
Augie Fackler |
|
Accepted |
manifest.c needs an eyeball or two |
2015-12-31 |
Augie Fackler |
|
Not Applicable |
[1,of,6,lazymanifest-errors] lazymanifest: check another error return in getitem |
2015-12-31 |
Augie Fackler |
yuya |
Changes Requested |
[2,of,6,lazymanifest-errors] lazymanifest: check another error return in delitem |
2015-12-31 |
Augie Fackler |
yuya |
Changes Requested |
[3,of,6,lazymanifest-errors] lazymanifest: check more error returns in setitem |
2015-12-31 |
Augie Fackler |
yuya |
Changes Requested |
[4,of,6,lazymanifest-errors] lazymanifest: add missing closing parenthesis in comment |
2015-12-31 |
Augie Fackler |
|
Accepted |
[5,of,6,lazymanifest-errors] lazymanifest: check forgotten error in contains |
2015-12-31 |
Augie Fackler |
yuya |
Changes Requested |
[6,of,6,lazymanifest-errors] lazymanifest: check error return in filter |
2015-12-31 |
Augie Fackler |
|
Accepted |
lazymanifest: check more return values in filtercopy |
2016-01-05 |
Augie Fackler |
martinvonz |
Superseded |
[1,of,2,bmstore] bookmarks: make _readactive safe when readlines raises ENOENT |
2016-01-05 |
Augie Fackler |
|
Accepted |
[2,of,2,bmstore] bmstore: add handling of the active bookmark |
2016-01-05 |
Augie Fackler |
yuya |
Superseded |
[v2] lazymanifest: check more return values in filtercopy |
2016-01-07 |
Augie Fackler |
|
Accepted |
[bmstore,v2] bmstore: add handling of the active bookmark |
2016-01-09 |
Augie Fackler |
yuya |
Accepted |
[3,of,3] tests: extend check-commit self-tests |
2016-01-11 |
Augie Fackler |
|
Accepted |
util: don't capture exception with a name since we don't use it |
2016-01-13 |
Augie Fackler |
|
Accepted |
cleanup: use modern @property/@foo.setter property specification |
2016-01-16 |
Augie Fackler |
marmoute |
Accepted |
[remotefilelog-ext] fileserverclient: add option to provide file path to cacheprocess |
2016-01-19 |
Augie Fackler |
|
Accepted |
[stable,treemanifest] changegroup: fix treemanifest exchange code (issue5061) |
2016-01-27 |
Augie Fackler |
|
Accepted |
[1,of,2,pager] pager: add tests |
2016-02-29 |
Augie Fackler |
|
Superseded |
[2,of,2,pager] pager: use absolute_import |
2016-02-29 |
Augie Fackler |
|
Superseded |
[1,of,2,v2,pager] pager: add tests |
2016-02-29 |
Augie Fackler |
yuya |
Accepted |
[2,of,2,v2,pager] pager: use absolute_import |
2016-02-29 |
Augie Fackler |
yuya |
Superseded |
[stable] progress: disable progress when the terminal resembles cmd.exe (issue4801) |
2016-03-01 |
Augie Fackler |
|
Superseded |
[stable,v2] progress: disable progress when the terminal resembles cmd.exe (issue4801) |
2016-03-01 |
Augie Fackler |
yuya |
Deferred |
[remotefilelog-ext] commands: norepo was removed in aa73d6a5d9ea |
2016-03-03 |
Augie Fackler |
|
Accepted |
[1,of,7,iterbatch] peer: raise NotImplementedError for abstract submit() method |
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 |
[3,of,7,iterbatch] peer: add an iterbatcher interface |
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 |
[5,of,7,iterbatch] wireproto: make iterbatcher behave streamily over http(s) |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[6,of,7,iterbatch] largefiles: use iterbatch instead of batch |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[7,of,7,iterbatch] http: support sending hgargs via POST body instead of in GET or headers |
2016-03-08 |
Augie Fackler |
|
Superseded |
[1,of,5,postargs] httppeer: do less splitting on httpheader value |
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 |
[3,of,5,postargs] httppeer: indent existing argument handling with if True |
2016-03-11 |
Augie Fackler |
martinvonz |
Accepted |
[4,of,5,postargs] httppeer: compute header names only once |
2016-03-11 |
Augie Fackler |
martinvonz |
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 |
[1,of,3,RFC] import: document --exact behavior in more detail |
2016-03-11 |
Augie Fackler |
|
Accepted |
[2,of,3,RFC] import: if --exact fails, suggest importing without --exact |
2016-03-11 |
Augie Fackler |
|
Accepted |
[3,of,3,RFC] import: add new --faithful flag to use metadata but relax checks |
2016-03-11 |
Augie Fackler |
|
Accepted |
test-pager: add a test for pager with color enabled |
2016-03-14 |
Augie Fackler |
|
Accepted |
[v3] http: support sending hgargs via POST body instead of in GET or headers |
2016-03-15 |
Augie Fackler |
|
Accepted |
run-tests: add support for automatically bisecting test failures |
2016-03-19 |
Augie Fackler |
|
Superseded |
[v2] run-tests: add support for automatically bisecting test failures |
2016-03-19 |
Augie Fackler |
|
Accepted |
[1,of,3,pure] mpatch: move pull() method to top level |
2016-03-19 |
Augie Fackler |
|
Accepted |
[2,of,3,pure] mpatch: un-nest the move() method |
2016-03-19 |
Augie Fackler |
|
Accepted |
[3,of,3,pure] mpatch: move collect() to module level |
2016-03-19 |
Augie Fackler |
|
Accepted |
[1,of,2] osutil: stop using strcpy |
2016-03-20 |
Augie Fackler |
|
Accepted |
[2,of,2] check-code: prevent use of strcpy |
2016-03-20 |
Augie Fackler |
|
Accepted |
check-code: also ban strcat |
2016-03-20 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext] fileserverclient: use new iterbatch() method |
2016-03-21 |
Augie Fackler |
|
Accepted |
run-tests: fix broken regular expression |
2016-04-07 |
Augie Fackler |
|
Accepted |
[2,of,2,V2] tests: use require() instead of hghave in .py tests |
2016-04-07 |
Augie Fackler |
|
Not Applicable |
cmdutil: avoid recycling variable name "name" in namespaces code |
2016-04-14 |
Augie Fackler |
|
Accepted |
[1,of,3,bsdmake] Makefile: switch from GNUMake-ism to shell evaluation |
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 |
[3,of,3,bsdmake] Makefile: use shell-command assignment instead of $(eval ...) |
2016-04-21 |
Augie Fackler |
|
Changes Requested |
[1,of,3,bsdmake,stable?] Makefile: alter how we compute compiler flags for setup.py |
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 |
[3,of,3,bsdmake,stable?] Makefile: use shell-command assignment instead of $(eval ...) |
2016-04-21 |
Augie Fackler |
|
Accepted |
[stable,bsd] tests: glob out 127.0.0.1 in tests |
2016-04-22 |
Augie Fackler |
|
Accepted |
[1,of,5,stable,osx-packaging] hghave: add check for bdist_mpkg |
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 |
[2,of,5,stable,osx-packaging,v2] osx: add support for dumping built dmg into OUTPUTDIR |
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 |
[4,of,5,stable,osx-packaging,v2] tests: add test for Mac OS X package construction |
2016-04-27 |
Augie Fackler |
|
Superseded |
[5,of,5,stable,osx-packaging,v2] osx: create a modern package including manpages |
2016-04-27 |
Augie Fackler |
|
Superseded |
rollback: add a config knob for entirely disabling the command |
2016-05-03 |
Augie Fackler |
|
Superseded |
[v2] rollback: add a config knob for entirely disabling the command |
2016-05-04 |
Augie Fackler |
|
Superseded |
[v3] rollback: add a config knob for entirely disabling the command |
2016-05-04 |
Augie Fackler |
|
Superseded |
[1,of,4] test-obsolete: update extension in test to actually work |
2016-05-05 |
Augie Fackler |
|
Accepted |
[2,of,4] bookmarks: properly invalidate volatile sets when writing bookmarks |
2016-05-05 |
Augie Fackler |
|
Accepted |
[3,of,4] bookmarks: jettison bmstore's write() method per deprecation policy |
2016-05-05 |
Augie Fackler |
|
Accepted |
[4,of,4] localrepo: jettison parents() method per deprecation policy |
2016-05-05 |
Augie Fackler |
|
Accepted |
[v4] rollback: add a config knob for entirely disabling the command |
2016-05-05 |
Augie Fackler |
|
Accepted |
cmdutil: typo fix in comment |
2016-05-06 |
Augie Fackler |
yuya |
Accepted |
localrepo: remove a couple of local type aliases |
2016-05-06 |
Augie Fackler |
yuya |
Accepted |
httpclient: update to upstream revision 2995635573d2 |
2016-05-10 |
Augie Fackler |
|
Accepted |
wireproto: optimize handling of large batch responses |
2016-05-12 |
Augie Fackler |
|
Accepted |
changegroup: extract method that sorts nodes to send |
2016-05-16 |
Augie Fackler |
|
Accepted |
[1,of,2] scmutil: delete extra newline at EOF |
2016-06-10 |
Augie Fackler |
|
Accepted |
[2,of,2] similar: delete extra newline at EOF |
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,5] revlog: use hashlib.sha1 directly instead of through util |
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 |
[4,of,5] cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1 |
2016-06-10 |
Augie Fackler |
|
Accepted |
[5,of,5] util: drop local aliases for md5, sha1, sha256, and sha512 |
2016-06-10 |
Augie Fackler |
|
Accepted |
import-checker: ensure cffi is always a system module |
2016-06-24 |
Augie Fackler |
|
Accepted |
httpclient: update to 54868ef054d2 of httpplus |
2016-06-27 |
Augie Fackler |
|
Accepted |
[1,of,3] run-tests: add support for using 127.0.0.1 as a glob |
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 |
[3,of,3] check-code: enforce (glob) on output lines containing 127.0.0.1 |
2016-07-10 |
Augie Fackler |
|
Changes Requested |
tests: relax "Connection refused" match |
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 |
[2,of,6,v2] test-export: be more aggressive about quoting ^ |
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 |
[4,of,6,v2] run-tests: add support for using 127.0.0.1 as a glob |
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 |
[6,of,6,v2] check-code: enforce (glob) on output lines containing 127.0.0.1 |
2016-07-12 |
Augie Fackler |
|
Accepted |
osx: explicitly build hg with /usr/bin/python2.7 |
2016-07-13 |
Augie Fackler |
|
Superseded |
[1,of,2] osx: jettison outdated build instructions |
2016-07-13 |
Augie Fackler |
|
Accepted |
[2,of,2] osx: correct comment about ordering of welcome page |
2016-07-13 |
Augie Fackler |
|
Accepted |
[v2] osx: explicitly build hg with /usr/bin/python2.7 |
2016-07-13 |
Augie Fackler |
|
Accepted |
[1,of,3] tests: glob whitespace between path and OK in unzip(1) output |
2016-07-15 |
Augie Fackler |
|
Accepted |
[2,of,3] test-serve: add missing globs |
2016-07-15 |
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 |
test-treemanifest: ensure manifest command isn't broken |
2016-08-04 |
Augie Fackler |
|
Accepted |
[1,of,2] bundlerepo: use supportedincomingversions instead of allsupportedversions |
2016-08-04 |
Augie Fackler |
|
Changes Requested |
[2,of,2] bundlerepo: add support for treemanifests in cg3 bundles |
2016-08-04 |
Augie Fackler |
|
Changes Requested |
[1,of,9,v2] cmdutil: open dirlogs via manifest property, not via repo |
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 |
[3,of,9,v2] localrepo: jettison now-unused dirlog() method from localrepo |
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 |
[5,of,9,v2] bundlerevlog: use for loop over iterator instead of while True |
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 |
[7,of,9,v2] bundlerepo: use supportedincomingversions instead of allsupportedversions |
2016-08-05 |
Augie Fackler |
|
Superseded |
[8,of,9,v2] auditvfs: forward options property from nested vfs |
2016-08-05 |
Augie Fackler |
|
Superseded |
[9,of,9,v2] bundlerepo: add support for treemanifests in cg3 bundles |
2016-08-05 |
Augie Fackler |
|
Superseded |
[stable] exchange: correctly specify url to unbundle (issue5145) |
2016-08-05 |
Augie Fackler |
|
Accepted |
wirepeer: rename confusing `source` parameter |
2016-08-05 |
Augie Fackler |
|
Accepted |
check-commit: allow underbars in cffi_-prefix function names |
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 |
[2,of,9,v3] repair: build dirlogs using manifest, rather than repo shortcut method |
2016-08-05 |
Augie Fackler |
|
Accepted |
[3,of,9,v3] localrepo: jettison now-unused dirlog() method from localrepo |
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 |
[5,of,9,v3] bundlerevlog: use for loop over iterator instead of while True |
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 |
[7,of,9,v3] bundlerepo: use supportedincomingversions instead of allsupportedversions |
2016-08-05 |
Augie Fackler |
|
Accepted |
[8,of,9,v3] auditvfs: forward options property from nested vfs |
2016-08-05 |
Augie Fackler |
|
Accepted |
[9,of,9,v3] bundlerepo: add support for treemanifests in cg3 bundles |
2016-08-05 |
Augie Fackler |
|
Accepted |
[1,of,9] changegroup: 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 |
[3,of,9] patch: 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 |
[5,of,9] sshserver: 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 |
[7,of,9] util: 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 |
[9,of,9] revlog: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
osx: stamp the hg version into the version field in the pkg |
2016-08-12 |
Augie Fackler |
|
Accepted |
[1,of,3] dispatch: explicitly pass fancyopts optional arg as a keyword |
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 |
[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-19 |
Augie Fackler |
|
Changes Requested |
blackbox: also log alias expansions |
2016-08-23 |
Augie Fackler |
|
Superseded |
extensions: change magic "shipped with hg" string |
2016-08-23 |
Augie Fackler |
|
Superseded |
[v2] extensions: change magic "shipped with hg" string |
2016-08-25 |
Augie Fackler |
|
Accepted |
[v2] blackbox: also log alias expansions |
2016-08-25 |
Augie Fackler |
|
Accepted |
test-https: drop two spurious --traceback flags |
2016-08-25 |
Augie Fackler |
|
Accepted |
test-clonebundles: accept another error string here |
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 |
[2,of,2] tests: guard test-archive-symlink with unziplinks check |
2016-08-25 |
Augie Fackler |
|
Accepted |
histedit: correct output of error when 'base' is from the edit list |
2016-08-30 |
Augie Fackler |
|
Accepted |
py3: split check of pygments-using files from the rest of the tree |
2016-08-30 |
Augie Fackler |
|
Accepted |
[1,of,8,v2] flags: allow specifying --no-boolean-flag on the command line (BC) |
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 |
[3,of,8,v2] rebase: cope with the notion that flag defaults might be None |
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 |
[5,of,8,v2] fancyopts: notice default of false and rewrite it to None (API) |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[6,of,8,v2] fancyopts: rearrange takes-value if statement |
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 |
[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 |
[1,of,7,v3,flags] flags: allow specifying --no-boolean-flag on the command line (BC) |
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 |
[3,of,7,v3,flags] rebase: cope with the notion that flag defaults might be None |
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 |
[5,of,7,v3,flags] fancyopts: notice default of false and rewrite it to None (API) |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[6,of,7,v3,flags] diffopts: notice a negated boolean flag in diffopts |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[7,of,7,v3,flags] help: mark boolean flags with [?] and explain that they can be negated (RFC) |
2016-09-14 |
Augie Fackler |
|
Superseded |
[1,of,3,v4] flags: allow specifying --no-boolean-flag on the command line (BC) |
2016-09-16 |
Augie Fackler |
|
Accepted |
[2,of,3,v4] diffopts: notice a negated boolean flag in diffopts |
2016-09-16 |
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 |
[1,of,2] copy: document current behavior of 'hg cp --after' |
2016-09-19 |
Augie Fackler |
|
Accepted |
[2,of,2] copy: distinguish "file exists" cases and add a hint (BC) |
2016-09-19 |
Augie Fackler |
|
Accepted |
py3: update test expectation on stable |
2016-09-23 |
Augie Fackler |
|
Accepted |
copy: distinguish "file exists" cases and add a hint (BC) |
2016-09-26 |
Augie Fackler |
|
Changes Requested |
[v4] copy: distinguish "file exists" cases and add a hint (BC) |
2016-09-27 |
Augie Fackler |
|
Superseded |
[v5] help: mark boolean flags with [no-] to explain that they can be negated (RFC) |
2016-09-27 |
Augie Fackler |
|
Superseded |
[v6] help: mark boolean flags with [no-] to explain that they can be negated (RFC) |
2016-09-29 |
Augie Fackler |
|
Accepted |
hgmanpage: stop using raw-unicode strings |
2016-10-07 |
Augie Fackler |
|
Accepted |
util: correct check of sys.version_info |
2016-10-07 |
Augie Fackler |
|
Accepted |
registrar: make format strings unicodes and not bytes |
2016-10-07 |
Augie Fackler |
|
Superseded |
[1,of,4] revset: remove doubled space |
2016-10-07 |
Augie Fackler |
|
Superseded |
[2,of,4] revset: define _symletters in terms of _syminitletters |
2016-10-07 |
Augie Fackler |
|
Superseded |
[3,of,4] revset: define _aliassyminitletters in terms of _syminitletters |
2016-10-07 |
Augie Fackler |
|
Superseded |
[4,of,4] revset: build the set from a saner source: the string module |
2016-10-07 |
Augie Fackler |
|
Superseded |
i18n: mark a path component as unicode |
2016-10-07 |
Augie Fackler |
|
Changes Requested |
util: use string.hexdigits instead of defining it ourselves |
2016-10-07 |
Augie Fackler |
|
Accepted |
[v2] registrar: make format strings unicodes and not bytes |
2016-10-07 |
Augie Fackler |
|
Accepted |
[1,of,4,v2] revset: remove doubled space |
2016-10-07 |
Augie Fackler |
|
Superseded |
[2,of,4,v2] revset: define _symletters in terms of _syminitletters |
2016-10-07 |
Augie Fackler |
|
Superseded |
[3,of,4,v2] revset: define _aliassyminitletters in terms of _syminitletters |
2016-10-07 |
Augie Fackler |
|
Changes Requested |
[4,of,4,v2] revset: build the set from a saner source: the string module |
2016-10-07 |
Augie Fackler |
|
Changes Requested |
[v2] revset: build _syminitletters from a saner source: the string module |
2016-10-08 |
Augie Fackler |
|
Accepted |
mail: handle renamed email.Header |
2016-10-08 |
Augie Fackler |
|
Not Applicable |
[v2] i18n: make the locale directory name the same string type as the datapath |
2016-10-08 |
Augie Fackler |
|
Superseded |
[1,of,2] pycompat: when setting attrs, ensure we use sysstr |
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 |
contributing: add new file with a pointer to the wiki |
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 |
[2,of,3,v3] pycompat: when setting attrs, ensure we use sysstr |
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 |
[v5] copy: distinguish "file exists" cases and add a hint (BC) |
2016-10-08 |
Augie Fackler |
|
Accepted |
[1,of,2] test-clone: fix some instability in pooled clone race condition test |
2016-10-09 |
Augie Fackler |
|
Superseded |
[2,of,2] test-clone: discard lock-related messages |
2016-10-09 |
Augie Fackler |
|
Superseded |
[01,of,11,py3] parsers: move PyInt aliasing out of util.h |
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 |
[03,of,11,py3] basestring: introduce an alias for this type in pycompat |
2016-10-09 |
Augie Fackler |
|
Accepted |
[04,of,11,py3] pycompat: introduce an alias for urllib.unquote |
2016-10-09 |
Augie Fackler |
|
Accepted |
[05,of,11,py3] util: use pycompat url_unquote function |
2016-10-09 |
Augie Fackler |
|
Accepted |
[06,of,11,py3] util: use '\\' rather than using r'\' |
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 |
[08,of,11,py3] ui: explicitly open config files in binary mode |
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 |
[10,of,11,py3] config: mark parser regexes as bytes explicitly |
2016-10-09 |
Augie Fackler |
|
Accepted |
[11,of,11,py3] extensions: fix extension module hunting on Python 3 |
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 |
[2,of,2,v2] test-clone: discard lock-related messages |
2016-10-09 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext] fileserverclient: avoid ever requesting nullid nodes |
2016-10-24 |
Augie Fackler |
|
Superseded |
[remotefilelog-ext] fileserverclient: avoid ever requesting nullid nodes |
2016-10-25 |
Augie Fackler |
|
Superseded |
[remotefilelog-ext,v2] fileserverclient: avoid ever requesting nullid nodes |
2016-10-25 |
Augie Fackler |
|
Accepted |
[1,of,4,py3] error: wrap super() init call in try/except |
2016-11-09 |
Augie Fackler |
|
Accepted |
[2,of,4,py3] ui: explicitly open config files in binary mode |
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 |
[4,of,4,py3] config: mark parser regexes as bytes explicitly |
2016-11-09 |
Augie Fackler |
|
Accepted |
run-tests: forward Python USER_BASE from site (issue5425) |
2016-11-10 |
Augie Fackler |
|
Changes Requested |
[1,of,9,pyflakes] memory: avoid shadowing variables inside 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 |
[3,of,9,pyflakes] filemerge: 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 |
[5,of,9,pyflakes] minirst: avoid shadowing a variable in 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 |
[7,of,9,pyflakes] revset: avoid shadowing a variable with a list comprehension |
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 |
[9,of,9,pyflakes] filterpyflakes: whitelist listcomp aliasing checking |
2016-11-10 |
Augie Fackler |
|
Accepted |
[1,of,5,py3] error: wrap super() init call in try/except |
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 |
[3,of,5,py3] config: open config files as binary explicitly all the time |
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 |
[5,of,5,py3] extensions: fix extension module hunting on Python 3 |
2016-11-10 |
Augie Fackler |
|
Changes Requested |
[1,of,2,v2] run-tests: forward Python USER_BASE from site (issue5425) |
2016-11-16 |
Augie Fackler |
|
Accepted |
[2,of,2,v2] filterpyflakes: dramatically simplify the entire thing by blacklisting |
2016-11-16 |
Augie Fackler |
|
Accepted |
dispatch: include resolved command name when logging command |
2016-11-16 |
Augie Fackler |
yuya |
Changes Requested |
[1,of,5,oldpy] httppeer: drop an except block that says it happens only on Python 2.3 |
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 |
[3,of,5,oldpy] tests: update sitecustomize to use uuid1() instead of randrange() |
2016-11-21 |
Augie Fackler |
|
Accepted |
[4,of,5,oldpy] bugzilla: stop mentioning Pythons older than 2.6 |
2016-11-21 |
Augie Fackler |
|
Accepted |
[5,of,5,oldpy] archival: simplify code and drop message about Python 2.5 |
2016-11-21 |
Augie Fackler |
|
Accepted |
[1,of,2,deprecations] dispatch: stop supporting non-use of @command |
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 |
[01,of,10,layering] dirstateguard: move to new module so I can break some layering violations |
2016-11-22 |
Augie Fackler |
|
Accepted |
[02,of,10,layering] mq: 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 |
[04,of,10,layering] commands: refer to dirstateguard by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[05,of,10,layering] localrepo: refer to dirstateguard by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[06,of,10,layering] cmdutil: mark dirstateguard as deprecated |
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 |
[08,of,10,layering] rebase: refer to checkunresolved by its new name |
2016-11-22 |
Augie Fackler |
|
Accepted |
[09,of,10,layering] localrepo: refer to checkunresolved by its new name |
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 |
[oldpy] keepalive: discard legacy Python support for error handling |
2016-11-22 |
Augie Fackler |
|
Accepted |
[remotefilelog-ext] cdatapack: include sys/types.h for off_t |
2016-11-28 |
Augie Fackler |
quark |
Accepted |
[1,of,5,pure-fix] tests: migrate test-bdiff.py to use unittest (part 1 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 |
[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 |
[4,of,5,pure-fix] tests: finish updating test-bdiff to unittest (part 4 of 4) |
2016-12-15 |
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 |
[1,of,3,website] Makefile: add extra blank lines between rule for readability |
2016-12-23 |
Augie Fackler |
|
Accepted |
[2,of,3,website] Makefile: update makefile to not mention blatter |
2016-12-23 |
Augie Fackler |
|
Accepted |
[3,of,3,website] donate: new page to route donations to conservancy |
2016-12-23 |
Augie Fackler |
|
Accepted |
rebase: un-wrap function signature since it fits in 80 columns |
2016-12-24 |
Augie Fackler |
|
Accepted |
hgweb: support Content Security Policy |
2017-01-12 |
Augie Fackler |
|
Not Applicable |
contrib: fix check-commit to not reject commits from `hg sign` and `hg tag` |
2017-01-19 |
Augie Fackler |
|
Accepted |
tests: work around FreeBSD's unzip having slightly different output |
2017-01-19 |
Augie Fackler |
|
Accepted |
[stable] tests: use an absolute path to get around '..' being invalid on a dead CWD |
2017-01-19 |
Augie Fackler |
|
Accepted |
[stable] tests: also allow "Protocol not supported" in test-http-proxy error |
2017-01-20 |
Augie Fackler |
|
Accepted |
[1,of,3,stable] tests: expand flags to long form 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 |
[3,of,3,stable] tests: document probable bug in test-largefiles-update.t |
2017-01-30 |
Augie Fackler |
|
Accepted |
cmdutil: remove forwarding methods per deprecation policy |
2017-02-03 |
Augie Fackler |
|
Accepted |
[1,of,3,pager-in-core-prep] pager: add a test of --pager=no functionality |
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 |
[3,of,3,pager-in-core-prep] tests: switch "this command isn't paged" example to id |
2017-02-07 |
Augie Fackler |
martinvonz |
Accepted |
zstd: vendor python-zstandard 0.7.0 |
2017-02-10 |
Augie Fackler |
|
Accepted |
[3,of,6] debugcommands: move 'debuglabelcomplete' in the new module |
2017-02-13 |
Augie Fackler |
|
Changes Requested |
help: I broke test-gendoc-ro.t and I have no idea how |
2017-02-16 |
Augie Fackler |
|
Not Applicable |
[1,of,9,pager] pager: move pager-initiating code into core |
2017-02-16 |
Augie Fackler |
|
Superseded |
[2,of,9,pager] pager: move more behavior into core |
2017-02-16 |
Augie Fackler |
|
Superseded |
[3,of,9,pager] ui: introduce neverpager() call |
2017-02-16 |
Augie Fackler |
|
Superseded |
[4,of,9,pager] ui: add ignore-single-command functionality |
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 |
[6,of,9,pager] ui: respect historic pager.attend-$COMMAND=no |
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 |
[8,of,9,pager] annotate: migrate to modern pager API |
2017-02-16 |
Augie Fackler |
|
Superseded |
[9,of,9,pager] tests: prove that ignore works |
2017-02-16 |
Augie Fackler |
|
Superseded |
[py3] ui: construct _keepalnum list in a python3-friendly way |
2017-02-16 |
Augie Fackler |
|
Accepted |
[1,of,9,pager,v2] pager: move pager-initiating code into core |
2017-02-16 |
Augie Fackler |
|
Accepted |
[2,of,9,pager,v2] pager: move more behavior into core |
2017-02-16 |
Augie Fackler |
|
Accepted |
[3,of,9,pager,v2] ui: introduce neverpager() call |
2017-02-16 |
Augie Fackler |
|
Accepted |
[4,of,9,pager,v2] ui: add ignore-single-command functionality |
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 |
[6,of,9,pager,v2] ui: respect historic pager.attend-$COMMAND=no |
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 |
[8,of,9,pager,v2] annotate: migrate to modern pager API |
2017-02-16 |
Augie Fackler |
|
Accepted |
[9,of,9,pager,v2] tests: prove that ignore works |
2017-02-16 |
Augie Fackler |
|
Accepted |
[pager,annotate-fix] annotate: start pager after we're sure we wont abort |
2017-02-19 |
Augie Fackler |
|
Accepted |
[01,of,19,pager] cat: 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 |
[03,of,19,pager] export: 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 |
[05,of,19,pager] qdiff: migrate to modern pager API |
2017-02-19 |
Augie Fackler |
|
Accepted |
[06,of,19,pager] config: activate pager if not starting an editor |
2017-02-19 |
Augie Fackler |
|
Accepted |
[07,of,19,pager] files: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[08,of,19,pager] grep: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[09,of,19,pager] help: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[10,of,19,pager] incoming: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[11,of,19,pager] locate: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[12,of,19,pager] manifest: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[13,of,19,pager] outgoing: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[14,of,19,pager] paths: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[15,of,19,pager] resolve: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[16,of,19,pager] status: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[17,of,19,pager] summary: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[18,of,19,pager] tags: enable pager |
2017-02-19 |
Augie Fackler |
|
Accepted |
[19,of,19,pager] version: enable pager if --verbose is specified |
2017-02-19 |
Augie Fackler |
|
Accepted |
[py3] ui: construct _keepalnum list in a python3-friendly way |
2017-02-20 |
Augie Fackler |
|
Not Applicable |
[1,of,2,pager-tweaks] ui: rename neverpager to disablepager |
2017-02-20 |
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] incoming: delay pager activation until right before printing changes |
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-dispatch-tweaks] help: move rst formatting of help documents into help.py |
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-endgame] pager: move most help to a new help topic and deprecate extension |
2017-02-21 |
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 |
internals: add some brief documentation about censor |
2017-02-27 |
Augie Fackler |
|
Deferred |
osx: install bash and zsh completions by default |
2017-02-27 |
Augie Fackler |
|
Accepted |
tests: un-nest the `order` repo in test-rebase-scenario-global |
2017-02-27 |
Augie Fackler |
|
Accepted |
[1,of,6,py3] config: load included config files in binary mode |
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 |
[3,of,6,py3] config: pass some optional args as keywords |
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 |
[5,of,6,py3] ui: fix ui.traceback on Python 3 |
2017-03-03 |
Augie Fackler |
|
Accepted |
[6,of,6,py3] ui: fix configlist on Python 3 |
2017-03-03 |
Augie Fackler |
|
Accepted |
[1,of,6,py3] config: add sanity assert that files are opened as binary |
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 |
[3,of,6,py3] ui: fix ui.traceback 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 |
[5,of,6,py3] dispatch: cope with sys.version being unicode on Python 3 |
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 |
wix: add censor docs to installer script |
2017-03-06 |
Augie Fackler |
|
Accepted |
[1,of,6,py3] extensions: use inspect module instead of func_code.co_argcount |
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 |
[3,of,6,py3] extensions: tapdance to get reasonable import error formatting |
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 |
[5,of,6,py3] dispatch: enforce bytes when converting boolean flags to config items |
2017-03-07 |
Augie Fackler |
|
Superseded |
[6,of,6,py3] config: guard against setconfig specifying unicode values on py3 |
2017-03-07 |
Augie Fackler |
|
Superseded |
[stable] pycompat: verify sys.argv exists before forwarding it (issue5493) |
2017-03-07 |
Augie Fackler |
|
Accepted |
[1,of,6,py3,v2] extensions: use inspect module instead of func_code.co_argcount |
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 |
[3,of,6,py3,v2] extensions: tapdance to get reasonable import error formatting |
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 |
[5,of,6,py3,v2] dispatch: enforce bytes when converting boolean flags to config items |
2017-03-08 |
Augie Fackler |
|
Superseded |
[6,of,6,py3,v2] config: guard against setconfig specifying unicode values on py3 |
2017-03-08 |
Augie Fackler |
|
Superseded |
[1,of,8,py3,v3] extensions: use inspect module instead of func_code.co_argcount |
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 |
[3,of,8,py3,v3] extensions: tapdance to get reasonable import error formatting |
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 |
[5,of,8,py3,v3] dispatch: enforce bytes when converting boolean flags to config items |
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 |
[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 |
[8,of,8,py3,v3] policy: try and always have a bytes for module policy |
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 |
[2,of,2,pager-followup] dispatch: add pagination of two more help cases |
2017-03-08 |
Augie Fackler |
|
Accepted |