filemerge: support passing python script to custom merge-tools |
2018-04-17 |
Tom Hindle |
|
New |
[2,of,2,V6] revset: skip legacy lookup for revspec wrapped in 'revset(…)' |
2018-04-17 |
Boris Feld |
|
New |
[1,of,2,V6] revset: add more test to show current behaviors with label looking like revset |
2018-04-17 |
Boris Feld |
|
New |
[3,of,3,V5] revset: skip legacy lookup for revspec wrapped in 'revset(…)' |
2018-04-16 |
Boris Feld |
|
New |
[3,of,3,V4] revset: skip legacy lookup for revspec wrapped in 'revset(…)' |
2018-04-14 |
Boris Feld |
|
New |
[1,of,5] test-lfs: add tests to force server error path coverage |
2018-04-14 |
Yuya Nishihara |
|
New |
D3304: formatter: add support for -Tcbor |
2018-04-13 |
phabricator |
|
New |
dispatch: add a whitelist map of commands to implicitly loaded extensions |
2018-04-12 |
Matt Harbison |
|
New |
[3,of,4,V2] lfs: infer the blob store URL from an explicit pull source |
2018-04-11 |
Yuya Nishihara |
|
New |
[v4] sslutil-add tls 1.3 support - done during IETF101 Hackathon |
2018-04-08 |
Codarren Velvindron |
|
New |
D3187: phase: Add dry-run functionality |
2018-04-07 |
phabricator |
|
New |
[2,of,2] copies: clean up _related logic |
2018-04-04 |
Gábor Stefanik |
|
New |
[1,of,2] copies: create and use _loose_next function for _related |
2018-04-04 |
Gábor Stefanik |
|
New |
D3023: fix: use a portable python script instead of sed in test |
2018-04-02 |
phabricator |
|
New |
D3022: fix: use a portable python script instead of sed in test |
2018-04-02 |
phabricator |
|
New |
D2999: infinitepush: use zope.interface to define indexapi interface |
2018-03-31 |
phabricator |
|
New |
[6,of,6] test-lfs-test-server: add a testcase for `hg serve` |
2018-03-29 |
Yuya Nishihara |
|
New |
D2945: state: add a magicheader to each state file |
2018-03-26 |
phabricator |
|
New |
D2884: wireproto: experimental command to emit file data |
2018-03-16 |
phabricator |
|
New |
[4,of,4,V2] annotate: add support for template keywords and functions depending on ctx |
2018-03-16 |
Yuya Nishihara |
|
New |
[3,of,4,V2] formatter: unblock storing fctx as a template resource |
2018-03-16 |
Yuya Nishihara |
|
New |
[2,of,4,V2] templater: process mapping dict by resource callables |
2018-03-16 |
Yuya Nishihara |
|
New |
[1,of,4,V2] templater: convert resources to a table of callables for future extension |
2018-03-16 |
Yuya Nishihara |
|
New |
D2880: bundle: add the possibility to bundle bookmarks (issue5792) |
2018-03-16 |
phabricator |
|
New |
D2875: remotenames: introduce a config option to allow creation of remote bookmarks |
2018-03-15 |
phabricator |
|
New |
D2873: remotenames: add functionality to override -B flag of push |
2018-03-15 |
phabricator |
|
New |
[6,of,8] ui: do not use rawinput() when we have to replace sys.stdin/stdout |
2018-03-10 |
Matt Harbison |
|
New |
[2,of,2,V2] hgweb: add a hook for processing LFS file transfer requests |
2018-03-08 |
Matt Harbison |
|
New |
[1,of,2,V2] hgweb: add a hook for processing LFS Batch API requests |
2018-03-08 |
Matt Harbison |
|
New |
D2701: merge: use constants for actions |
2018-03-06 |
Pulkit Goyal |
|
New |
D2681: [PoC] scmutil: support local only obsolescence |
2018-03-05 |
phabricator |
|
New |
D2682: [PoC] changegroup: delete obs markers when applying changegroup |
2018-03-05 |
phabricator |
|
New |
D2679: [PoC] obsolete: config option to enable local only obsolescence mode |
2018-03-05 |
phabricator |
|
New |
D2680: [PoC] obsolete: make markers database writable if local-only mode enabled |
2018-03-05 |
phabricator |
|
New |
xdiff: fix trivial build warnings on Windows |
2018-03-04 |
Matt Harbison |
|
New |
D2623: dispatch: adding config items for overriding flag defaults |
2018-03-03 |
phabricator |
|
New |
D2622: ui: adding a generic method to read config items with an arbitrary type |
2018-03-03 |
phabricator |
|
New |
D2588: commit: adds multiline commit message support(issue5616) |
2018-03-03 |
phabricator |
|
New |
[9,of,9] templatekw: add compatlist() as a replacement for showlist() |
2018-02-27 |
Yuya Nishihara |
|
New |
[8,of,9] templatekw: add compatdict() as a replacement for showdict() |
2018-02-27 |
Yuya Nishihara |
|
New |
[7,of,9] templatekw: pass templater to _showlist() by an explicit argument |
2018-02-27 |
Yuya Nishihara |
|
New |
[6,of,9] hgweb: make templater mostly compatible with log templates |
2018-02-27 |
Yuya Nishihara |
|
New |
[5,of,9] log: do not invoke templatekw.showobsfate() as a function |
2018-02-27 |
Yuya Nishihara |
|
New |
[4,of,9] templatekw: inline getfiles() |
2018-02-27 |
Yuya Nishihara |
|
New |
[3,of,9] templatekw: factor out function to build a list of files per status |
2018-02-27 |
Yuya Nishihara |
|
New |
[2,of,9] templatekw: switch non-showlist template keywords to new API |
2018-02-27 |
Yuya Nishihara |
|
New |
[1,of,9] templatekw: extract non-templatekw function as getgraphnode() |
2018-02-27 |
Yuya Nishihara |
|
New |
namespace: fastpath name lookup on invalid name |
2018-02-22 |
Boris Feld |
|
New |
[2,of,2,RFC] dispatch: look up command by [<space>:]<cmdname> syntax (PoC) |
2018-02-22 |
Yuya Nishihara |
|
New |
[1,of,2,RFC] dispatch: remember command table per extension (PoC DO NOT PUSH) |
2018-02-22 |
Yuya Nishihara |
|
New |
mdiff: split on unicode character boundaries when shortening function name |
2018-02-21 |
Josef 'Jeff' Sipek |
|
New |
[6,of,6,remotenames-ext] remotenames: do not expect repo._remotenames to be set unconditionally |
2018-02-19 |
Ryan McElroy |
|
New |
[5,of,6,remotenames-ext] tests: test various combinations of repos with and without extension |
2018-02-19 |
Ryan McElroy |
|
New |
[4,of,6,remotenames-ext] push: do not over-check for svn/git push targets |
2018-02-19 |
Ryan McElroy |
|
New |
[3,of,6,remotenames-ext] discovery: do not crash if no bookmarks are passed to push discovery |
2018-02-19 |
Ryan McElroy |
|
New |
[2,of,6,remotenames-ext] tests: update with new hg output |
2018-02-19 |
Ryan McElroy |
|
New |
[1,of,6,remotenames-ext] Back out "remotenames: push anonymous head if --force is given" |
2018-02-19 |
Ryan McElroy |
|
New |
[2,of,2,RFC] test-lfs-test-server: add a testcase for `hg serve` |
2018-02-18 |
Matt Harbison |
|
New |
[1,of,2,RFC] lfs: add support for serving blob files |
2018-02-18 |
Matt Harbison |
|
New |
minifileset: allow 'path:' patterns to have an explicit trailing slash |
2018-02-16 |
Matt Harbison |
|
New |
[3,of,3] revert: account for computed changes in interactive revert (issue5789) |
2018-02-14 |
Denis Laxalde |
|
New |
dirstate: drop explicitly-specified files that shouldn't match (BC) |
2018-02-13 |
Augie Fackler |
|
New |
minifileset: allow 'path:' patterns to have an explicit trailing slash |
2018-02-13 |
Matt Harbison |
|
New |
[hglib,b] ignore close() on non-open clients (issue5751) |
2018-02-12 |
Gábor Stefanik |
|
New |
D2158: py3: use raw string for open() mode |
2018-02-12 |
phabricator |
|
New |
[4,of,4] log: add TODO comments about --line-range processing |
2018-02-12 |
Yuya Nishihara |
|
New |
[3,of,4] log: factor out function to feed revisions to displayer |
2018-02-12 |
Yuya Nishihara |
|
New |
[2,of,4] graphlog: unblock --line-range option |
2018-02-12 |
Yuya Nishihara |
|
New |
[1,of,4] graphlog: deduplicate preprocessing of log command |
2018-02-12 |
Yuya Nishihara |
|
New |
[3,of,3] lfs: teach '{lfs_files}' to handle removed files |
2018-02-10 |
Matt Harbison |
|
New |
D2079: color: honor NO_COLOR |
2018-02-07 |
phabricator |
|
New |
[13,of,13] revlog: rename 'self.checkinlinesize' into '_enforceinlinesize' |
2018-02-06 |
Boris Feld |
|
New |
[12,of,13] revlog: add a _datareadfp context manager for data access needs |
2018-02-06 |
Boris Feld |
|
New |
[11,of,13] revlog: use context manager for data file lifetime in checksize |
2018-02-06 |
Boris Feld |
|
New |
[10,of,13] revlog: use context manager for index file lifetime in checkinlinesize |
2018-02-06 |
Boris Feld |
|
New |
[09,of,13] revlog: use context manager for data file lifetime in checkinlinesize |
2018-02-06 |
Boris Feld |
|
New |
[08,of,13] revlog: use context manager for index file life time in __init__ |
2018-02-06 |
Boris Feld |
|
New |
[07,of,13] revlog: move index file opening in a method |
2018-02-06 |
Boris Feld |
|
New |
[06,of,13] revlog: move datafile opening in a method |
2018-02-06 |
Boris Feld |
|
New |
[05,of,13] parseindex: implement context manager method on the wrapper |
2018-02-06 |
Boris Feld |
|
New |
[04,of,13] parseindex: also forward keyword argument in a debug wrapper |
2018-02-06 |
Boris Feld |
|
New |
[03,of,13] dumprevlog: handle being passed a mode parameter |
2018-02-06 |
Boris Feld |
|
New |
[02,of,13] changelog: add the missing 'closed' property on 'appender' object |
2018-02-06 |
Boris Feld |
|
New |
[01,of,13] changelog: implement context manager method for 'appender' object |
2018-02-06 |
Boris Feld |
|
New |
[3,of,3] lfs: prefetch lfs blobs during revert |
2018-02-05 |
Matt Harbison |
|
New |
lfs: rename {pointer} to {lfs_pointer} |
2018-01-22 |
Matt Harbison |
|
New |
[2,of,2,evolve-ext] test: explicitly run HGEDITOR shell command with `sh` |
2018-01-21 |
Matt Harbison |
|
New |
[1,of,2,evolve-ext] test: conditionalize blackbox output for Windows |
2018-01-21 |
Matt Harbison |
|
New |
keyword: replace map() with list comprehension |
2018-01-20 |
Christian Ebert |
|
New |
[2,of,5,RFC] lfs: add the '{oid}' template keyword to '{lfs_files}' |
2018-01-15 |
Matt Harbison |
|
RFC |
[2,of,3,RFC] lfs: convert threshold testing to use a matcher |
2017-12-30 |
Jun Wu |
|
RFC |
[2,of,3,RFC] lfs: convert threshold testing to use a matcher |
2017-12-30 |
Jun Wu |
|
RFC |
[3,of,3,RFC] lfs: add support for supplying a pattern/fileset |
2017-12-29 |
Matt Harbison |
|
RFC |
[2,of,3,RFC] lfs: convert threshold testing to use a matcher |
2017-12-29 |
Matt Harbison |
|
RFC |
[1,of,3,RFC] lfs: add a function to get the user visible filename for a revlog |
2017-12-29 |
Matt Harbison |
|
RFC |
D1778: debugcommands: use named attributes on revlog index entries |
2017-12-27 |
phabricator |
|
New |
D1777: upgrade: use named attributes on revlog index entries |
2017-12-27 |
phabricator |
|
New |
D1779: unionrepo: use named attributes on revlog index entries |
2017-12-27 |
phabricator |
|
New |
D1771: revlog: pass index entry type into packentry() (API) |
2017-12-27 |
phabricator |
|
New |
D1773: revlog: use named attributes on revlog index entries |
2017-12-27 |
phabricator |
|
New |
D1776: bundlerepo: use named attributes on revlog index entries |
2017-12-27 |
phabricator |
|
New |
D1774: repoview: use named attributes on revlog index entries |
2017-12-27 |
phabricator |
|
New |
D1775: dagutil: use named attributes on revlog index entries |
2017-12-27 |
phabricator |
|
New |
D1770: revlog: use revlog index entry type for version 0 revlogs |
2017-12-27 |
phabricator |
|
New |
D1769: cext: use dedicated type for index entries |
2017-12-27 |
phabricator |
|
New |
D1772: tests: port revlog index code to modern API |
2017-12-27 |
phabricator |
|
New |
D1767: cext: make nullentry a member of index types |
2017-12-27 |
phabricator |
|
New |
D1768: cext: obtain reference to index entry type |
2017-12-27 |
phabricator |
|
New |
D1766: cext: rename variable describing format for index entries |
2017-12-27 |
phabricator |
|
New |
D1765: parsers: use an attr-derived class for revlog index entries |
2017-12-27 |
phabricator |
|
New |
D1753: streamclone: preserve remote phases (issue5648) |
2017-12-24 |
phabricator |
|
New |
D1752: tests: show phases aren't preserved part of streaming clone (issue5648) |
2017-12-24 |
phabricator |
|
New |
hgweb: make different kinds of commits look differently on /graph (RFC) |
2017-12-19 |
Anton Shestakov |
|
RFC |
D1701: logtoprocess: add the possibility to not popup a console |
2017-12-15 |
phabricator |
|
New |
D1700: logtoprocess: pass ui in runshellcommand |
2017-12-15 |
phabricator |
|
New |
D1506: dagop: handle IndexError when using wdir() in dag range |
2017-11-24 |
phabricator |
|
New |
D1371: global: remove redundant parenthesis |
2017-11-12 |
phabricator |
|
New |
D1313: dirstate: gate access to self._map.dirs |
2017-11-03 |
phabricator |
|
New |
D851: [RFC] setup: increase MAX_PATH limit on Windows 10 Anniversary Update |
2017-09-30 |
phabricator |
|
RFC |
[2,of,2,wheels,stable] contrib: drop Python 2.6 from manylinux1 wheel script |
2017-07-19 |
Boris Feld |
|
New |
[hggit-ext] bookmarks: compatibility with new applychanges api |
2017-07-19 |
Ryan McElroy |
|
New |
[v3] run-tests: make sure to check if pygments is installed before using it |
2017-07-17 |
Matthieu Laneuville |
|
New |
[v2] templates: add substring and string length operations |
2017-07-14 |
via Mercurial-devel |
|
New |
[RFC] underway: extension/command for displaying in progress work |
2016-08-21 |
Gregory Szorc |
|
RFC |
[3,of,3,RFC] revert: clear the flagstate entry when reverting a file |
2016-07-03 |
Matt Harbison |
|
RFC |
[2,of,3,RFC] flags: introduce a command for manipulating file flags (issue2020) |
2016-07-03 |
Matt Harbison |
|
RFC |
[1,of,3,RFC] scmutil: introduce the flagstate class to suppliment missing flag support |
2016-07-03 |
Matt Harbison |
|
RFC |
[3,of,3,RFC] mercurial: rewrite "iteritems" to "items" |
2016-05-16 |
Gregory Szorc |
|
RFC |
[2,of,3,RFC] global: u'' prefix some literals to appease module importing |
2016-05-16 |
Gregory Szorc |
|
RFC |
[1,of,3,RFC] mercurial: implement a source transforming module loader on Python 3 |
2016-05-16 |
Gregory Szorc |
|
RFC |
[06,of,10] py3: add @util.boolclass markers for boolean classes |
2016-05-12 |
timeless |
yuya |
Under Review |
[05,of,10] pycompat: add boolclass for py3 compat |
2016-05-12 |
timeless |
yuya |
Under Review |
largefiles: RFC - customizable largefiles locations |
2016-03-19 |
Mads Kiilerich |
|
RFC |
[RFC] revset: add new predicates for finding merge revisions |
2016-02-29 |
Simon Farnsworth |
|
RFC |
[RFC] extdiff: add support for subrepo diff |
2015-02-07 |
Mathias De Maré |
|
RFC |
[RFC] hgweb: code selection without line numbers in file diff and changesets views |
2013-07-06 |
Alexander Plavin |
|
RFC |
[3,of,3] check-po: test i18n/*.po |
2013-06-30 |
timeless@mozdev.org |
|
RFC |
[2,of,3] check-po: sample input |
2013-06-30 |
timeless@mozdev.org |
|
RFC |
[1,of,3] check-po: Introduce check-po.py |
2013-06-30 |
mercurial-devel-bounces@selenic.com |
|
RFC |
Problems in hgrc.5 |
2013-06-18 |
esr@thyrsus.com |
|
RFC |
regression test for issue3958 |
2013-06-11 |
Michael Platings |
|
RFC |
[RFC] amend: add extension which extends amend functionality |
2013-05-03 |
Durham Goode |
|
RFC |
Bug 3749 --help does not show non-command help topics |
2013-04-17 |
Mads Kiilerich |
|
Under Review |
Bug 3749 --help does not show non-command help topics |
2013-04-17 |
Ankur Ankan |
|
Under Review |