[V2] copy: add flag for disabling copy tracing |
2015-02-04 |
Durham Goode |
|
Superseded |
[V2] manifest: make lru size configurable |
2015-02-04 |
Durham Goode |
|
Accepted |
bundle2.unpackermixin: control for underlying file descriptor |
2015-02-04 |
Eric Sumner |
|
Accepted |
color: be more conservative about setting ANSI mode on Windows (BC) |
2015-02-04 |
Gregory Szorc |
|
Accepted |
[6,of,6,faster-obsmarkers,v2] _fm1readmarkers: generate list in C |
2015-02-03 |
Augie Fackler |
|
Accepted |
[5,of,6,faster-obsmarkers,v2] obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win |
2015-02-03 |
Augie Fackler |
|
Accepted |
[4,of,6,faster-obsmarkers,v2] parsers: add fm1readmarker |
2015-02-03 |
Augie Fackler |
|
Accepted |
[3,of,6,faster-obsmarkers,v2] util: add getbefloat64 |
2015-02-03 |
Augie Fackler |
|
Accepted |
[2,of,6,faster-obsmarkers,v2] util: add getbe{u, }int16 utility methods |
2015-02-03 |
Augie Fackler |
|
Accepted |
[1,of,6,faster-obsmarkers,v2] obsolete: make optional offset parameter to fm*readmarkers required |
2015-02-03 |
Augie Fackler |
|
Accepted |
[stable,json,v2] log: fix json-formatted output when file copies are listed (issue4523) |
2015-02-03 |
Augie Fackler |
|
Accepted |
largefiles: set the extension as enabled locally after a clone requiring it |
2015-02-03 |
Matt Harbison |
|
Accepted |
[6,of,6,for-clowncopter] trydiff: join elements in 'header' list by '\n' |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[5,of,6,for-clowncopter] trydiff: move check for quietness out of diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[4,of,6,for-clowncopter] trydiff: remove dead branch in diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[3,of,6,for-clowncopter] trydiff: make 'revs' ignored if opts.git is set |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[2,of,6,for-clowncopter] trydiff: remove unused argument to diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[1,of,6,for-clowncopter] trydiff: move git-header code out of diffline function |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2,STABLE] revset: mask specific names for named() predicate |
2015-02-03 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2,STABLE] revset: get revision number of each nodes gotten from target namespaces |
2015-02-03 |
Katsunori FUJIWARA |
|
Accepted |
filelog: remove unused _file method |
2015-02-03 |
adgar@google.com |
|
Accepted |
parsers: rewrite index_ancestors() in terms of index_commonancestorsheads() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2] largefiles: update _subdirlfs() comment |
2015-02-03 |
Matt Harbison |
|
Accepted |
[1,of,2] largefiles: use the core file copy logic to validate the destination path |
2015-02-03 |
Matt Harbison |
|
Accepted |
[4,of,4] copy: add flag for disabling copy tracing |
2015-02-03 |
Durham Goode |
|
Superseded |
[3,of,4] copy: move _forwardcopies file logic to a function |
2015-02-03 |
Durham Goode |
|
Accepted |
[2,of,4] copy: move mergecopies file logic to a function |
2015-02-03 |
Durham Goode |
|
Accepted |
[1,of,4] manifest: make lru size configurable |
2015-02-03 |
Durham Goode |
|
Superseded |
histedit: allow configuring default behavior |
2015-02-03 |
Durham Goode |
|
Accepted |
[4,of,4,V2] histedit: remove bootstrap dependencies on parentctx |
2015-02-03 |
Mateusz Kwapich |
|
Changes Requested |
[3,of,4,V2] histedit: make finishfold not depend on parentctx |
2015-02-03 |
Mateusz Kwapich |
|
Changes Requested |
[2,of,4,V2] histedit: switch state to store node instead of ctx |
2015-02-03 |
Mateusz Kwapich |
|
Superseded |
[1,of,4,V2] histedit: store full node hash in rules |
2015-02-03 |
Mateusz Kwapich |
|
Accepted |
[5,of,4] trydiff: inline indexmeta() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4] histedit: store full node hash in rules |
2015-02-02 |
Mateusz Kwapich |
|
Superseded |
[3,of,4] histedit: switch state to store node instead of ctx |
2015-02-02 |
Mateusz Kwapich |
|
Superseded |
[2,of,4] histedit: make finishfold not depend on parentctx |
2015-02-02 |
Mateusz Kwapich |
|
Superseded |
[1,of,4] histedit: remove bootstrap dependencies on parentctx |
2015-02-02 |
Mateusz Kwapich |
|
Superseded |
[4,of,4] trydiff: order header-writing code in same order as output |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[3,of,4] trydiff: inline sole addmodehdr() call |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4] trydiff: join filename with prefix only once |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[1,of,4] trydiff: collect header-writing in one place |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[V2] subrepo: add 'cat' support for git subrepos |
2015-02-02 |
Mathias De Maré |
|
Accepted |
[stable] log: fix json-formatted output when file copies are listed (issue4523) |
2015-02-02 |
Augie Fackler |
|
Superseded |
[8,of,8,faster-obsmarkers] _fm1readmarkers: generate list in C |
2015-02-02 |
Augie Fackler |
|
Superseded |
[7,of,8,faster-obsmarkers] getbeint16: write in terms of getbeuint16 |
2015-02-02 |
Augie Fackler |
|
Superseded |
[6,of,8,faster-obsmarkers] getbefloat64: drop unnecessary memcpy |
2015-02-02 |
Augie Fackler |
|
Superseded |
[5,of,8,faster-obsmarkers] obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win |
2015-02-02 |
Augie Fackler |
|
Superseded |
[4,of,8,faster-obsmarkers] parsers: add fm1readmarker |
2015-02-02 |
Augie Fackler |
|
Superseded |
[3,of,8,faster-obsmarkers] util: add getbefloat64 |
2015-02-02 |
Augie Fackler |
|
Superseded |
[2,of,8,faster-obsmarkers] util: add getbe{u, }int16 utility methods |
2015-02-02 |
Augie Fackler |
|
Superseded |
[1,of,8,faster-obsmarkers] obsolete: make optional offset parameter to fm*readmarkers required |
2015-02-02 |
Augie Fackler |
|
Superseded |
hgweb: use revset.spanset where appropriate |
2015-02-02 |
Yuya Nishihara |
|
Accepted |
[2,of,2] revset: have rev() validate input by repo.__contains__() |
2015-02-02 |
Yuya Nishihara |
|
Accepted |
[1,of,2] context: fix repo[n] not to make invalid changectx if n is out of range |
2015-02-02 |
Yuya Nishihara |
|
Accepted |
[2,of,2] revset: replace parsing alias definition by _parsealiasdefn to parse strictly |
2015-02-02 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2] revset: introduce _parsealiasdefn to parse alias definitions strictly |
2015-02-02 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3] trydiff: make variable names more consistent |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[2,of,3] trydiff: check only if added file is a copy target, not source |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[1,of,3] trydiff: remove unused variable 'modifiedset' |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] templatekw: re-add showtags() to list tags keyword up in online help |
2015-02-01 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] largefiles: don't interfere with logging normal files |
2015-01-31 |
Matt Harbison |
|
Accepted |
discovery: properly exclude locally known but filtered heads |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
test: make test-extdiff resilient to /usr/bin/echo |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
[STABLE] obsstore: make the invalid markers check wrap-able |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
[stable] convert: replace revision references in messages if they are >= short hashes |
2015-01-30 |
Mads Kiilerich |
|
Accepted |
[2,of,2,STABLE] _adjustlinkrev: reuse ancestors set during rename detection (issue4514) |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
[1,of,2,STABLE] filectx: move _adjustlinkrev as a method |
2015-01-30 |
Pierre-Yves David |
|
Deferred |
[STABLE] revset: raise RepoLookupError to make present() predicate continue the query |
2015-01-30 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,STABLE] revset: handle old-style subset input by getset() function (issue4515) |
2015-01-30 |
Yuya Nishihara |
|
Deferred |
[1,of,2,STABLE] revset: add test of compatibility layer introduced in bde426f18e0a |
2015-01-30 |
Yuya Nishihara |
|
Deferred |
[STABLE] merge: mark .hgsubstate as possibly dirty before submerge for consistency |
2015-01-29 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] rebase: ensure rebase revision remains visible (issue4504) |
2015-01-28 |
Pierre-Yves David |
|
Accepted |
[STABLE] rebase: ensure rebase revision remains visible (issue4504) |
2015-01-28 |
Pierre-Yves David |
|
Superseded |
[stable,cpychecker,v2] osutil: fix memory leak of PyBytes of path in statfiles |
2015-01-28 |
Augie Fackler |
|
Accepted |
[2,of,2,STABLE] check-code: detect (maybe) complicated processing inside "_()" |
2015-01-28 |
Katsunori FUJIWARA |
|
Deferred |
[1,of,2,STABLE] namespace: introduce logfmt to show l10n-ed messages for hg log correctly |
2015-01-28 |
Katsunori FUJIWARA |
|
Accepted |
[evolve-ext] prune: Spelling fix for help output |
2015-01-28 |
planetmaker |
|
Deferred |
[STABLE] revert: move prefetch to after the actions logic |
2015-01-28 |
Durham Goode |
|
Accepted |
[STABLE] subrepo: don't abort in add when non-hg subrepos are present (issue4513) |
2015-01-28 |
Matt Harbison |
|
Accepted |
[2,of,2,stable,v2] extdiff: reintroduce backward compatibility with manual quoting of parameters |
2015-01-28 |
Mads Kiilerich |
|
Accepted |
[1,of,2,stable,v2] mergetools: drop incorrect quoting of diffargs variables |
2015-01-28 |
Mads Kiilerich |
|
Accepted |
[5,of,5,stable,cpychecker] osutil: fix memory leak of PyBytes of path in statfiles |
2015-01-27 |
Augie Fackler |
|
Superseded |
[4,of,5,stable,cpychecker] osutil: fix leak of stat in makestat when Py_BuildValue fails |
2015-01-27 |
Augie Fackler |
|
Accepted |
[3,of,5,stable,cpychecker] osutil.c: clean up space before a tab |
2015-01-27 |
Augie Fackler |
|
Accepted |
[2,of,5,stable,cpychecker] dirs: fix leak of iterator in dirs_fromiter |
2015-01-27 |
Augie Fackler |
|
Accepted |
[1,of,5,stable,cpychecker] diffhelpers: verify hline was created before using it |
2015-01-27 |
Augie Fackler |
|
Accepted |
[STABLE] largefiles: revert to lfilesrepo.status() being an unfiltered method |
2015-01-27 |
Matt Harbison |
|
Accepted |
[3,of,3,stable] extdiff: fix wrong comment about regexp ordering - regexps are just greedy |
2015-01-27 |
Mads Kiilerich |
|
Deferred |
[2,of,3,stable] mergetools: drop superfluous quoting of diffargs variables |
2015-01-27 |
Mads Kiilerich |
|
Deferred |
[1,of,3,stable] extdiff: reintroduce backward compatibility with manual quoting of parameters |
2015-01-27 |
Mads Kiilerich |
|
Superseded |
[3,of,3,STABLE] revset: fix ancestors(null) to include null revision (issue4512) |
2015-01-25 |
Yuya Nishihara |
|
Accepted |
[2,of,3,STABLE] log: use rev() to build revset of --follow option from numeric revision |
2015-01-25 |
Yuya Nishihara |
|
Accepted |
[1,of,3,STABLE] revset: allow rev(-1) to indicate null revision (BC) |
2015-01-25 |
Yuya Nishihara |
|
Accepted |
[stable] extensions: don't quit loading extensions in the middle if traceback is on |
2015-01-24 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,censor,RFC] revlog: addgroup checks if incoming deltas add censored revs, sets flag bit |
2015-01-23 |
adgar@google.com |
|
Superseded |
[5,of,6,censor,RFC] changegroup: emit full-replacement deltas if either revision is censored |
2015-01-23 |
adgar@google.com |
|
Superseded |
[4,of,6,censor,RFC] revlog: _addrevision creates full-replace deltas based on censored revisions |
2015-01-23 |
adgar@google.com |
|
Superseded |
[3,of,6,censor,RFC] revlog: in addgroup, reject ill-formed deltas based on censored nodes |
2015-01-23 |
adgar@google.com |
|
Superseded |
[2,of,6,censor,RFC] revlog: add "iscensored()" to revlog public API |
2015-01-23 |
adgar@google.com |
|
Superseded |
[1,of,6,censor,RFC] mdiff: add helper for making deltas which replace the full text of a revision |
2015-01-23 |
adgar@google.com |
|
Superseded |
[7,of,7] parsers: avoid leaking several PyObjects in index_stats |
2015-01-23 |
Augie Fackler |
|
Accepted |
[6,of,7] parsers: don't leak a reference to raise_revlog_error on success |
2015-01-23 |
Augie Fackler |
|
Accepted |
[5,of,7] parsers: don't leak a tuple in pack_dirstate |
2015-01-23 |
Augie Fackler |
|
Accepted |
[4,of,7] parsers.c: fix a memory leak in index_commonancestorsheads |
2015-01-23 |
Augie Fackler |
|
Accepted |
[3,of,7] parsers: avoid leaking obj in index_ancestors |
2015-01-23 |
Augie Fackler |
|
Accepted |
[2,of,7] parsers: don't leak references to sys et al in check_python_version |
2015-01-23 |
Augie Fackler |
|
Accepted |
[1,of,7] parsers: fix leak of err when asciilower hits a unicode decode error |
2015-01-23 |
Augie Fackler |
|
Accepted |
[stable] largefiles: use 'default' path for pulling largefiles, not 'default-push' |
2015-01-23 |
Mads Kiilerich |
|
Accepted |
[1,of,2,stable] fileset: add tests of generated working copy states |
2015-01-23 |
Yuya Nishihara |
|
Accepted |
[stable] osx: patch .pax.gz files in pkg bundles so they extract as root (issue4081) |
2015-01-23 |
Mads Kiilerich |
|
Accepted |
[2,of,2,stable] log: evaluate filesets on working copy, not its parent |
2015-01-22 |
Martin von Zweigbergk |
|
Accepted |
[1,of,2,stable] fileset: add tests of generated working copy states |
2015-01-22 |
Martin von Zweigbergk |
|
Superseded |
[STABLE] repair._bundle: fix traceback for bad config value |
2015-01-21 |
Eric Sumner |
|
Accepted |
[stable] subrepo: correctly add newline for git subrepo diffs |
2015-01-21 |
Mathias De Maré |
|
Accepted |
[7,of,7,STABLE] tests: discard useless "(glob)" in "reverting subrepo" lines |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7,STABLE] check-code.py: avoid warning against "reverting subrepo ..." lines |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,7,STABLE] tests: invoke hg command indirectly from shell script to run on Windows |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,7,STABLE] run-tests.py: inherit --pure option from outer run-tests.py execution |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,7,STABLE] hgclient: pass shell=True to subprocess.Popen on Windows for hg.bat |
2015-01-21 |
Katsunori FUJIWARA |
|
Deferred |
[2,of,7,STABLE] hg.bat: return exit code explicitly for indirect invocation |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,7,STABLE] run-tests.py: execute hghave with same env vars as ones for actual tests |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3,stable] osx: use bdist_mpkg.script_bdist_mpkg module instead of bdist_mpkg command |
2015-01-21 |
Mads Kiilerich |
|
Accepted |
[2,of,3,stable] osx: don't launch installer after building it with bdist_mpkg |
2015-01-21 |
Mads Kiilerich |
|
Accepted |
[1,of,3,stable] osx: update "Read Me" "Important Information" text in the package installer |
2015-01-21 |
Mads Kiilerich |
|
Accepted |
[STABLE] commit: remove reverse search for copy source when not in parent (issue4476) |
2015-01-20 |
Ryan McElroy |
|
Accepted |
color: add missing 'dim' in _effects |
2015-01-19 |
Sean Farley |
|
Accepted |
[stable] diff: use binary diff when copy source is binary |
2015-01-19 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] convert: handle LookupError in mercurial_source.lookuprev() |
2015-01-19 |
Matt Harbison |
|
Accepted |
[2,of,2,STABLE] test-tools: update for platforms without symlink support after 5b20e4c32117 |
2015-01-18 |
Matt Harbison |
|
Accepted |
[1,of,2,STABLE] tests: add "(glob)" to output in test-histedit-commute.t for Windows |
2015-01-18 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: fix commit of a directory with no largefile changes (issue4330) |
2015-01-18 |
Matt Harbison |
|
Accepted |
messages: quote "hg help" hints consistently |
2015-01-18 |
Wagner Bruna |
|
Accepted |
[4,of,4] transaction: include backup file in the "undo" transaction |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[3,of,4] transaction: pass the name of the "undo" journal to the transaction |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[2,of,4] rollback: have an empty entry for the vfsmap in rollback |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[1,of,4] transaction: clarify the name of 'journal' argument for transaction |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[2,of,2] progress: split out elements of a pending commit to make diffs more readable |
2015-01-17 |
Solomon Matthews |
|
Deferred |
[1,of,2] progress: add try/finally to make the diffs for the next commit more readable |
2015-01-17 |
Solomon Matthews |
|
Accepted |
[2,of,2] transaction: use 'util.copyfile' for creating backup |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[1,of,2] copyfile: allow optional hardlinking |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[v3] changegroup.writebundle: HG2Y support |
2015-01-17 |
Eric Sumner |
|
Accepted |
[2,of,2] repair: add experimental option to write bundle2 files |
2015-01-17 |
Eric Sumner |
|
Accepted |
[1,of,2] changegroup.getsubset: support multiple versions |
2015-01-17 |
Eric Sumner |
|
Accepted |
[2,of,2,v2] changegroup.writebundle: HG2Y support |
2015-01-16 |
Eric Sumner |
|
Superseded |
[1,of,2,v2] changegroup.writebundle: provide ui |
2015-01-16 |
Eric Sumner |
|
Accepted |
[2,of,2] changegroup.writebundle: HG2Y support |
2015-01-16 |
Eric Sumner |
|
Superseded |
[1,of,2] changegroup.writebundle: provide ui |
2015-01-16 |
Eric Sumner |
|
Superseded |
[2,of,2,v3] unbundle: support bundle2 files |
2015-01-16 |
Eric Sumner |
|
Accepted |
[1,of,2,v3] pullbundle2: extract addchangegroup result comining into its own function |
2015-01-16 |
Eric Sumner |
|
Deferred |
[2,of,2] unbundle: support bundle2 files |
2015-01-16 |
Eric Sumner |
|
Superseded |
[1,of,2] pullbundle2: extract addchangegroup result comining into its own function |
2015-01-16 |
Eric Sumner |
|
Superseded |
[2,of,2] unbundle: Support bundle2 files |
2015-01-16 |
Eric Sumner |
|
Superseded |
[1,of,2] commands.debugbundle: Bundle2 support |
2015-01-16 |
Eric Sumner |
|
Accepted |
[2,of,2] largefiles: don't rehash largefiles in updatelfiles if standin hash changed |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
[1,of,2] largefiles: show progress when checking standin hashes in outgoing changesets |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
setup.py: attempt to use setuptools |
2015-01-16 |
Gregory Szorc |
|
Accepted |
bundle2: enforce parttype as alphanumerical |
2015-01-16 |
Pierre-Yves David |
|
Accepted |
share: replace the bookmarks.shared file with an entry on a new "shared" file |
2015-01-16 |
Angel Ezquerra |
|
Accepted |
[3,of,3] dispatch: only check compatibility against major and minor versions |
2015-01-16 |
Gregory Szorc |
|
Accepted |
[2,of,3] test-extension: use a realistic Mercurial version |
2015-01-16 |
Gregory Szorc |
|
Accepted |
[1,of,3] test-extension: improve test readability |
2015-01-16 |
Gregory Szorc |
|
Accepted |
[3,of,3] docker: support Fedora 21 |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
[2,of,3] rpm: make Python 2.7.9 the default Python to include in rpms for EL 5 |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
[1,of,3] contrib: make Python 2.7.9 the default in Makefile.python |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
[4,of,4] largefiles: cleanup overrideadd() |
2015-01-16 |
Matt Harbison |
|
Accepted |
[3,of,4] largefiles: enable subrepo support for add |
2015-01-16 |
Matt Harbison |
|
Accepted |
[2,of,4] add: pass options via keyword args |
2015-01-16 |
Matt Harbison |
|
Accepted |
[1,of,4] largefiles: don't pop largefile specific arguments to the add command |
2015-01-16 |
Matt Harbison |
|
Accepted |
[V2] share: replace the bookmarks.shared file with an entry on a new shared.conf file |
2015-01-16 |
Angel Ezquerra |
|
Superseded |
[3,of,3] localrepo: remove all external users of localrepo.wopener |
2015-01-16 |
Angel Ezquerra |
|
Accepted |
[2,of,3] localrepo: remove all external users of localrepo.sopener |
2015-01-16 |
Angel Ezquerra |
|
Accepted |
[1,of,3] localrepo: remove all external users of localrepo.opener |
2015-01-16 |
Angel Ezquerra |
|
Accepted |
[5,of,5] log: use namespace logname and colorname |
2015-01-15 |
Sean Farley |
|
Accepted |
[4,of,5] namespaces: add colorname member to namespace object |
2015-01-15 |
Sean Farley |
|
Accepted |
[3,of,5] namespaces: add logname member to namespace object |
2015-01-15 |
Sean Farley |
|
Accepted |
[2,of,5] namespaces: use named args for namespace api |
2015-01-15 |
Sean Farley |
|
Accepted |
[1,of,5] namespaces: make the constructor into named args |
2015-01-15 |
Sean Farley |
|
Accepted |
[Bug,4500] New: Mac OS X 10.10 test failure with Python 2.7.8 |
2015-01-15 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[2,of,5] tests: add 'f' tool for cross platform file operations in the tests |
2015-01-15 |
Matt Harbison |
|
Accepted |
tests: conditionalize test-tools.t for Windows support |
2015-01-15 |
Matt Harbison |
|
Accepted |
dirstate: ignore negative debug.dirstate.delaywrite values - they crashed it |
2015-01-15 |
Mads Kiilerich |
|
Accepted |
linkrev: use the right manifest content when adjusting linrev (issue4499) |
2015-01-15 |
Pierre-Yves David |
|
Accepted |
namespaces: add logname member to namespace object |
2015-01-15 |
Sean Farley |
|
Superseded |
adjustlinkrev: search ancestors from oldest to newest |
2015-01-15 |
Martin von Zweigbergk |
|
Rejected |
[5,of,5] branchcache: make _rbcrevslen handling more safe |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
[4,of,5] branchcache: add debug output whenever cache files use truncate |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
[3,of,5] tests: rework revision branch cache tests |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
[2,of,5] tests: add 'f' tool for cross platform file operations in the tests |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
[1,of,5] run-tests: include testdir in $PATH so tests easily can use helper tools |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
discovery: run discovery on filtered repository |
2015-01-14 |
Pierre-Yves David |
|
Accepted |
[3,of,3,ssl-followups] sslutil: drop defunct ssl version constants |
2015-01-14 |
Augie Fackler |
|
Accepted |
[2,of,3,ssl-followups] sslutil: use saner TLS settings on Python 2.7.9 |
2015-01-14 |
Augie Fackler |
|
Accepted |
[1,of,3,ssl-followups] sslutil: drop support for clients of sslutil specifying a TLS version |
2015-01-14 |
Augie Fackler |
|
Accepted |
[1,of,4,lazy-manifest,v2] manifest.c: new extension code to lazily parse manifests |
2015-01-14 |
Ryan McElroy |
|
Superseded |
[v2] https: support tls sni (server name indication) for https urls (issue3090) |
2015-01-14 |
Alex Orange |
|
Accepted |
[2,of,2] forget: don't report rejected files as forgotten as well |
2015-01-14 |
Matt Harbison |
|
Accepted |
[1,of,2] largefiles: enable subrepo support for forget |
2015-01-14 |
Matt Harbison |
|
Accepted |
namespaces: add revset for 'named(namespace)' |
2015-01-13 |
Sean Farley |
|
Accepted |
https: support tls sni (server name indication) for https urls (issue3090) |
2015-01-13 |
Alex Orange |
|
Superseded |
[4,of,4,censor,RFC] filelog: use censored revlog flag bit to quickly check if a node is censored |
2015-01-12 |
adgar@google.com |
|
Accepted |
[3,of,4,censor,RFC] revlog: verify censored flag when hashing added revision fulltext |
2015-01-12 |
adgar@google.com |
|
Accepted |
[2,of,4,censor,RFC] revlog: add flags argument to _addrevision, update callers use default flags |
2015-01-12 |
adgar@google.com |
|
Accepted |
[1,of,4,censor,RFC] revlog: define censored flag for revlogng index |
2015-01-12 |
adgar@google.com |
|
Accepted |
[4,of,4,lazy-manifest,v2] context: don't sort manifest entries |
2015-01-12 |
Augie Fackler |
|
Superseded |
[3,of,4,lazy-manifest,v2] manifest: use lazymanifest instead of manifestdict |
2015-01-12 |
Augie Fackler |
|
Changes Requested |
[2,of,4,lazy-manifest,v2] manifest.c: allow None explicity in __contains__, and say it's not present |
2015-01-12 |
Augie Fackler |
|
Changes Requested |
[1,of,4,lazy-manifest,v2] manifest.c: new extension code to lazily parse manifests |
2015-01-12 |
Augie Fackler |
|
Superseded |
[3,of,3] filelog: fix backwards comment for 'backrevref' |
2015-01-12 |
Martin von Zweigbergk |
|
Accepted |
[2,of,3] filelog: remove trailing "form feed" character |
2015-01-12 |
Martin von Zweigbergk |
|
Accepted |
[1,of,3] filelog: remove unused variable 'lkr' |
2015-01-12 |
Martin von Zweigbergk |
|
Accepted |
share: replace the bookmarks.shared file with an entry on a new shared.conf file |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[6,of,6,RFC] localrepo: remove wopener as an alias for localrepo.wvfs |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[5,of,6,RFC] localrepo: remove all internal uses of localrepo.wopener |
2015-01-11 |
Angel Ezquerra |
|
Accepted |
[4,of,6,RFC] localrepo: remove sopener as an alias for localrepo.svfs |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[3,of,6,RFC] localrepo: remove all internal uses of localrepo.sopener |
2015-01-11 |
Angel Ezquerra |
|
Accepted |
[2,of,6,RFC] localrepo: remove opener as an alias for localrepo.vfs |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[1,of,6,RFC] localrepo: remove all internal uses of localrepo.opener |
2015-01-11 |
Angel Ezquerra |
|
Accepted |
branchmap: add seek() to end of file before calling tell() on append open() |
2015-01-10 |
Matt Harbison |
|
Accepted |
revset: simplify fullreposet.__and__ to call sort() with boolean flag |
2015-01-10 |
Yuya Nishihara |
|
Accepted |
[STABLE] revset: fix spanset.isascending() to honor sort() or reverse() request |
2015-01-10 |
Yuya Nishihara |
|
Accepted |
[6,of,6,V2] revset: check collision between alias argument names in the declaration |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6,V2] revset: parse alias declaration strictly by _parsealiasdecl |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] revset: introduce "_parsealiasdecl" to parse alias declarations strictly |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,6,V2] revset: store full detail into revsetalias.error for error source distinction |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6,V2] revset: factor out composing error message for ParseError to reuse |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,6,V2] revset: make tokenize extensible to parse alias declarations and definitions |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4] hgweb: fix diffstat links in paper/changeset.tmpl |
2015-01-10 |
Anton Shestakov |
|
Accepted |
[3,of,4] hgweb: close <img> elements |
2015-01-10 |
Anton Shestakov |
|
Accepted |
[2,of,4] hgweb: close <p> elements |
2015-01-10 |
Anton Shestakov |
|
Accepted |
[1,of,4] hgweb: close <th> properly in spartan/filelogentry.tmpl |
2015-01-10 |
Anton Shestakov |
|
Accepted |
tests: fix test-casefolding.t output for branchcache |
2015-01-10 |
Matt Harbison |
|
Accepted |
[3,of,3,v4] revset: use localrepo revbranchcache for branch name filtering |
2015-01-10 |
Matt Harbison |
|
Accepted |
[V2] bundles: do not overwrite existing backup bundles |
2015-01-10 |
Durham Goode |
|
Accepted |
bundles: do not overwrite existing backup bundles |
2015-01-10 |
Durham Goode |
|
Superseded |
[3,of,3] largefiles: make linear update set unsure largefiles normal if unchanged |
2015-01-10 |
Mads Kiilerich |
|
Accepted |
[2,of,3] debugdirstate: don't hide date field with --nodate, just show 'set'/'unset' |
2015-01-10 |
Mads Kiilerich |
|
Accepted |
[1,of,3] debugdirstate: simplify date handling after e7ed5d07cc4c used fixed format |
2015-01-10 |
Mads Kiilerich |
|
Accepted |
filectx: fix annotate to not directly instantiate filectx |
2015-01-09 |
Durham Goode |
|
Accepted |
[3,of,3] hgweb: correct markup in templates |
2015-01-09 |
Anton Shestakov |
|
Changes Requested |
[2,of,3] hgweb: move archive entries outside of <li> in monoblue style |
2015-01-09 |
Anton Shestakov |
|
Accepted |
[1,of,3] hgweb: add searchhint to templates/coal/map |
2015-01-09 |
Anton Shestakov |
|
Accepted |
[3,of,3,v4] revset: use localrepo revbranchcache for branch name filtering |
2015-01-09 |
Mads Kiilerich |
|
Superseded |
[2,of,3,v4] branchmap: use revbranchcache when updating branch map |
2015-01-09 |
Mads Kiilerich |
|
Accepted |
[1,of,3,v4] branchcache: introduce revbranchcache for caching of revision branch names |
2015-01-09 |
Mads Kiilerich |
|
Accepted |
transplant: properly skip empty changeset (issue4423) |
2015-01-09 |
Pierre-Yves David |
|
Accepted |
largefiles: enable subrepo support for remove |
2015-01-09 |
Matt Harbison |
|
Accepted |
tests: fix test-casefolding.t output |
2015-01-09 |
Matt Harbison |
|
Accepted |
synthrepo: new filenames must not also be new directories, and vice-versa |
2015-01-08 |
adgar@google.com |
|
Accepted |
backout: handle file moves correctly (issue1932) |
2015-01-08 |
Mateusz Kwapich |
|
Changes Requested |
[2,of,2] status: don't override _buildstatus() in workingcommitctx |
2015-01-08 |
Martin von Zweigbergk |
|
Accepted |
[1,of,2] status: cache dirstate status in _dirstatestatus() |
2015-01-08 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4,lazy-manifest] context: don't sort manifest entries |
2015-01-08 |
Augie Fackler |
|
Superseded |
[3,of,4,lazy-manifest] manifest: use lazymanifest instead of manifestdict |
2015-01-08 |
Augie Fackler |
|
Changes Requested |
[2,of,4,lazy-manifest] manifest.c: allow None explicity in __contains__, and say it's not present |
2015-01-08 |
Augie Fackler |
|
Changes Requested |
[1,of,4,lazy-manifest] manifest.c: new extension code to lazily parse manifests |
2015-01-08 |
Augie Fackler |
|
Superseded |
color: add support for colorizing git subrepo diffs |
2015-01-08 |
Mathias De Maré |
|
Accepted |
[6,of,6] revset: check collision between alias argument names in the declaration |
2015-01-08 |
Katsunori FUJIWARA |
|
Changes Requested |
[5,of,6] revset: parse alias declaration strictly by _parsealiasdecl |
2015-01-08 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6] revset: introduce "_parsealiasdecl" to parse alias declarations strictly |
2015-01-08 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,6] revset: store full detail into revsetalias.error for error source distinction |
2015-01-08 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,6] revset: factor out composing error message for ParseError to reuse |
2015-01-08 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,6] revset: make tokenize extensible to parse alias declarations and definitions |
2015-01-08 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,3,v2] revset: use localrepo revbranchcache for branch name filtering |
2015-01-08 |
Mads Kiilerich |
|
Superseded |
[2,of,3,v2] branchmap: use revbranchcache when updating branch map |
2015-01-08 |
Mads Kiilerich |
|
Superseded |
[1,of,3,v2] branchcache: introduce revbranchcache for caching of revision branch names |
2015-01-08 |
Mads Kiilerich |
|
Superseded |
[4,of,4,V2] largefiles: don't print files as both large and normal in addremove dryruns |
2015-01-08 |
Matt Harbison |
|
Accepted |
[3,of,4,V2] largefiles: return the list of added files from addlargefiles() |
2015-01-08 |
Matt Harbison |
|
Accepted |
[2,of,4,V2] largefiles: align the output messages for an added file with core methods |
2015-01-08 |
Matt Harbison |
|
Accepted |
[1,of,4,V2] largefiles: align the output messages for a removed file with core methods |
2015-01-08 |
Matt Harbison |
|
Accepted |
[5,of,5] localrepo: add ignoremissing parameter to branchtip |
2015-01-08 |
Sean Farley |
|
Accepted |
[4,of,5] namespaces: add method to return a list of nodes for a given name |
2015-01-08 |
Sean Farley |
|
Accepted |
[3,of,5] namespaces: add test for log |
2015-01-08 |
Sean Farley |
|
Accepted |
[2,of,5] log: use new namespaces api to display names |
2015-01-08 |
Sean Farley |
|
Accepted |
[1,of,5] tests: add a i18n translation test for log output |
2015-01-08 |
Sean Farley |
|
Accepted |
[V2] revset: use '%' as an operator for 'only' |
2015-01-08 |
Sean Farley |
|
Accepted |
[resend] revset: use '%' as an operator for 'only' |
2015-01-07 |
Sean Farley |
|
Superseded |
test-bundle2-exchange: create temp script in $TESTTMP, not $TESTDIR |
2015-01-07 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4] debugnamecomplete: use new name api |
2015-01-07 |
Sean Farley |
|
Accepted |
[3,of,4] debugnamecomplete: rename from debuglabelcomplete |
2015-01-07 |
Sean Farley |
|
Accepted |
[2,of,4] namespaces: add __iter__ and iteritems methods |
2015-01-07 |
Sean Farley |
|
Accepted |
[1,of,4] namespaces: add 'listnames' property |
2015-01-07 |
Sean Farley |
|
Accepted |
[3,of,3] setdiscovery: avoid calling any sample building if the undecided set is small |
2015-01-07 |
Pierre-Yves David |
|
Accepted |
[2,of,3] setdiscovery: delay sample building calls to gather them in a single place |
2015-01-07 |
Pierre-Yves David |
|
Accepted |
[1,of,3] setdiscovery: drop unused 'initial' argument for '_takequicksample' |
2015-01-07 |
Pierre-Yves David |
|
Accepted |
[4,of,4,status-via-diff] manifest: drop withflags() method, which is now unused |
2015-01-07 |
Augie Fackler |
|
Accepted |
[3,of,4,status-via-diff] context: use new manifest.diff(clean=True) support |
2015-01-07 |
Augie Fackler |
|
Accepted |
[2,of,4,status-via-diff] manifest: add optional recording of clean entries to diff |
2015-01-07 |
Augie Fackler |
|
Accepted |
[1,of,4,status-via-diff] context: use manifest.diff() to compute most of status |
2015-01-07 |
Augie Fackler |
|
Accepted |
[5,of,5] trydiff: replace dodiff=True/'binary' by binarydiff=False/True |
2015-01-07 |
Martin von Zweigbergk |
|
Accepted |
[4,of,5] trydiff: replace 'dodiff = False' by 'continue' |
2015-01-07 |
Martin von Zweigbergk |
|
Accepted |
[3,of,5] trydiff: make addindexmeta() unconditionally add index meta |
2015-01-07 |
Martin von Zweigbergk |
|
Accepted |
[2,of,5] trydiff: remove unused code for git index of "combined diff" |
2015-01-07 |
Martin von Zweigbergk |
|
Accepted |
[1,of,5] diff: remove dead assignment |
2015-01-07 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2] setdiscovery: factorize similar sampling code |
2015-01-07 |
Pierre-Yves David |
|
Accepted |
[1,of,2] setdiscovery: drop shadowed 'undecided' assignment |
2015-01-07 |
Pierre-Yves David |
|
Accepted |
transaction: support for callbacks during abort |
2015-01-07 |
Gregory Szorc |
|
Accepted |
hgweb: extract changelist entry generation into own function |
2015-01-07 |
Gregory Szorc |
|
Accepted |
[2,of,2] localrepo: show headline notes in commitctx before showing filenames |
2015-01-07 |
Mads Kiilerich |
|
Accepted |
[1,of,2] bundle: when verbose, show what takes up the space in the generated bundle |
2015-01-07 |
Mads Kiilerich |
|
Accepted |
[2,of,2] templates: use CSS classes for diff styling |
2015-01-06 |
Gregory Szorc |
|
Accepted |
[1,of,2] templates: remove unnecessary <span> |
2015-01-06 |
Gregory Szorc |
|
Accepted |
[Bug,4493] New: msgfmt warnings |
2015-01-06 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4492] New: test-archive fails with recent Python 2.7 |
2015-01-06 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[fix-for-default-bug] revset-filelog: handle hidden linkrev for file missing for head (issue4490) |
2015-01-06 |
Pierre-Yves David |
|
Accepted |
[RFC] revset: completely ignore "null" symbol in new-style query (BC) |
2015-01-06 |
Yuya Nishihara |
|
Changes Requested |
[V2] revset: introduce new operator "##" to concatenate strings/symbols at runtime |
2015-01-06 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4] color: declare the new changeset styles |
2015-01-06 |
Romain DEP. |
|
Changes Requested |
[3,of,4] template: update map-cmdline.phases with troubled states |
2015-01-06 |
Romain DEP. |
|
Changes Requested |
[2,of,4] template: update map-cmdline.default with troubled states |
2015-01-06 |
Romain DEP. |
|
Changes Requested |
[1,of,4] templatekw: add troubles state |
2015-01-06 |
Romain DEP. |
|
Changes Requested |
[4,of,4] template: update map-cmdline.phases accordingly |
2015-01-06 |
Romain DEP. |
|
Rejected |
[3,of,4] template: update map-cmdline.default accordingly |
2015-01-06 |
Romain DEP. |
|
Rejected |
[2,of,4] templatekw: add obsolete state |
2015-01-06 |
Romain DEP. |
|
Rejected |
[1,of,4] templatekw: add hidden state |
2015-01-06 |
Romain DEP. |
|
Rejected |
[3,of,3] cmdutil: add hidden, obsolete and troubled states to the default template |
2015-01-06 |
Romain DEP. |
|
Changes Requested |
[2,of,3] context: add obsoletestr |
2015-01-06 |
Romain DEP. |
|
Rejected |
[STABLE] cmdutil.jsonchangeset: properly compute added and removed files |
2015-01-06 |
Gregory Szorc |
|
Accepted |
[v3] run-tests: automatically add (glob) to "saved backup bundle to" lines |
2015-01-06 |
Mads Kiilerich |
|
Accepted |
[V3] largefiles: pass a matcher instead of a raw file list to removelargefiles() |
2015-01-06 |
Matt Harbison |
|
Accepted |
[2,of,2] webcommands.changeset: add manifest to template call |
2015-01-06 |
Gregory Szorc |
|
Changes Requested |
[1,of,2] webcommands.changeset: add file_{adds, mods, dels} to template call |
2015-01-06 |
Gregory Szorc |
|
Changes Requested |
[2,of,2] status: don't list files as both clean and deleted |
2015-01-06 |
Martin von Zweigbergk |
|
Accepted |
[1,of,2] status: don't list files as both removed and deleted |
2015-01-06 |
Martin von Zweigbergk |
|
Accepted |
[fix-for-default-bug] transaction: use the right location when cleaning up backup file (issue4479) |
2015-01-05 |
Pierre-Yves David |
|
Accepted |
[2,of,2] revset: introduce new operator "##" to concatenate strings/symbols at runtime |
2015-01-05 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2] revset: delay showing parse error for the revset alias until it is referred |
2015-01-05 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] largefiles: properly sync lfdirstate after removing largefiles |
2015-01-04 |
Matt Harbison |
|
Accepted |
[RFC] revset: completely ignore "null" symbol in new-style query (BC) |
2015-01-04 |
Yuya Nishihara |
|
Changes Requested |
rebase: clarify comment about merge ancestor when rebasing merges |
2015-01-04 |
Mads Kiilerich |
|
Accepted |
[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 |
hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904) |
2015-01-03 |
Anton Shestakov |
|
Accepted |
largefiles: convert addlargefiles() to vfs |
2015-01-03 |
Matt Harbison |
|
Accepted |
[v2] run-tests: automatically add (glob) to "saved backup bundle to" lines |
2015-01-03 |
Mads Kiilerich |
|
Superseded |
[STABLE] revset: drop pre-lazyset optimization for stringset of subset == entire repo |
2015-01-03 |
Yuya Nishihara |
|
Accepted |
[4,of,4] namespaces: remove templatename method on the namespaces object |
2015-01-02 |
Sean Farley |
|
Accepted |
[3,of,4] namespaces: remove names method on the namespaces object |
2015-01-02 |
Sean Farley |
|
Accepted |
[2,of,4] templatekw: update namespace calls |
2015-01-02 |
Sean Farley |
|
Accepted |
[1,of,4] namespaces: add __getitem__ property |
2015-01-02 |
Sean Farley |
|
Accepted |
[2,of,4,V2] largefiles: pass a matcher instead of a raw file list to removelargefiles() |
2015-01-02 |
Matt Mackall |
|
Superseded |
run-tests: automatically add (glob) to "saved backup bundle to" lines |
2015-01-02 |
Matt Mackall |
|
Superseded |
[2,of,2] localrepo: use vfs.reljoin rather than os.path.join in the localrepository class |
2015-01-02 |
Angel Ezquerra |
|
Accepted |
[1,of,2] localrepo: use the vfs join method to implement the localrepo join method |
2015-01-02 |
Angel Ezquerra |
|
Accepted |
[2,of,2] linkrev-filelog: handle filtered linkrev with no visible children (issue4307) |
2015-01-02 |
Pierre-Yves David |
|
Accepted |
[1,of,2] linkrev: work around linkrev to filtered entry in 'filelog' revset |
2015-01-02 |
Pierre-Yves David |
|
Accepted |
run-tests: automatically add (glob) to "saved backup bundle to" lines |
2015-01-02 |
Mads Kiilerich |
|
Superseded |
[4,of,4] namespaces: update documentation and code indentation |
2015-01-01 |
Sean Farley |
|
Accepted |
[3,of,4] namespaces: use namespace object instead of dictionary |
2015-01-01 |
Sean Farley |
|
Accepted |
[2,of,4] namespaces: copy implementation to new namespace object |
2015-01-01 |
Sean Farley |
|
Accepted |
[1,of,4] namespaces: add a namespace object |
2015-01-01 |
Sean Farley |
|
Accepted |
[6,of,6,json-style] tests: add tests for json output from hgweb |
2014-12-31 |
Gregory Szorc |
|
Changes Requested |
[5,of,6,json-style] templates: add json style |
2014-12-31 |
Gregory Szorc |
|
Changes Requested |
[4,of,6,json-style] templater: introduce jsonengine |
2014-12-31 |
Gregory Szorc |
|
Changes Requested |
[3,of,6,json-style] templater: allow styles to specify a default engine |
2014-12-31 |
Gregory Szorc |
|
Changes Requested |
[2,of,6,json-style] templatefilters.json: stabilize output |
2014-12-31 |
Gregory Szorc |
|
Accepted |
[1,of,6,json-style] templatefilters.json: call functions |
2014-12-31 |
Gregory Szorc |
|
Accepted |
[3,of,3,stable] largefiles: backout f72d73937853 - linear updates handle m -> a differently |
2014-12-31 |
Mads Kiilerich |
|
Accepted |
[2,of,3,stable] largefiles: mark lfile as added in lfdirstate when the standin is added |
2014-12-31 |
Mads Kiilerich |
|
Accepted |
[1,of,3,stable] tests: add test coverage for lfdirstate invalidation of linear update |
2014-12-31 |
Mads Kiilerich |
|
Accepted |
[6,of,6,V2] context: override _dirstatestatus in workingcommitctx for correct matching |
2014-12-31 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6,V2] context: avoid breaking already fixed self._status at ctx.status() |
2014-12-31 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] context: add workingcommitctx for exact context to be committed |
2014-12-31 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,6,V2] context: make unknown/ignored/clean of cached status empty for equivalence |
2014-12-31 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6,V2] context: remove unreliable accessor methods from committablectx |
2014-12-31 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,6,V2] context: cache self._status correctly at workingctx.status |
2014-12-31 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4,V2] largefiles: align the output messages for an added file with core methods |
2014-12-31 |
Matt Harbison |
|
Superseded |
[3,of,4,V2] largefiles: align the output messages for a removed file with core methods |
2014-12-31 |
Matt Harbison |
|
Superseded |
[2,of,4,V2] largefiles: pass a matcher instead of a raw file list to removelargefiles() |
2014-12-31 |
Matt Harbison |
|
Superseded |
[1,of,4,V2] largefiles: drop a redundant check for patterns when removing without --after |
2014-12-31 |
Matt Harbison |
|
Accepted |
[5,of,5] context: override _dirstatestatus in workingcommitctx for correct matching |
2014-12-31 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5] context: avoid breaking already fixed self._status at ctx.status() |
2014-12-31 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,5] context: add workingcommitctx for exact context to be committed |
2014-12-31 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,5] context: make unknown/ignored/clean of cached status empty for equivalence |
2014-12-31 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,5] context: cache self._status correctly at workingctx.status |
2014-12-31 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,5] linkrev: also adjust linkrev when bootstrapping annotate (issue4305) |
2014-12-30 |
Pierre-Yves David |
|
Accepted |
[4,of,5] linkrev: also adjust linkrev when bootstrapping 'follow' revset |
2014-12-30 |
Pierre-Yves David |
|
Accepted |
[3,of,5] linkrev: introduce a 'introrev' method on filectx |
2014-12-30 |
Pierre-Yves David |
|
Accepted |
[2,of,5] filectx.parents: enforce changeid of parent to be in own changectx ancestors |
2014-12-30 |
Pierre-Yves David |
|
Accepted |
[1,of,5] filectx.parents: also fetch the filelog of rename source too |
2014-12-30 |
Pierre-Yves David |
|
Accepted |
[2,of,2] filectx.parents: filter nullrev parent sooner |
2014-12-30 |
Pierre-Yves David |
|
Accepted |
[1,of,2] context: catch FilteredRepoLookupError instead of RepoLookupError |
2014-12-30 |
Pierre-Yves David |
|
Accepted |
[4,of,4] tests/autodiff.py: explicitly only honor feature diffopts |
2014-12-29 |
Siddharth Agarwal |
|
Accepted |
[3,of,4] cmdutil.changeset_printer: explicitly honor all diffopts |
2014-12-29 |
Siddharth Agarwal |
|
Accepted |
[2,of,4] export: explicitly honor all diffopts |
2014-12-29 |
Siddharth Agarwal |
|
Accepted |
[1,of,4] webcommands.annotate: explicitly only honor whitespace diffopts |
2014-12-29 |
Siddharth Agarwal |
|
Accepted |
subrepo: add full revert support for git subrepos |
2014-12-29 |
Matt Mackall |
|
Accepted |
subrepo: add forgotten annotation for reverting git subrepos |
2014-12-28 |
Mathias De Maré |
|
Accepted |
tests: adapt glob pattern to fix test with NetBSD's sh(1) (issue4484) |
2014-12-28 |
Thomas Klausner |
|
Accepted |
tests: run 'cvs init' only on non-existent directories (issue4482) |
2014-12-28 |
Thomas Klausner |
|
Accepted |
subrepo: add 'cat' support for git subrepos |
2014-12-28 |
Mathias De Maré |
|
Superseded |
subrepo: add full revert support for git subrepos |
2014-12-28 |
Mathias De Maré |
|
Superseded |
[6,of,6,V2,RFC] localrepo: properly lock full shared repositories |
2014-12-26 |
Angel Ezquerra |
|
Changes Requested |
[5,of,6,V2,RFC] share: add "full share" suport |
2014-12-26 |
Angel Ezquerra |
|
Changes Requested |
[4,of,6,V2,RFC] lock: add multilock class |
2014-12-26 |
Angel Ezquerra |
|
Changes Requested |
[3,of,6,V2,RFC] localrepo: use the vfs join method to implement the localrepo join method |
2014-12-26 |
Angel Ezquerra |
|
Accepted |
[2,of,6,V2,RFC] scmutil": add a unionvfs class |
2014-12-26 |
Angel Ezquerra |
|
Changes Requested |
[1,of,6,V2,RFC] localrepo: introduce shared method to check if a repository is shared |
2014-12-26 |
Angel Ezquerra |
|
Accepted |
[2,of,2] remove: use vfs instead of os.path + match.rel() for filesystem checks |
2014-12-26 |
Matt Harbison |
|
Accepted |
[1,of,2] forget: use vfs instead of os.path + match.rel() for filesystem checks |
2014-12-26 |
Matt Harbison |
|
Accepted |
[2,of,2] largefiles: drop the localrepo import in reposetup.py |
2014-12-26 |
Matt Harbison |
|
Accepted |
[1,of,2] tests: make a multi-statement hook in bundle2-exchange Windows compatible |
2014-12-26 |
Matt Harbison |
|
Accepted |
[Bug,4484] New: NetBSD: test-run-tests fails |
2014-12-25 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4483] New: NetBSD: native unzip has different whitespace |
2014-12-25 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[4,of,4,V4] posix: quote the specified string only when it may have to be quoted |
2014-12-25 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,4,V4] windows: quote the specified string only when it has to be quoted |
2014-12-25 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,4,V4] extdiff: rename the name of an argument for readability |
2014-12-25 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,4,V4] extdiff: avoid unexpected quoting arguments for external tools (issue4463) |
2014-12-25 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,RFC] localrepo: properly lock full shared repositories |
2014-12-24 |
Angel Ezquerra |
|
Superseded |
[5,of,6,RFC] share: add support "full share" suport |
2014-12-24 |
Angel Ezquerra |
|
Superseded |
[4,of,6,RFC] lock: add multilock class |
2014-12-24 |
Angel Ezquerra |
|
Superseded |
[3,of,6,RFC] localrepo: use the vfs join method to implement the localrepo join method |
2014-12-24 |
Angel Ezquerra |
|
Superseded |
[2,of,6,RFC] scmutil": add altvfs class |
2014-12-24 |
Angel Ezquerra |
|
Superseded |
[1,of,6,RFC] localrepo: introduce shared method to check if a repository is shared |
2014-12-24 |
Angel Ezquerra |
|
Superseded |
Make setup usable on systems missing cygwin compiler package |
2014-12-24 |
Ludovic Chabant |
|
Accepted |
[5,of,5] trydiff: use 'ctx1.flags()' for symmetry with 'ctx2.flags()' |
2014-12-24 |
Martin von Zweigbergk |
|
Accepted |
[4,of,5] trydiff: use 'not in addedset' for symmetry with 'not in removedset' |
2014-12-24 |
Martin von Zweigbergk |
|
Accepted |
[3,of,5] trydiff: simplify checking for additions |
2014-12-24 |
Martin von Zweigbergk |
|
Accepted |
[2,of,5] trydiff: extract 'date2' variable like existing 'date1' |
2014-12-24 |
Martin von Zweigbergk |
|
Accepted |
[1,of,5] trydiff: use sets, not lists, for containment checks |
2014-12-24 |
Martin von Zweigbergk |
|
Accepted |
[8,of,8] largefiles: align the output messages for an added file with core methods |
2014-12-23 |
Matt Harbison |
|
Superseded |
[7,of,8] largefiles: align the output messages for a removed file with core methods |
2014-12-23 |
Matt Harbison |
|
Superseded |
[6,of,8] largefiles: pass a matcher instead of a raw file list to removelargefiles() |
2014-12-23 |
Matt Harbison |
|
Superseded |
[5,of,8] largefiles: drop a redundant check for patterns when removing without --after |
2014-12-23 |
Matt Harbison |
|
Superseded |
[4,of,8] narrowmatcher: propagate the rel() method |
2014-12-23 |
Matt Harbison |
|
Superseded |
[3,of,8] match: add the abs() method |
2014-12-23 |
Matt Harbison |
|
Superseded |
[2,of,8] tests: introduce addremove coverage for largefiles with subrepos |
2014-12-23 |
Matt Harbison |
|
Superseded |
[1,of,8] largefiles: eliminate a duplicate message when removing files in verbose mode |
2014-12-23 |
Matt Harbison |
|
Accepted |
[EVOLVE] init: don't abort Mercurial on version mismatch |
2014-12-23 |
Matt Mackall |
|
Accepted |
pushkey: run hook after the lock release |
2014-12-23 |
Pierre-Yves David |
|
Accepted |
[8,of,8] merge: move checking of unknown files out of manifestmerge() |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[7,of,8] merge: extract method for checking for conflicting untracked file |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[6,of,8] merge: create 'cm' action for 'get or merge' case |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[5,of,8] merge: don't overwrite untracked file at directory rename target |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[4,of,8] merge: remove constant tuple element from 'aborts' |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[3,of,8] merge: collect checking for unknown files at end of manifestmerge() |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[2,of,8] merge: introduce 'c' action like 'g', but with additional safety |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[1,of,8] merge: structure 'remote created' code to match table |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[V2] graph: support the branch grouping experiment from mercurial core |
2014-12-22 |
Pierre-Yves David |
|
Not Applicable |
[stable] demandimport: blacklist distutils.msvc9compiler (issue4475) |
2014-12-22 |
Augie Fackler |
|
Accepted |
[6,of,6,V2] largefiles: don't duplicate 'actions' into 'actionbyfile' |
2014-12-22 |
Martin von Zweigbergk |
|
Accepted |
[5,of,6,V2] merge: make calculateupdates() return file->action dict |
2014-12-22 |
Martin von Zweigbergk |
|
Accepted |
[4,of,6,V2] merge: let _forgetremoved() work on the file->action dict |
2014-12-22 |
Martin von Zweigbergk |
|
Accepted |
[3,of,6,V2] merge: let _resolvetrivial() work on the file->action dict |
2014-12-22 |
Martin von Zweigbergk |
|
Accepted |
[2,of,6,V2] merge: let bid merge work on the file->action dict |
2014-12-22 |
Martin von Zweigbergk |
|
Accepted |
[1,of,6,V2] merge: write manifestmerge() using dictionary with entry per file |
2014-12-22 |
Martin von Zweigbergk |
|
Accepted |
[3,of,3,STABLE] largefiles: fix a spurious missing file warning with forget (issue4053) |
2014-12-22 |
Matt Harbison |
|
Accepted |
[2,of,3,STABLE] largefiles: fix a spurious missing file warning with 'remove -A' (issue4053) |
2014-12-22 |
Matt Harbison |
|
Accepted |
[1,of,3,STABLE] largefiles: introduce the 'composelargefilematcher()' method |
2014-12-22 |
Matt Harbison |
|
Accepted |
help: suggest '-v -e' to get list of built-in aliases for extensions (issue4461) |
2014-12-22 |
Chingis Dugarzhapov |
|
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 |
[4,of,4] outgoing: handle phases the same as pull |
2014-12-20 |
Eric Sumner |
|
Not Applicable |
[4,of,4] outgoing: handle phases the same as pull |
2014-12-19 |
Eric Sumner |
|
Accepted |
[3,of,4] bundlerepo: retract phase boundary |
2014-12-19 |
Eric Sumner |
|
Accepted |
[2,of,4] bundlerepo: implement safe phasecache |
2014-12-19 |
Eric Sumner |
|
Accepted |
[1,of,4] localrepo.__getitem__: add slicing support |
2014-12-19 |
Eric Sumner |
|
Accepted |
[3,of,3] tests: add missing globs for Windows |
2014-12-19 |
Matt Harbison |
|
Accepted |
[2,of,3] share: use the 'sharedpath' attr on repo instead of reloading from the file |
2014-12-19 |
Matt Harbison |
|
Accepted |
[1,of,3] share: fix source repo lookup on Windows |
2014-12-19 |
Matt Harbison |
|
Accepted |
[7,of,7,V2] templatekw: remove unneeded showtags |
2014-12-18 |
Sean Farley |
|
Accepted |
[6,of,7,V2] namespaces: generate template keyword when registering a namespace |
2014-12-18 |
Sean Farley |
|
Accepted |
[5,of,7,V2] templatekw: add helper method to generate a template keyword for a namespace |
2014-12-18 |
Sean Farley |
|
Accepted |
[4,of,7,V2] namespaces: add names method to return list of names for a given node |
2014-12-18 |
Sean Farley |
|
Accepted |
[3,of,7,V2] namespaces: add nodemap property |
2014-12-18 |
Sean Farley |
|
Accepted |
[2,of,7,V2] namespaces: add method to get template name of namespace |
2014-12-18 |
Sean Farley |
|
Accepted |
[1,of,7,V2] namespaces: add template name of a namespace |
2014-12-18 |
Sean Farley |
|
Accepted |
test: fix typo in test-help.t |
2014-12-18 |
André Sintzoff |
|
Accepted |
[9,of,9] subrepo: drop the 'ui' parameter to revert() |
2014-12-18 |
Matt Mackall |
|
Not Applicable |
test-check-commit-hg: clarify misleading "commit message rules" error |
2014-12-18 |
Martin von Zweigbergk |
|
Accepted |
context: return dirstate parents in workingctx.ancestors() |
2014-12-18 |
Durham Goode |
|
Accepted |
[2,of,2,V2] memctx: remove redundant test for issue4470 from test-commit.t |
2014-12-18 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2,V2] memctx: calculate manifest more efficiently |
2014-12-18 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,V2] ignore: resolve ignore files relative to repo root (issue4473) (BC) |
2014-12-18 |
Siddharth Agarwal |
|
Accepted |
[1,of,2,V2] test-hgignore: add testing for ui.ignore |
2014-12-18 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] ignore: resolve ignore files relative to config file (issue4473) (BC) |
2014-12-18 |
Siddharth Agarwal |
|
Superseded |
[1,of,2] test-hgignore: add testing for ui.ignore |
2014-12-18 |
Siddharth Agarwal |
|
Superseded |
[2,of,2,RFC] largefiles: look at unfiltered().lfstatus to allow status() to be filtered |
2014-12-18 |
Matt Harbison |
|
Accepted |
[1,of,2,RFC] largefiles: ensure that the standin files are available in getlfilestoupload() |
2014-12-18 |
Matt Harbison |
|
Accepted |
backout: add --commit option |
2014-12-18 |
Mateusz Kwapich |
|
Accepted |
commit: add config option to limit copy search distance |
2014-12-18 |
Ryan McElroy |
|
Changes Requested |
[2,of,2,v2] bundle2: lowercase part types |
2014-12-17 |
Eric Sumner |
|
Accepted |
[1,of,2,v2] bundle2.bundlepart: make mandatory part flag explicit in API |
2014-12-17 |
Eric Sumner |
|
Accepted |
[6,of,6] largefiles: don't duplicate 'actions' into 'actionbyfile' |
2014-12-17 |
Martin von Zweigbergk |
|
Superseded |
[5,of,6] merge: make calculateupdates() return file->action dict |
2014-12-17 |
Martin von Zweigbergk |
|
Superseded |
[4,of,6] merge: let _forgetremoved() work on the file->action dict |
2014-12-17 |
Martin von Zweigbergk |
|
Superseded |
[3,of,6] merge: let _resolvetrivial() work on the file->action dict |
2014-12-17 |
Martin von Zweigbergk |
|
Superseded |
[2,of,6] merge: let bid merge work on the file->action dict |
2014-12-17 |
Martin von Zweigbergk |
|
Superseded |
[1,of,6] merge: write manifestmerge() using dictionary with entry per file |
2014-12-17 |
Martin von Zweigbergk |
|
Superseded |
repoview: increase the size of pentagon to match circle area |
2014-12-17 |
Pierre-Yves David |
|
Not Applicable |
[3,of,3] repoview: backout ced3ecfc2e57 |
2014-12-17 |
Pierre-Yves David |
|
Accepted |
[2,of,3] largefile: explain why the monkey patching on repoview |
2014-12-17 |
Pierre-Yves David |
|
Accepted |
[1,of,3] largefile: backout ca54fb3d71ce |
2014-12-17 |
Pierre-Yves David |
|
Accepted |
[3,of,3] highlight: don't highlight files that have fancy linebreaks (issue4291) |
2014-12-17 |
Augie Fackler |
|
Accepted |
[2,of,3] test-highlight: expose bug in highlighting file with a formfeed |
2014-12-17 |
Augie Fackler |
|
Accepted |
[1,of,3] test-highlight: add a file containing a formfeed |
2014-12-17 |
Augie Fackler |
|
Accepted |
[3,of,3,STABLE] memctx: calculate manifest correctly with newly removed files (issue4470) |
2014-12-17 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3,STABLE] memctx: calculate manifest including newly added files correctly |
2014-12-17 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,3,STABLE] memctx: calculate exact status being committed from specified files |
2014-12-17 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,v4] manifest: disallow setting the node id of an entry to None |
2014-12-17 |
Augie Fackler |
|
Accepted |