[hglib] util: make cmdbuilder work with bytes (issue4520) |
2015-03-27 |
Brett Cannon |
|
Accepted |
[7,of,7,hglib] hglib: optimize bytes conversion and concatentation (issue4520) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[6,of,7,hglib] hglib: update setup.py to mark Python 3 support (issue4520) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[5,of,7,hglib] tests: write out bytes instead of strings to test files (issue4520) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[4,of,7,hglib] hglib: make util.cmdbuilder work with bytes (issue4520) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[3,of,7,hglib] hglib: remove the user of str in hglib.context (issue5420) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[2,of,7,hglib] hglib: make str(hglib.context.changectx) work with Python 3 (issue4520) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[1,of,7,hglib] hglib: make sure hgclient.diff() works with bytes (issue4520) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[2,of,2,hglib] hglib: don't try to use long under Python 3 (issue4520) |
2015-03-20 |
Brett Cannon |
|
Accepted |
[1,of,2,hglib] util: don't try to use itertools.izip under Python 3 (issue4520) |
2015-03-20 |
Brett Cannon |
|
Accepted |
[2,of,2,hglib] hglib: use strtobytes() (issue4520) |
2015-03-19 |
Brett Cannon |
|
Accepted |
[1,of,2,hglib] util: introduce strtobytes() (issue4520) |
2015-03-19 |
Brett Cannon |
|
Accepted |
[hglib] hglib: add a __bool__ method where __nonzero__ is defined (issue4520) |
2015-03-16 |
Brett Cannon |
|
Accepted |
[hglib] hglib: make all imports absolute (issue4520) |
2015-03-13 |
Brett Cannon |
|
Accepted |
[2,of,2,hglib] hglib: use io.BytesIO when available (issue4520) |
2015-03-13 |
Brett Cannon |
|
Accepted |
[1,of,2,hglib] hglib: abstract out use of cStringIO.StringIO (issue4520) |
2015-03-13 |
Brett Cannon |
|
Accepted |
[hglib] hglib: Move string literals in the test code to util.b() (issue4520) |
2015-03-09 |
Brett Cannon |
|
Accepted |
[hglib] hglib: Wrap all application string literals in util.b() (issue4520) |
2015-03-08 |
Brett Cannon |
|
Changes Requested |
[hglib] hglib: Introduce util.b() (issue4520) |
2015-03-07 |
Brett Cannon |
marmoute |
Changes Requested |
[stable] hooks: only disable/re-enable demandimport when it's already enabled |
2014-02-10 |
Brodie Rao |
|
Accepted |
[3,of,3,V2] revlog: allow tuning of the chunk cache size (via format.chunkcachesize) |
2013-11-17 |
Brodie Rao |
|
Accepted |
[2,of,3,V2] revlog: read/cache chunks in fixed windows of 64 KB |
2013-11-17 |
Brodie Rao |
|
Accepted |
[1,of,3,V2] perf: add perfmoonwalk command to walk the changelog backwards |
2013-11-17 |
Brodie Rao |
|
Accepted |
[3,of,3] revlog: allow tuning of the chunk cache size (via format.chunkcachesize) |
2013-11-17 |
Brodie Rao |
|
Superseded |
[2,of,3] revlog: read/cache chunks in fixed windows of 64 KB |
2013-11-17 |
Brodie Rao |
|
Superseded |
[1,of,3] perf: add perfmoonwalk command to walk the changelog backwards |
2013-11-17 |
Brodie Rao |
|
Superseded |
[stable] share: fix unshare calling wrong repo.__init__() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[13,of,13,V2] localrepo: remove unused repo.branchtags()/_branchtip() methods |
2013-11-16 |
Brodie Rao |
|
Accepted |
[12,of,13,V2] hgweb: simplify branches with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[11,of,13,V2] hgweb: simplify summary with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[10,of,13,V2] branches: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[09,of,13,V2] debuglabelcomplete: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[08,of,13,V2] branchmap: introduce iterbranches() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[07,of,13,V2] localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[06,of,13,V2] branchmap: introduce branchheads() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[05,of,13,V2] localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip() |
2013-11-16 |
Brodie Rao |
|
Accepted |
[04,of,13,V2] branchmap: introduce branchtip() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[03,of,13,V2] branchmap: cache open/closed branch head information |
2013-11-16 |
Brodie Rao |
|
Accepted |
[02,of,13,V2] branches: avoid unnecessary changectx.branch() calls |
2013-11-16 |
Brodie Rao |
|
Accepted |
[01,of,13,V2] branchmap: add documentation on the branchcache on-disk format |
2013-11-16 |
Brodie Rao |
|
Accepted |
[12,of,12] localrepo: remove unused repo.branchtags()/_branchtip() methods |
2013-11-16 |
Brodie Rao |
|
Superseded |
[11,of,12] hgweb: simplify branches with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[10,of,12] hgweb: simplify summary with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[09,of,12] branches: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[08,of,12] debuglabelcomplete: simplify with repo.branchmap().iterbranches() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[07,of,12] branchmap: introduce iterbranches() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[06,of,12] localrepo: refactor repo.branchheads() to use repo.branchmap().branchheads() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[05,of,12] branchmap: introduce branchheads() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[04,of,12] localrepo: refactor repo.branchtip() to use repo.branchmap().branchtip() |
2013-11-16 |
Brodie Rao |
|
Superseded |
[03,of,12] branchmap: introduce branchtip() method |
2013-11-16 |
Brodie Rao |
|
Superseded |
[02,of,12] branchmap: cache open/closed branch head information |
2013-11-16 |
Brodie Rao |
|
Superseded |
[01,of,12] branches: avoid unnecessary changectx.branch() calls |
2013-11-16 |
Brodie Rao |
|
Superseded |
branches: avoid unnecessary changectx.branch() calls |
2013-11-14 |
Brodie Rao |
|
Superseded |
mq: refactor usage of repo.branchmap().iteritems() with itervalues() |
2013-09-25 |
Brodie Rao |
|
Accepted |
mq: remove unused repo._committingpatch-related code |
2013-09-19 |
Brodie Rao |
|
Accepted |
[v2] amend: support amending merge changesets (issue3778) |
2013-02-09 |
Brodie Rao |
|
Superseded |
amend: support amending merge changesets (issue3778) |
2013-02-08 |
Brodie Rao |
|
Superseded |
[STABLE] notify: fix fromauthor setting for 'incoming' hook type (issue4194) |
2015-10-05 |
Bruce Cran |
|
Accepted |
notify: fix fromauthor setting for 'incoming' hook type (issue4194) |
2015-10-05 |
Bruce Cran |
|
Superseded |
[9,of,9,v2] stdio: add Linux-specific tests for error checking |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[8,of,9,v2] stdio: raise StdioError if something goes wrong in ui.flush |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[7,of,9,v2] stdio: raise StdioError if something goes wrong in ui._write_err |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[6,of,9,v2] stdio: raise StdioError if something goes wrong in ui._write |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[5,of,9,v2] stdio: catch StdioError in dispatch.run and clean up appropriately |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[4,of,9,v2] stdio: add machinery to identify failed stdout/stderr writes |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[3,of,9,v2] atexit: switch to home-grown implementation |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[2,of,9,v2] atexit: test failing handlers |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[1,of,9,v2] ui: add special-purpose atexit functionality |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[9,of,9] stdio: add Linux-specific tests for error checking |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[8,of,9] stdio: raise StdioError if something goes wrong in ui.flush |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[7,of,9] stdio: raise StdioError if something goes wrong in ui._write_err |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[6,of,9] stdio: raise StdioError if something goes wrong in ui._write |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[5,of,9] stdio: catch StdioError in dispatch.run and clean up appropriately |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[4,of,9] stdio: add machinery to identify failed stdout/stderr writes |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[3,of,9] atexit: switch to home-grown implementation |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[2,of,9] atexit: test failing handlers |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[1,of,9] atexit: add special-purpose atexit functionality to util |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[2,of,2] dispatch: start profiling earlier |
2017-02-14 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] dispatch: move detection of profiling earlier during startup |
2017-02-14 |
Bryan O'Sullivan |
|
Accepted |
[5,of,5,v2] profiling: add statprof support for Chrome trace viewer rendering |
2017-02-13 |
Bryan O'Sullivan |
|
Accepted |
[4,of,5,v2] statprof: allow rendering in the Chrome trace viewer format |
2017-02-13 |
Bryan O'Sullivan |
|
Accepted |
[3,of,5,v2] statprof: add a path simplification function |
2017-02-13 |
Bryan O'Sullivan |
|
Accepted |
[2,of,5,v2] ui: rewrite configint in terms of configwith |
2017-02-13 |
Bryan O'Sullivan |
|
Accepted |
[1,of,5,v2] ui: add a configwith method |
2017-02-13 |
Bryan O'Sullivan |
|
Accepted |
[1,of,5] ui: add a configwith method |
2017-02-13 |
Bryan O'Sullivan |
|
Superseded |
[4,of,4] statprof: allow rendering in the Chrome trace viewer format |
2017-02-13 |
Bryan O'Sullivan |
|
Superseded |
[3,of,4] statprof: add a path simplification function |
2017-02-13 |
Bryan O'Sullivan |
|
Superseded |
[2,of,4] ui: rewrite configint in terms of configwith |
2017-02-13 |
Bryan O'Sullivan |
|
Superseded |
[1,of,4] ui: add a configwith method |
2017-02-13 |
Bryan O'Sullivan |
|
Superseded |
[1,of,8,v3] mercurial: use timeit.default_timer for interval measurement |
2017-02-11 |
Bryan O'Sullivan |
|
Changes Requested |
[v3,rebased] pager: migrate heavily-used extension into core |
2017-02-06 |
Bryan O'Sullivan |
|
Changes Requested |
[v2] pager: migrate heavily-used extension into core |
2017-02-04 |
Bryan O'Sullivan |
|
Superseded |
pager: migrate heavily-used extension into core |
2017-02-03 |
Bryan O'Sullivan |
|
Superseded |
[2,of,2] ui: record and print wall clock time |
2017-02-03 |
Bryan O'Sullivan |
|
Deferred |
[1,of,2] ui: track time spent reading and writing |
2017-02-03 |
Bryan O'Sullivan |
|
Deferred |
keepalive: drop check for unsupported version of Python |
2016-11-29 |
Bryan O'Sullivan |
|
Accepted |
run-tests: "fix" race condition in race condition fix |
2016-01-22 |
Bryan O'Sullivan |
lcharignon |
Superseded |
run-tests: lock uses of channels to avoid race condition |
2016-01-22 |
Bryan O'Sullivan |
|
Changes Requested |
i18n: fix a test-gendoc.t failure |
2016-01-14 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] test-ctxmanager: fix Python 2.6 compatibility problem |
2016-01-14 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] util: rename ctxmanager's __call__ method to enter |
2016-01-14 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3] util: replace file I/O with readfile |
2016-01-13 |
Bryan O'Sullivan |
|
Accepted |
[2,of,3] hgweb: replace file I/O with util.readfile |
2016-01-13 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3] patchbomb: replace file I/O with util.readfile |
2016-01-13 |
Bryan O'Sullivan |
|
Accepted |
[10,of,10] util: simplify file I/O functions using context managers |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
[09,of,10] run-tests: use a context manager for file I/O in TextTestRunner |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
[08,of,10] bundlerepo: use context manager for file I/O in _writetempbundle |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
[07,of,10] shelve: use a context manager for file I/O in listcmd |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
[06,of,10] largefiles: use util.readfile in lfconvert |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
[05,of,10] run-tests: use a context manager for file I/O |
2016-01-12 |
Bryan O'Sullivan |
|
Superseded |
[04,of,10] largefiles: use util.readfile in overrides |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
[03,of,10] commands: use a context manager for file I/O in debugdiscovery |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
[02,of,10] check-seclevel: use a context manager for file I/O |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
[01,of,10] largefiles: use a context manager in _getfile |
2016-01-12 |
Bryan O'Sullivan |
|
Accepted |
{RFC} commands: switch to ctxmanager in phase |
2016-01-11 |
Bryan O'Sullivan |
|
Not Applicable |
util: introduce ctxmanager, to avoid nested try/finally blocks |
2016-01-11 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3] commands: get rid of empty try/finally block from _dograft |
2016-01-11 |
Bryan O'Sullivan |
|
Accepted |
[2,of,3] commands: get rid of empty try/finally block from _dobackout |
2016-01-11 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3] commands: get rid of empty try/finally block from import_ |
2016-01-11 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2,v3] patchbomb: treat empty address list as no addresses |
2016-01-08 |
Bryan O'Sullivan |
yuya |
Accepted |
[1,of,2,v3] config: add hasconfig method and supporting plumbing |
2016-01-08 |
Bryan O'Sullivan |
yuya |
Accepted |
[v2] patchbomb: treat empty address list as no addresses |
2016-01-08 |
Bryan O'Sullivan |
yuya |
Superseded |
[v2] dispatch: refactor tortured debugger setup logic |
2016-01-05 |
Bryan O'Sullivan |
yuya |
Changes Requested |
patchbomb: treat address of "none" as no addresses |
2016-01-05 |
Bryan O'Sullivan |
yuya |
Superseded |
[4,of,4] mail: switch from os to subprocess module when invoking sendmail |
2016-01-05 |
Bryan O'Sullivan |
yuya |
Changes Requested |
[3,of,4] test-patchbomb.t: add test for case where sendmail fails |
2016-01-05 |
Bryan O'Sullivan |
yuya |
Changes Requested |
[2,of,4] test-patchbomb.t: drop a number of now-redundant uses of "-n" |
2016-01-05 |
Bryan O'Sullivan |
yuya |
Accepted |
[1,of,4] test-patchbomb.t: test use of sendmail program |
2016-01-05 |
Bryan O'Sullivan |
yuya |
Accepted |
[3,of,3] tests: make a stab at approximating wall-clock times |
2016-01-05 |
Bryan O'Sullivan |
|
Accepted |
[2,of,3] tests: only stat a test file if we don't already know its "cost" |
2016-01-05 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3] tests: write recent run times to a file named tests/.testtimes |
2016-01-05 |
Bryan O'Sullivan |
|
Accepted |
dispatch: report similar names consistently |
2016-01-05 |
Bryan O'Sullivan |
|
Accepted |
[v2] dispatch: refactor tortured debugger setup logic |
2016-01-01 |
Bryan O'Sullivan |
|
Changes Requested |
dispatch: refactor tortured debugger setup logic |
2016-01-01 |
Bryan O'Sullivan |
|
Superseded |
[10,of,10,PyPy] test-bundle2-format.t: force gc so a GeneratorExit will be thrown |
2015-12-24 |
Bryan O'Sullivan |
|
Accepted |
[09,of,10,PyPy] test-bad-extension.t: account for PyPy/CPython error difference |
2015-12-24 |
Bryan O'Sullivan |
|
Accepted |
[08,of,10,PyPy] demandimport: update obsolete comment |
2015-12-24 |
Bryan O'Sullivan |
|
Accepted |
[07,of,10,PyPy] demandimport: add support for PyPy |
2015-12-24 |
Bryan O'Sullivan |
|
Accepted |
[06,of,10,PyPy] test-demandimport: ensure that relative imports are deferred |
2015-12-24 |
Bryan O'Sullivan |
|
Accepted |
[05,of,10,PyPy] histedit: don't bother with cPickle, demand-load pickle |
2015-12-24 |
Bryan O'Sullivan |
yuya |
Accepted |
[04,of,10,PyPy] histedit: only use pickle if not using the modern save format |
2015-12-24 |
Bryan O'Sullivan |
yuya |
Accepted |
[03,of,10,PyPy] perf: close transaction in perffncachewrite |
2015-12-24 |
Bryan O'Sullivan |
yuya |
Accepted |
[02,of,10,PyPy] hbisect: use tryreadlines to load state |
2015-12-24 |
Bryan O'Sullivan |
yuya |
Accepted |
[01,of,10,PyPy] eol: make output stable |
2015-12-24 |
Bryan O'Sullivan |
yuya |
Accepted |
[2,of,2,v2] histedit: don't bother with cPickle, demand-load pickle |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
[1,of,2,v2] histedit: only use pickle if not using the modern save format |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
[RFC] histedit: use json to save/load internal state |
2015-12-23 |
Bryan O'Sullivan |
|
Deferred |
perf: close transaction in perffncachewrite |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
test-bundle2-format.t: force gc so a GeneratorExit will be thrown |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
test-bad-extension.t: account for PyPy/CPython error difference |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
[8,of,8] hbisect: use tryreadlines to load state |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
[7,of,8] eol: make output stable |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
[6,of,8] demandimport: declare victory over PyPy |
2015-12-23 |
Bryan O'Sullivan |
yuya |
Changes Requested |
[5,of,8] demandimport: remove misleading, obsolete comment and code |
2015-12-23 |
Bryan O'Sullivan |
yuya |
Changes Requested |
[4,of,8] demandimport: pass fromlist to original import function |
2015-12-23 |
Bryan O'Sullivan |
yuya |
Changes Requested |
[3,of,8] pure/osutil: c_ssize_t is only available in Python >= 2.7 |
2015-12-23 |
Bryan O'Sullivan |
yuya |
Accepted |
[2,of,8] check-seclevel: pass a ui to the extension loader |
2015-12-23 |
Bryan O'Sullivan |
yuya |
Accepted |
[1,of,8] check-seclevel: add a --debug option |
2015-12-23 |
Bryan O'Sullivan |
yuya |
Accepted |
[1,of,2] test-install: perform the wix checking on wdir() instead of |
2015-12-23 |
Bryan O'Sullivan |
|
Not Applicable |
ui: remove unreachable code |
2015-12-22 |
Bryan O'Sullivan |
yuya |
Accepted |
[v2] parsers: use PyTuple_Pack instead of manual list-filling |
2015-12-17 |
Bryan O'Sullivan |
|
Accepted |
[v2] parsers: use PyTuple_Pack instead of manual list-filling |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Superseded |
[4,of,4] parsers: add a missed PyErr_NoMemory |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Accepted |
[3,of,4] parsers: use PyTuple_Pack instead of manual list-filling |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Superseded |
[2,of,4] parsers: check results of PyInt_FromLong (issue4771) |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Accepted |
[1,of,4] parsers: simplify error logic in compute_phases_map_sets |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Accepted |
pathencode: remove an unused assignment |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Accepted |
parsers: narrow scope of a variable to be less confusing |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Accepted |
[2,of,2] parsers: check results of PyInt_FromLong (issue4771) |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Superseded |
[1,of,2] parsers: simplify error logic in compute_phases_map_sets |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Superseded |
manifest: fix formatting |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Accepted |
[2,of,2,v2] match: use re2 in readpatternfile if possible |
2015-12-11 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2,v2] test-hgignore.t: add tests for comments |
2015-12-11 |
Bryan O'Sullivan |
|
Accepted |
match: use re2 in readpatternfile if possible |
2015-12-10 |
Bryan O'Sullivan |
|
Superseded |
[v2] extensions: rename _ignore to _builtin, add descriptive comment |
2015-11-25 |
Bryan O'Sullivan |
|
Accepted |
[v2] pager: migrate to core |
2015-11-24 |
Bryan O'Sullivan |
|
Accepted |
extensions: rename _ignore to _builtin, add descriptive comment |
2015-11-24 |
Bryan O'Sullivan |
|
Superseded |
pager: migrate to core |
2015-11-24 |
Bryan O'Sullivan |
|
Superseded |
[RFC] pager: migrate to core |
2015-11-24 |
Bryan O'Sullivan |
|
Superseded |
[3,of,3] util: get rid of statmtimesec |
2015-11-18 |
Bryan O'Sullivan |
|
Accepted |
[2,of,3] osutil: for listdir, implement a skeletal sequence protocol |
2015-11-18 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3] osutil: slightly simplify listdir_stat definition |
2015-11-18 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3] dirstate: back out 502b56a9e897 |
2015-11-17 |
Bryan O'Sullivan |
|
Accepted |
[2,of,3] osutil: make statfiles check for interrupts periodically |
2015-11-17 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3] osutil: don't leak on statfiles error |
2015-11-17 |
Bryan O'Sullivan |
|
Accepted |
parsers: check for memory allocation overflows more carefully |
2015-04-06 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3,in,crew] parsers: correctly handle a failed allocation |
2013-09-16 |
Bryan O'Sullivan |
|
Accepted |
[2,of,3,in,crew] parsers: use Py_INCREF safely |
2013-09-16 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3,in,crew] parsers: state is a char, not an int |
2013-09-16 |
Bryan O'Sullivan |
|
Accepted |
rebase: handle bookmarks matching revset function names (issue3950) |
2013-08-30 |
Bryan O'Sullivan |
|
Accepted |
[v2] shelve: add a shelve extension to save/restore working changes |
2013-06-04 |
Bryan O'Sullivan |
|
Superseded |
[4,of,4] shelve: add a shelve extension to save/restore working changes |
2013-05-28 |
Bryan O'Sullivan |
|
Superseded |
[3,of,4] util: add an optional timestamp parameter to makedate |
2013-05-28 |
Bryan O'Sullivan |
|
Accepted |
[2,of,4] util: rename ct variable in makedate to timestamp |
2013-05-28 |
Bryan O'Sullivan |
|
Accepted |
[1,of,4] merge: add a files method to the mergestate class |
2013-05-28 |
Bryan O'Sullivan |
|
Superseded |
[5,of,5] summary: add a histedit hook |
2013-05-14 |
Bryan O'Sullivan |
|
Accepted |
[4,of,5] summary: indicate if a rebase is underway |
2013-05-14 |
Bryan O'Sullivan |
|
Accepted |
[3,of,5] summary: add tests for some extensions we plan to modify |
2013-05-14 |
Bryan O'Sullivan |
|
Accepted |
[2,of,5] mq: switch to new summary hook mechanism |
2013-05-14 |
Bryan O'Sullivan |
|
Accepted |
[1,of,5] summary: augment output with info from extensions |
2013-05-14 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] ui: use util.sizetoint in configbytes |
2013-05-14 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] util: migrate fileset._sizetoint to util.sizetoint |
2013-05-14 |
Bryan O'Sullivan |
|
Accepted |
[stable] revert: ensure that copies and renames are honored (issue3920) |
2013-05-03 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2,stable] dispatch: add support for --option=value to _earlygetopt |
2013-04-29 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2,stable] dispatch: add doctests for _earlygetopt |
2013-04-29 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3,v4] blackbox: automatically rotate log files |
2013-04-19 |
Bryan O'Sullivan |
|
Rejected |
[2,of,3,v4] ui: add a configbytes method, for space configuration |
2013-04-19 |
Bryan O'Sullivan |
|
Rejected |
[1,of,3,v4] util: migrate fileset._sizetoint, make public, add docstring |
2013-04-19 |
Bryan O'Sullivan |
|
Deferred |
[2,of,2,v3] blackbox: automatically rotate log files |
2013-04-18 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2,v3] ui: add a configbytes method, for space configuration |
2013-04-18 |
Bryan O'Sullivan |
|
Accepted |
[derp,v2] blackbox: automatically rotate log files |
2013-04-18 |
Bryan O'Sullivan |
|
Superseded |
[derp,v2] blackbox: automatically rotate log files |
2013-04-18 |
Bryan O'Sullivan |
|
Superseded |
[2,of,2] blackbox: automatically rotate log files |
2013-04-18 |
Bryan O'Sullivan |
|
Superseded |
[1,of,2] ui: add a configbytes method, for space configuration |
2013-04-18 |
Bryan O'Sullivan |
|
Superseded |
[in,crew] blackbox: fix a case of name capture |
2013-04-18 |
Bryan O'Sullivan |
|
Accepted |
[4,of,4,resend] revlog: don't cross-check ancestor result against Python version |
2013-04-16 |
Bryan O'Sullivan |
|
Accepted |
[3,of,4,resend] parsers: a C implementation of the new ancestors algorithm |
2013-04-16 |
Bryan O'Sullivan |
|
Accepted |
[2,of,4,resend] revlog: choose a consistent ancestor when there's a tie |
2013-04-16 |
Bryan O'Sullivan |
|
Accepted |
[1,of,4,resend] ancestor: a new algorithm that is faster for nodes near tip |
2013-04-16 |
Bryan O'Sullivan |
|
Accepted |
[5,of,5,in,crew] pvec: use the correct name for an identifier |
2013-04-13 |
Bryan O'Sullivan |
|
Accepted |
[4,of,5,in,crew] repoview: remove unreachable code |
2013-04-13 |
Bryan O'Sullivan |
|
Accepted |
[3,of,5,in,crew] mail: add missing import of sys |
2013-04-13 |
Bryan O'Sullivan |
|
Accepted |
[2,of,5,in,crew] statichttprepo: add missing import of os |
2013-04-13 |
Bryan O'Sullivan |
|
Accepted |
[1,of,5,in,crew] worker: add missing import of errno |
2013-04-13 |
Bryan O'Sullivan |
|
Accepted |
[v2-dederpified] histedit: support editing of the first commit (issue3767) |
2013-04-12 |
Bryan O'Sullivan |
|
Accepted |
histedit: support editing of the first commit (issue3767) |
2013-04-12 |
Bryan O'Sullivan |
|
Superseded |
[2,of,2] worker: catch all exceptions, try to exit usefully/safely |
2013-04-11 |
Bryan O'Sullivan |
durin42 |
Accepted |
[1,of,2] lock: if we fork, ensure that only the parent releases |
2013-04-11 |
Bryan O'Sullivan |
durin42 |
Accepted |
debuglabelcomplete: compute active branch heads correctly |
2013-04-08 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] dirstate: only call lstat once per flags invocation |
2013-04-03 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] util: add functions to check symlink/exec bits |
2013-04-03 |
Bryan O'Sullivan |
|
Accepted |
locate: add support for filtering by file type |
2013-04-02 |
Bryan O'Sullivan |
|
Rejected |
[6,of,6] dirs: use mutable strings internally |
2013-04-01 |
Bryan O'Sullivan |
|
Accepted |
[5,of,6] dirs: use mutable integers internally |
2013-04-01 |
Bryan O'Sullivan |
|
Accepted |
[4,of,6] scmutil: rewrite dirs in C, use if available |
2013-04-01 |
Bryan O'Sullivan |
|
Accepted |
[3,of,6] scmutil: use new dirs class in dirstate and context |
2013-04-01 |
Bryan O'Sullivan |
|
Accepted |
[2,of,6] scmutil: add a dirs class |
2013-04-01 |
Bryan O'Sullivan |
|
Accepted |
[1,of,6] scmutil: migrate finddirs from dirstate |
2013-04-01 |
Bryan O'Sullivan |
|
Accepted |
[6,of,6] dirs: reuse strings in _incdir |
2013-03-29 |
Bryan O'Sullivan |
|
Superseded |
[5,of,6] dirs: reuse private ints in _incdir |
2013-03-29 |
Bryan O'Sullivan |
|
Superseded |
[4,of,6] dirstate: perform dirs calculation in C |
2013-03-29 |
Bryan O'Sullivan |
|
Superseded |
[3,of,6] dirstate: move initial dirs calculation to a top-level function |
2013-03-29 |
Bryan O'Sullivan |
|
Superseded |
[2,of,6] perf: add perfdirs command |
2013-03-29 |
Bryan O'Sullivan |
|
Accepted |
[1,of,6] dirstate: rename dirs to iterdirs, and return only dir names |
2013-03-29 |
Bryan O'Sullivan |
|
Superseded |
blackbox: defer opening a log file until needed (issue3869) |
2013-03-26 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3,crewed] tests: test debugpathcomplete and debuglabelcomplete |
2013-03-22 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3,crewed] pathcomplete: complete directories more conservatively |
2013-03-22 |
Bryan O'Sullivan |
|
Accepted |
bash_completion: recognize normal command abbreviations |
2013-03-22 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] completion: selectively use debugpathcomplete in bash_completion |
2013-03-21 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] completion: add a debugpathcomplete command |
2013-03-21 |
Bryan O'Sullivan |
|
Accepted |
completion: add a debuglabelcomplete command |
2013-03-21 |
Bryan O'Sullivan |
|
Accepted |
[in,crew] bash_completion: nuke a duplicated function |
2013-03-21 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] blackbox: use util.getuser for portability |
2013-03-19 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] blackbox: prevent failed I/O from causing hg to abort |
2013-03-19 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] bash_completion: allow remove to complete normal files |
2013-03-14 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] bash_completion: match more narrowly |
2013-03-14 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2,RFC] completion: use debugpathcomplete in bash_completion |
2013-03-13 |
Bryan O'Sullivan |
|
Superseded |
[1,of,2,RFC] completion: add a debugpathcomplete command |
2013-03-13 |
Bryan O'Sullivan |
|
Superseded |
[2,of,2] manifest: drop the now-unused find method |
2013-03-12 |
Bryan O'Sullivan |
|
Rejected |
[1,of,2] context: use normal manifest lookups instead of manifest.find |
2013-03-12 |
Bryan O'Sullivan |
|
Rejected |
manifest: cache parsed fulltext during find |
2013-03-11 |
Bryan O'Sullivan |
durin42 |
Rejected |
util: add flag support to compilere |
2013-03-11 |
Bryan O'Sullivan |
|
Accepted |
grep: use re2 if possible |
2013-03-11 |
Bryan O'Sullivan |
|
Accepted |
localrepo: iterate over manifest key/value pairs in status |
2013-02-21 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] util: add a timed function for use during development |
2013-02-21 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] util: generalize bytecount to unitcount |
2013-02-21 |
Bryan O'Sullivan |
|
Superseded |
match: more accurately report when we're always going to match |
2013-02-20 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] commands: exit from the log loop at the right time |
2013-02-19 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] cmdutil: use a small initial window with --limit |
2013-02-19 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3,v2] worker: handle worker failures more aggressively |
2013-02-19 |
Bryan O'Sullivan |
|
Accepted |
[2,of,3,v2] worker: fix a race in SIGINT handling |
2013-02-19 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3,v2] worker: on error, exit similarly to the first failing worker |
2013-02-19 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3] worker: handle worker failures more aggressively |
2013-02-19 |
Bryan O'Sullivan |
|
Superseded |
[2,of,3] worker: fix a race in SIGINT handling |
2013-02-19 |
Bryan O'Sullivan |
|
Superseded |
[1,of,3] worker: on error, exit similarly to the first failing worker |
2013-02-19 |
Bryan O'Sullivan |
|
Superseded |
util: make ensuredirs safer against races |
2013-02-13 |
Bryan O'Sullivan |
|
Accepted |
scmutil: create directories in a race-safe way during update |
2013-02-12 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2] merge: don't call copies.mergecopies unless we need to |
2013-02-09 |
Bryan O'Sullivan |
|
Superseded |
[1,of,2] merge: rename p1 to wctx in manifestmerge |
2013-02-09 |
Bryan O'Sullivan |
|
Superseded |
[11,of,11] merge: don't fiddle with name lookups or i18n in hot loops |
2013-02-09 |
Bryan O'Sullivan |
|
Superseded |
[10,of,11] merge: apply non-interactive working dir updates in parallel |
2013-02-09 |
Bryan O'Sullivan |
|
Superseded |
[09,of,11] worker: allow a function to be run in multiple worker processes |
2013-02-09 |
Bryan O'Sullivan |
|
Accepted |
[08,of,11] worker: partition a list (of tasks) into equal-sized chunks |
2013-02-09 |
Bryan O'Sullivan |
|
Accepted |
[07,of,11] worker: estimate whether it's worth running a task in parallel |
2013-02-09 |
Bryan O'Sullivan |
|
Accepted |
[06,of,11] worker: count the number of CPUs |
2013-02-09 |
Bryan O'Sullivan |
|
Accepted |
[05,of,11] tests: getremove test output changes (fold into previous patch) |
2013-02-09 |
Bryan O'Sullivan |
|
Accepted |
[04,of,11] merge: report non-interactive progress in chunks |
2013-02-09 |
Bryan O'Sullivan |
|
Superseded |
[03,of,11] merge: handle subrepo merges and .hgsubstate specially |
2013-02-09 |
Bryan O'Sullivan |
|
Superseded |
[02,of,11] tests: update test output (will be folded into parent) |
2013-02-09 |
Bryan O'Sullivan |
|
Accepted |
[01,of,11] merge: split out mostly-non-interactive working dir updates |
2013-02-09 |
Bryan O'Sullivan |
|
Superseded |
[stable] graphmod: don't try to visit nullrev (issue3772) |
2013-01-22 |
Bryan O'Sullivan |
|
Superseded |
[in,crew] run-tests: exit cleanly if parallel run is interrupted |
2013-01-15 |
Bryan O'Sullivan |
|
Accepted |
[4,of,4] tests: make test-inotify-issue1208.t disappear |
2012-12-19 |
Bryan O'Sullivan |
|
Accepted |
[3,of,4] posix: move server side of unix domain sockets out of inotify |
2012-12-19 |
Bryan O'Sullivan |
|
Accepted |
[2,of,4] inotify: don't fall over just because of a dangling symlink |
2012-12-19 |
Bryan O'Sullivan |
|
Accepted |
[1,of,4] test-inotify: test symlink indirection for unix sockets |
2012-12-19 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3] ignore: process hgignore files in deterministic order |
2012-12-18 |
Bryan O'Sullivan |
|
Accepted |
[2,of,3] ignore: only read an ignore file once |
2012-12-18 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3] ignore: refactor ignore into two functions |
2012-12-18 |
Bryan O'Sullivan |
|
Accepted |
[7,of,7,resend] store: switch to C-based hashed path encoding |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Accepted |
[6,of,7,resend] tests: ensure that C and Python path encoding agree |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Superseded |
[5,of,7,resend] pathencode: implement both basic and hashed encoding in C |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Accepted |
[4,of,7,resend] pathencode: implement hashed encoding in C |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Accepted |
[3,of,7,resend] pathencode: implement the "mangling" part of hashed encoding in C |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Accepted |
[2,of,7,resend] pathencode: add a SHA-1 hash function |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Accepted |
[1,of,7,resend] store: implement lowerencode in C |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Accepted |
run-tests: support running tests in parallel on windows |
2012-12-11 |
Bryan O'Sullivan |
|
Accepted |
[in,crew] makefile: allow local builds to work on windows/mingw32 |
2012-12-11 |
Bryan O'Sullivan |
|
Accepted |
[3,of,3,in,crew] run-tests: use correct python safely under --jobs |
2012-12-10 |
Bryan O'Sullivan |
|
Superseded |
[2,of,3,in,crew] run-tests: check for the correct python when starting |
2012-12-10 |
Bryan O'Sullivan |
|
Accepted |
[1,of,3,in,crew] run-tests: use correct python when run with --local |
2012-12-10 |
Bryan O'Sullivan |
|
Accepted |
[v2] rebase: add boolean config item rebase.norebasesource |
2022-05-05 |
C. Masloch |
|
New |
rebase: add boolean config item rebase.norebasesource |
2022-04-20 |
C. Masloch |
|
New |
help: suggest '-v -e' to get list of built-in aliases for extensions (issue4461) |
2014-12-22 |
Chingis Dugarzhapov |
|
Accepted |
[6,of,6,V2] hg: update newly added listdir function of vfs in clone |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[5,of,6,V2] hg: use vfs functions in clone |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[4,of,6,V2] hg: update util.writefile method to use write with vfs in share |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[3,of,6,V2] hg: update to use vfs functions in shared destination repository |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[2,of,6,V2] hg: use vfs functions in destination repository with share |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[1,of,6,V2] vfs: add listdir for os.listdir in vfs |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[6,of,6] hg: update newly added listdir function of vfs in clone |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[5,of,6] hg: use vfs functions in clone |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[4,of,6] hg: update util.writefile method to use write with vfs in share |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[3,of,6] hg: update to use vfs functions in shared destination repository |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[2,of,6] hg: use vfs functions in destination repository with share |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[1,of,6] vfs: add listdir for os.listdir in vfs |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[2,of,2,V2] patch: replace functions in fsbackend to use vfs |
2014-06-05 |
Chinmay Joshi |
|
Accepted |
[1,of,2,V2] vfs: add unlinkpath to vfs |
2014-06-05 |
Chinmay Joshi |
|
Accepted |
[4,of,4] patch: replace file api with vfs api in fsbackend |
2014-05-27 |
Chinmay Joshi |
|
Changes Requested |
[3,of,4] vfs: add lstat() in api |
2014-05-27 |
Chinmay Joshi |
|
Rejected |
[2,of,4] vfs: add lexists() in current api |
2014-05-27 |
Chinmay Joshi |
|
Accepted |
[1,of,4] bundlerepo: update unlink in getremotechanges to use vfs |
2014-05-27 |
Chinmay Joshi |
|
Accepted |
[V5] commands: 'listening at' line when port specified (issue3976) |
2014-04-10 |
Chinmay Joshi |
|
Changes Requested |
[V4] commands: 'listening at' line when port specified (issue3976) |
2014-04-10 |
Chinmay Joshi |
|
Superseded |
[V4] commands: 'listening at' line when port specified (issue3976) |
2014-04-08 |
Chinmay Joshi |
|
Superseded |
[V3] commands: 'listening at' line when port specified (issue3976) |
2014-03-24 |
Chinmay Joshi |
|
Superseded |
commands: 'listening at' line when port specified (issue3976) |
2014-03-23 |
Chinmay Joshi |
|
Superseded |
[RFC] commands: No 'listening at' line when port specified (issue3976) |
2014-03-20 |
Chinmay Joshi |
|
Superseded |
[2,of,2] debuginstall: change "checking" to "showing" for Python lib info |
2013-12-31 |
Chris Jerdonek |
mpm |
Superseded |
[1,of,2] debuginstall: add Python information to debuginstall output (issue4128) |
2013-12-31 |
Chris Jerdonek |
mpm |
Accepted |
[3,of,3] debuginstall: add Python executable path to debuginstall output (issue4128) |
2013-12-28 |
Chris Jerdonek |
|
Superseded |
[2,of,3] debuginstall: add Python version to debuginstall output (issue4128) |
2013-12-28 |
Chris Jerdonek |
|
Superseded |
[1,of,3] debuginstall: convert unified test to pure unit test (issue4128) |
2013-12-28 |
Chris Jerdonek |
|
Superseded |
[1,of,3] import-checker: refactor sys.path prefix check (issue4129) |
2013-12-25 |
Chris Jerdonek |
|
Accepted |
[3,of,3] import-checker: backout 40f79b9a2cc8 (issue4129) |
2013-12-23 |
Chris Jerdonek |
|
Accepted |
[2,of,3] import-checker: make test-module-imports.t work using virtualenv (issue4129) |
2013-12-23 |
Chris Jerdonek |
|
Accepted |
[1,of,3] import-checker: refactor sys.path prefix check (issue4129) |
2013-12-23 |
Chris Jerdonek |
|
Accepted |
[CREW] parsers: fail fast if Python has wrong minor version (issue4110) |
2013-12-05 |
Chris Jerdonek |
|
Accepted |
[CREW] parsers: add apiversion module constant to C implementation of parsers |
2013-12-03 |
Chris Jerdonek |
|
Rejected |
parsers: fail fast if Python has wrong minor version (issue4110) |
2013-11-29 |
Chris Jerdonek |
|
Superseded |
[STABLE] parse_index2: fix crash on bad argument type (issue4110) |
2013-11-27 |
Chris Jerdonek |
|
Accepted |
crecord: add dictionary to default return value of filterpatch |
2015-12-10 |
Christian Delahousse |
marmoute |
Accepted |
[4,of,4,V3] strip: add a --keep test related to removing files from dirstate |
2015-12-01 |
Christian Delahousse |
|
Accepted |
[3,of,4,V3] dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild |
2015-12-01 |
Christian Delahousse |
|
Accepted |
[2,of,4,V3] debugrebuilddirstate: added tests for --minimal flag |
2015-12-01 |
Christian Delahousse |
|
Accepted |
[1,of,4,V3] debugdirstate: add command to rebuildstate test to modify dirstate |
2015-12-01 |
Christian Delahousse |
|
Accepted |
[V2] rebase: add flag to commit to insert commit in stack |
2015-11-25 |
Christian Delahousse |
|
Rejected |
rebase: add flag to commit to insert commit in stack |
2015-11-25 |
Christian Delahousse |
|
Rejected |
convert: changed test's progress output format to ignore estimate |
2015-11-18 |
Christian Delahousse |
|
Accepted |
[5,of,5,V2] strip: add a --keep test related to removing files from dirstate |
2015-11-17 |
Christian Delahousse |
|
Superseded |
[4,of,5,V2] dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild |
2015-11-17 |
Christian Delahousse |
|
Superseded |
[3,of,5,V2] debugrebuilddirstate: added tests for --minimal flag |
2015-11-17 |
Christian Delahousse |
|
Superseded |
[2,of,5,V2] debugdirstate: add option to drop or add files to dirstate |
2015-11-17 |
Christian Delahousse |
|
Changes Requested |
[1,of,5,V2] debugdirstate: convert keyword parameters to **opts |
2015-11-17 |
Christian Delahousse |
|
Accepted |
[4,of,4] dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild |
2015-11-12 |
Christian Delahousse |
|
Superseded |
[3,of,4] debugrebuilddirstate: added tests for --minimal flag |
2015-11-12 |
Christian Delahousse |
|
Superseded |
[2,of,4] debugdirstate: add option to drop or add files to dirstate |
2015-11-12 |
Christian Delahousse |
|
Changes Requested |
[1,of,4] debugdirstate: convert keyword parameters to **opts |
2015-11-12 |
Christian Delahousse |
|
Superseded |
[7,of,7,V4] largefiles: specify where .orig files are kept |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[6,of,7,V4] mq: let the user choose where .orig files are kept |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[5,of,7,V4] shelve: choose where .orig file locations are kept |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[4,of,7,V4] filemerge: choose where .orig files are kept |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[3,of,7,V4] git-subrepos: revert respects specified location to save .orig files |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[2,of,7,V4] resolve: choose where .orig file locations are kept |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[1,of,7,V4] revert: allow configuring the .orig file location |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[V3] revert: allow configuring the .orig file location |
2015-10-27 |
Christian Delahousse |
|
Superseded |
contrib: make editmerge look for merge markers at the beginning of the line |
2015-10-16 |
Christian Delahousse |
|
Accepted |
[8,of,8] rebase: add comment to abort test |
2015-10-16 |
Christian Delahousse |
|
Changes Requested |
[7,of,8] rebase: refactoring to make restorestatus throw only error.Abort |
2015-10-16 |
Christian Delahousse |
|
Changes Requested |
[6,of,8] rebase: remove unecessary rebasestate file check in summary hook |
2015-10-16 |
Christian Delahousse |
|
Changes Requested |
[5,of,8] rebase: move check for "rebase in progress" |
2015-10-16 |
Christian Delahousse |
|
Changes Requested |
[4,of,8] rebase: move no rebasestate file check out of restorestatus |
2015-10-16 |
Christian Delahousse |
|
Changes Requested |
[3,of,8] rebase: reduce scope of try catch in restorestate |
2015-10-16 |
Christian Delahousse |
|
Accepted |
[2,of,8] rebase: during abort add warning to user on any exception |
2015-10-16 |
Christian Delahousse |
|
Changes Requested |
[1,of,8] rebase: on abort delete rebase state file no matter what |
2015-10-16 |
Christian Delahousse |
|
Accepted |
shelve: delete shelve statefile on any exception during abort |
2015-10-15 |
Christian Delahousse |
|
Accepted |
rebase: properly abort when destination is public (issue4896) |
2015-10-14 |
Christian Delahousse |
|
Accepted |
[2,of,2] rebase: check for target rev in abort's dstates list (issue4896) |
2015-10-13 |
Christian Delahousse |
|
Accepted |
[1,of,2] rebase: added comments |
2015-10-13 |
Christian Delahousse |
|
Accepted |
[3,of,3,V2] histedit: delete histedit statefile on any exception during abort |
2015-10-09 |
Christian Delahousse |
|
Accepted |
[2,of,3,V2] histedit: check presence of statefile before deleting it |
2015-10-09 |
Christian Delahousse |
|
Accepted |
[1,of,3,V2] histedit: add inprogress method to state class |
2015-10-09 |
Christian Delahousse |
|
Accepted |
[3,of,3] histedit: delete histedit statefile on any exception during abort |
2015-10-08 |
Christian Delahousse |
|
Superseded |
[2,of,3] histedit: check presence of statefile before deleting it |
2015-10-08 |
Christian Delahousse |
|
Superseded |
[1,of,3] histedit: add inprogress method to state class |
2015-10-08 |
Christian Delahousse |
|
Superseded |
[3,of,3] histedit: delete histedit statefile on any exception during abort |
2015-10-07 |
Christian Delahousse |
|
Superseded |
[2,of,3] histedit: check presence of statefile before deleting it |
2015-10-07 |
Christian Delahousse |
|
Superseded |
[1,of,3] histedit: add inprogress method to state class |
2015-10-07 |
Christian Delahousse |
|
Superseded |
keyword: replace map() with list comprehension |
2018-01-20 |
Christian Ebert |
|
New |
keyword: use context manager for rollback locking |
2017-06-20 |
Christian Ebert |
|
Accepted |
keyword: handle filectx _customcmp |
2016-11-07 |
Christian Ebert |
|
Accepted |
keyword: handle filectx _customcmp |
2016-10-17 |
Christian Ebert |
|
Deferred |
[STABLE] keyword: use fctx.filenode() instead of internal var (issue5364) |
2016-10-17 |
Christian Ebert |
|
Not Applicable |
[STABLE] keyword: use fctx.filenode() instead of internal var (issue5364) |
2016-09-08 |
Christian Ebert |
|
Changes Requested |
[STABLE,V2] keyword: avoid traceback when kwdemo is run outside a repo |
2016-07-27 |
Christian Ebert |
|
Accepted |
[STABLE] keyword: avoid traceback when kwdemo is run outside a repo |
2016-07-27 |
Christian Ebert |
|
Superseded |
keyword: replace use of _filerev with _filenode |
2016-04-21 |
Christian Ebert |
durin42 |
Accepted |
keyword: compact writing of temporary kwdemo hgrc |
2016-03-11 |
Christian Ebert |
|
Accepted |
keyword: use absolute_import |
2016-03-01 |
Christian Ebert |
yuya |
Accepted |
[V2] keyword: use wvfs.rmtree to remove kwdemo directory |
2015-05-03 |
Christian Ebert |
|
Accepted |
[RESEND] keyword: use wvfs.rmtree to remove kwdemo directory |
2015-05-01 |
Christian Ebert |
|
Superseded |
keyword: use wvfs.rmtree to remove kwdemo directory |
2015-04-18 |
Christian Ebert |
|
Superseded |
[2,of,2] keyword: update copyright year |
2015-01-03 |
Christian Ebert |
|
Accepted |
[1,of,2] keyword: use vfs.reljoin and util.unlinkpath to remove kwdemo |
2015-01-03 |
Christian Ebert |
|
Accepted |
[2,of,2] keyword: handle resolve to either parent |
2014-12-21 |
Christian Ebert |
|
Accepted |
[1,of,2] keyword: update test file syntax |
2014-12-21 |
Christian Ebert |
|
Accepted |
[3,of,3] purge: prefer util.unlink instead over own removefile |
2014-08-02 |
Christian Ebert |
|
Accepted |
[2,of,3] keyword: bump copyright year |
2014-08-02 |
Christian Ebert |
|
Accepted |
[1,of,3] keyword: really clean up kwdemo temp tree |
2014-08-02 |
Christian Ebert |
|
Accepted |
[1,of,1] util: remove unused realpath (issue4063) |
2013-12-29 |
Christian Ebert |
|
Accepted |
keyword: wlock while setting branch in kwdemo |
2013-11-20 |
Christian Ebert |
|
Accepted |
[STABLE] generaldelta: make test platform-independent |
2013-10-21 |
Christian Ebert |
|
Rejected |
[1,of,1] test-keyword: improve grammar and spelling in branchcache note |
2013-01-10 |
Christian Ebert |
|
Accepted |
[v4] command options: prohibit unicode defaults |
2017-09-01 |
Christophe de Vienne |
|
Accepted |
[v3] command options: abort on unicode defaults |
2017-09-01 |
Christophe de Vienne |
|
Changes Requested |
[v2] command options: abort on unicode defaults |
2017-09-01 |
Christophe de Vienne |
|
Superseded |
[v2] command options: abort on unicode defaults |
2017-08-31 |
Christophe de Vienne |
|
Superseded |
command options: handle unicode defaults gracefully |
2017-08-31 |
Christophe de Vienne |
|
Changes Requested |
command options: handle unicode defaults gracefully |
2017-08-29 |
Christophe de Vienne |
|
Changes Requested |
[v4] sslutil-add tls 1.3 support - done during IETF101 Hackathon |
2018-04-08 |
Codarren Velvindron |
|
New |
[v4] sslutil-add tls 1.3 support - done during IETF101 Hackathon |
2018-04-08 |
Codarren Velvindron |
|
Superseded |
[v3] sslutil-add tls 1.3 support - done during IETF101 Hackathon |
2018-04-01 |
Codarren Velvindron |
|
Superseded |
[V2] sslutil - add tls 1.3 support - done during IETF101 Hackathon |
2018-03-26 |
Codarren Velvindron |
|
Superseded |
[2,of,2,V2] shelve: only keep the latest N shelve backups |
2015-07-02 |
Colin Chan |
|
Accepted |
[1,of,2,V2] shelve: always backup shelves instead of deleting them |
2015-07-02 |
Colin Chan |
|
Accepted |
shelve: always backup shelves instead of deleting them |
2015-06-24 |
Colin Chan |
|
Superseded |
convert: add closesort algorithm to mercurial sources |
2013-03-23 |
Constantine Linnick |
|
Accepted |
[v2] revlog: ensure that flags do not overflow 2 bytes |
2016-11-28 |
Cotizo Sima |
|
Accepted |
revlog: ensure that flags do not overflow 2 bytes |
2016-11-25 |
Cotizo Sima |
|
Changes Requested |
revlog: ensure that flags do not overflow 2 bytes |
2016-11-25 |
Cotizo Sima |
|
Changes Requested |
[V2] hg log: solves bug regarding hg log -r 0:null (issue4039) |
2014-03-12 |
Cristian Zamfir |
|
Accepted |
solved bug4039 |
2014-03-12 |
Cristian Zamfir |
|
Accepted |
Solved issue4039 |
2014-03-10 |
Cristian Zamfir |
|
Accepted |
share: add --relative flag to store a relative path to the source |
2017-02-14 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[5,of,5,perfarce] output and progress cleanups |
2014-11-29 |
Dan Villiom Podlaski Christiansen |
|
Not Applicable |
[4,of,5,perfarce] add support for a fallback encoding |
2014-11-29 |
Dan Villiom Podlaski Christiansen |
|
Not Applicable |
[3,of,5,perfarce] add support for skipping certain changesets |
2014-11-29 |
Dan Villiom Podlaski Christiansen |
|
Not Applicable |
[2,of,5,perfarce] add support for using an authormap as a fallback from P4 user names |
2014-11-29 |
Dan Villiom Podlaski Christiansen |
|
Not Applicable |
[1,of,5,perfarce] add support for using a filemap for inclusion and/or exclusion |
2014-11-29 |
Dan Villiom Podlaski Christiansen |
|
Not Applicable |
[evolve] prune: update to successor rather than parent when killing '.' |
2014-01-09 |
Dan Villiom Podlaski Christiansen |
|
Superseded |
[3,of,3,evolve] gup/gdown: reorder output so we print first, then update |
2014-01-02 |
Dan Villiom Podlaski Christiansen |
|
Superseded |
[2,of,3,evolve] import: warn about new unstable changesets |
2014-01-02 |
Dan Villiom Podlaski Christiansen |
|
Superseded |
[1,of,3,evolve] evolve: show progress |
2014-01-02 |
Dan Villiom Podlaski Christiansen |
|
Superseded |
[3,of,3,RFC] hgweb: handle obsolete changesets gracefully |
2013-08-08 |
Dan Villiom Podlaski Christiansen |
|
Changes Requested |
[2,of,3,RFC] obsolete: allow passing a revision to successorssets() |
2013-08-08 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[1,of,3,RFC] changelog: handle obsolete and secret changesets more gracefully |
2013-08-08 |
Dan Villiom Podlaski Christiansen |
|
Changes Requested |
[9,of,9] hgweb help: add tests |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[8,of,9] hgweb help: split up long lines (in generated output) |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[7,of,9] help: move the majority of the help command to the help module |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[6,of,9] hgweb: generate HTML documentation |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[5,of,9] help: use a full header for topic titles |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[4,of,9] minirst: don't generate TH elements for the first row in table |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[3,of,9] minirst: CGI escape strings prior to embedding it in the HTML |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[2,of,9] minirst: HTML formatter tweaks |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[1,of,9] minirst: optimize HTML table generation a bit |
2013-03-02 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
hgweb: consistent author name width |
2013-02-10 |
Dan Villiom Podlaski Christiansen |
|
Accepted |
[4,of,4] hgweb: generate HTML documentation |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[3,of,4] help: move the majority of the help command to the help module |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[2,of,4] hgweb help: split up long lines (in generated output) |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[1,of,4] hgweb help: add tests |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[6,of,6] highlight: use docutils for generating help if possible |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[5,of,6] minirst: HTML formatter tweaks |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Accepted |
[4,of,6] hgweb: generate HTML documentation |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[3,of,6] help: ReST tweaks |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[2,of,6] help: move the majority of the help command to the help module |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
[1,of,6] hgweb: test help functionality |
2013-02-09 |
Dan Villiom Podlaski Christiansen |
durin42 |
Superseded |
tests: tell pip not to check for a newer version |
2017-06-20 |
Danek Duvall |
|
Accepted |
tests: don't touch the network when using virtualenv |
2017-06-19 |
Danek Duvall |
|
Accepted |
check-code: ban grep's context flags (-A/-B/-C) since they're not on Solaris |
2017-06-06 |
Danek Duvall |
|
Accepted |
debugbundle: add --part-type flag to emit only named part types |
2017-06-05 |
Danek Duvall |
|
Accepted |
solaris: solaris grep doesn't have -A; reimplement with awk |
2017-06-02 |
Danek Duvall |
|
Changes Requested |
[STABLE] tests: account for different newline behavior between Solaris and GNU grep |
2017-01-29 |
Danek Duvall |
|
Accepted |
zstd: fix compilation with Solaris Studio |
2016-11-22 |
Danek Duvall |
|
Accepted |
color: add some documentation for custom terminfo codes |
2016-10-15 |
Danek Duvall |
|
Accepted |
[3,of,3] color: debugcolor should emit the user-defined colors |
2016-10-13 |
Danek Duvall |
|
Accepted |
[2,of,3] color: ignore effects missing from terminfo |
2016-10-13 |
Danek Duvall |
|
Accepted |
[1,of,3] color: allow for user-configurable terminfo codes for effects |
2016-10-13 |
Danek Duvall |
|
Accepted |
[STABLE] tests-subrepo-git: use "f" to dump pwned.txt, for portability |
2016-06-02 |
Danek Duvall |
|
Accepted |
[2,of,2,V3,STABLE] tests-subrepo-git: emit a different "pwned" message based on the test |
2016-05-30 |
Danek Duvall |
|
Accepted |
[1,of,2,V3,STABLE] tests-subrepo-git: make the "pwned" message output in a stable order |
2016-05-30 |
Danek Duvall |
|
Accepted |
[2,of,2,STABLE] tests-subrepo-git: emit a different "pwned" message based on the test |
2016-05-27 |
Danek Duvall |
|
Superseded |
[1,of,2,STABLE] tests-subrepo-git: make the "pwned" message output in a stable order |
2016-05-27 |
Danek Duvall |
|
Superseded |
[STABLE] test-cache-abuse: correct for different hunk headers between Solaris and GNU |
2016-05-27 |
Danek Duvall |
|
Accepted |
[STABLE] tests-subrepo-git: make the "pwned" message output in a stable order |
2016-05-27 |
Danek Duvall |
|
Superseded |
tests: python executable path should always be globbed |
2016-03-15 |
Danek Duvall |
|
Accepted |
[2,of,2] tests: svn output may or may not include blank lines |
2016-03-15 |
Danek Duvall |
|
Superseded |
[1,of,2] zeroconf: remove one last camelcase in identifiers |
2016-03-15 |
Danek Duvall |
|
Superseded |
[4,of,4] tests: Solaris grep doesn't add a trailing newline when it's missing |
2016-03-02 |
Danek Duvall |
yuya |
Accepted |
[3,of,4] tests: Solaris cmp complains about empty files, even with -s |
2016-03-02 |
Danek Duvall |
yuya |
Accepted |
[2,of,4] tests: Solaris sed does not support "\n" meaning newline in the RHS of s/// |
2016-03-02 |
Danek Duvall |
yuya |
Accepted |