December 2017 Archives by date
Starting: Fri Dec 1 00:01:40 UTC 2017
Ending: Mon Jan 1 00:38:41 UTC 2018
Messages: 1162
- D1457: workers: don't use backgroundfilecloser in threads
wlis (Wojciech Lis)
- D1460: workers: add config to enable/diable workers
wlis (Wojciech Lis)
- D1564: worker: make windows workers daemons
wlis (Wojciech Lis)
- D1568: lfs: using workers in lfs prefetch
wlis (Wojciech Lis)
- D1568: lfs: using workers in lfs prefetch
quark (Jun Wu)
- D1568: lfs: using workers in lfs prefetch
quark (Jun Wu)
- [PATCH STABLE] filelog: don't crash on invalid copy metadata (issue5748)
Gregory Szorc
- [PATCH 1 of 3] lfs: enable the extension locally after cloning a repo with 'lfs' requirement
Matt Harbison
- [PATCH 2 of 3] lfs: enable the extension locally after sharing a repo with 'lfs' requirement
Matt Harbison
- [PATCH 3 of 3] lfs: enable the extension locally after converting to an 'lfs' repo
Matt Harbison
- [PATCH STABLE] filelog: don't crash on invalid copy metadata (issue5748)
Anton Shestakov
- D1568: lfs: using workers in lfs prefetch
mharbison72 (Matt Harbison)
- mercurial at 35164: 2 new changesets
Mercurial Commits
- [PATCH STABLE] filelog: don't crash on invalid copy metadata (issue5748)
Gregory Szorc
- [PATCH 1 of 3 STABLE] tests: add globs for Windows
Matt Harbison
- [PATCH 2 of 3 STABLE] test-largefiles: demonstrate problems with renaming and reverting a directory
Matt Harbison
- [PATCH 3 of 3 STABLE] largefiles: pay attention to dropped standin files when updating largefiles
Matt Harbison
- [PATCH] archive: pass thru mtime for directory archives, like the other archive types do
James May
- D1211: context: switch ctx() use to changectx()
phillco (Phil Cohen)
- D1212: filemerge: raise InMemoryMergeConflictsError whenever we hit merge conflicts
phillco (Phil Cohen)
- D1211: context: switch ctx() use to changectx()
phillco (Phil Cohen)
- D1211: context: switch ctx() use to changectx()
phillco (Phil Cohen)
- D1216: overlayworkingctx: remove flushall()
phillco (Phil Cohen)
- D1230: overlayworkingctx: make clean() public
phillco (Phil Cohen)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
phillco (Phil Cohen)
- D1231: overlayworkingctx: move _wrappedctx out of the constructor
phillco (Phil Cohen)
- D1233: rebase: do not bail on uncomitted changes if rebasing in-memory
phillco (Phil Cohen)
- D1234: rebaseruntime: raise InMemoryMergeConflictsError on merge conflicts
phillco (Phil Cohen)
- D1212: filemerge: raise InMemoryMergeConflictsError if we hit merge conflicts in IMM
phillco (Phil Cohen)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
dlax (Denis Laxalde)
- [PATCH] mergetools: add nbdime merge tools to default rc
Vidar Tonaas Fauske
- D1562: test: fix common-pattern for *BSD systems
lothiraldan (Boris Feld)
- [PATCH 1 of 3 STABLE] tests: add globs for Windows
Yuya Nishihara
- [PATCH STABLE] filelog: don't crash on invalid copy metadata (issue5748)
Yuya Nishihara
- [PATCH] mergetools: add nbdime merge tools to default rc
Yuya Nishihara
- [PATCH] tests: try and scrub away IP addresses with $LOCALIP
Yuya Nishihara
- [PATCH] tests: try and scrub away IP addresses with $LOCALIP
Yuya Nishihara
- [PATCH] hgweb: remove negative top from .info line in graph
Anton Shestakov
- D1532: color: respect HGPLAINEXCEPT=color to allow colors while scripting (issue5749)
durin42 (Augie Fackler)
- D1555: py3: use bytes in place of basestring
pulkit (Pulkit Goyal)
- D1556: py3: use pycompat.bytestr() or '%d' in place of str()
pulkit (Pulkit Goyal)
- D1557: py3: use encoding.strtolocal() to convert string to bytes
pulkit (Pulkit Goyal)
- D1286: repoview: consider visibility exceptions in filterrevs()
pulkit (Pulkit Goyal)
- D1285: repoview: add a new attribute _visibilityexceptions and related API
pulkit (Pulkit Goyal)
- D1287: repoview: add two new filternames to be used for accessing hidden commits
pulkit (Pulkit Goyal)
- [PATCH 2 of 2 STABLE V2] dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options
Kevin Bullock
- D821: unamend: move fb extension unamend to core
pulkit (Pulkit Goyal)
- D971: uncommit: unify functions _uncommitdirstate and _unamenddirstate to one
pulkit (Pulkit Goyal)
- D1224: merge: cache unknown dir checks (issue5716)
mbthomas (Mark Thomas)
- D1226: merge: check created file dirs for path conflicts only once (issue5716)
mbthomas (Mark Thomas)
- mercurial at 35168: 4 new changesets (4 on stable)
Mercurial Commits
- D1211: context: switch ctx() use to changectx()
phillco (Phil Cohen)
- D1527: context: add an abstract base class for filectx
martinvonz (Martin von Zweigbergk)
- mercurial at 35174: 6 new changesets (6 on stable)
Mercurial Commits
- D1573: run-tests: simplify by using dict.pop() with default
martinvonz (Martin von Zweigbergk)
- D1574: run-tests: avoid calculating _testdir again
martinvonz (Martin von Zweigbergk)
- D1568: lfs: using workers in lfs prefetch
wlis (Wojciech Lis)
- D1575: amend: make a copy of "extra" to avoid mutating an input
martinvonz (Martin von Zweigbergk)
- D1576: amend: extract function for calculating changeset extras
martinvonz (Martin von Zweigbergk)
- D1577: localrepo: fix cache repo._filteredrepotypes by adding filtername in key
pulkit (Pulkit Goyal)
- D1578: tests: removes bashism from test-unamend.t
pulkit (Pulkit Goyal)
- mercurial at 35179: 5 new changesets
Mercurial Commits
- D1568: lfs: using workers in lfs prefetch
quark (Jun Wu)
- D1477: run-tests: mechanism to report exceptions during test execution
yuja (Yuya Nishihara)
- D1576: amend: extract function for calculating changeset extras
yuja (Yuya Nishihara)
- D1556: py3: use pycompat.bytestr() or '%d' in place of str()
yuja (Yuya Nishihara)
- D1557: py3: use encoding.strtolocal() to convert string to bytes
yuja (Yuya Nishihara)
- D1475: run-tests: organize options into argument groups
indygreg (Gregory Szorc)
- D1474: run-tests: convert to argparse
indygreg (Gregory Szorc)
- D1482: py3: use byteskwargs in sparse.py
indygreg (Gregory Szorc)
- D1476: run-tests: make --extra-config-opt work with Python 3
indygreg (Gregory Szorc)
- D1477: run-tests: mechanism to report exceptions during test execution
indygreg (Gregory Szorc)
- D1578: tests: removes bashism from test-unamend.t
pulkit (Pulkit Goyal)
- D1480: py3: define __next__ in patch.py
indygreg (Gregory Szorc)
- D1573: run-tests: simplify by using dict.pop() with default
martinvonz (Martin von Zweigbergk)
- D1574: run-tests: avoid calculating _testdir again
martinvonz (Martin von Zweigbergk)
- D1575: amend: make a copy of "extra" to avoid mutating an input
martinvonz (Martin von Zweigbergk)
- D1576: amend: extract function for calculating changeset extras
martinvonz (Martin von Zweigbergk)
- D1555: py3: use bytes in place of basestring
pulkit (Pulkit Goyal)
- D1577: localrepo: fix cache repo._filteredrepotypes by adding filtername in key
yuja (Yuya Nishihara)
- [PATCH] test-lfs: drop a hack for ignoring convert devel-warnings
Matt Harbison
- D1576: amend: extract function for calculating changeset extras
martinvonz (Martin von Zweigbergk)
- mercurial at 35181: 2 new changesets
Mercurial Commits
- [PATCH STABLE] convert: restore the ability to use bzr < 2.6.0 (issue5733)
Matt Harbison
- [PATCH 1 of 5] dispatch: alias --repo to --repository while parsing early options
Yuya Nishihara
- [PATCH 2 of 5] dispatch: replace _earlyreq*() with new fancyopts-based parser
Yuya Nishihara
- [PATCH 3 of 5] dispatch: replace _earlygetopt(strip=True) with new parser
Yuya Nishihara
- [PATCH 4 of 5] fancyopts: use getopt.gnu_getopt()
Yuya Nishihara
- [PATCH 5 of 5] fancyopts: fix handling of "--" value in earlygetopt()
Yuya Nishihara
- D1577: localrepo: fix cache repo._filteredrepotypes by adding filtername in key
quark (Jun Wu)
- [PATCH 1 of 2] log: remove temporary variable 'date' used only once
Yuya Nishihara
- [PATCH 2 of 2] log: translate column labels at once (issue5750)
Yuya Nishihara
- [PATCH v6] cmdutil: add within-line color diff capacity
matthieu.laneuville at octobus.net
- D821: unamend: move fb extension unamend to core
yuja (Yuya Nishihara)
- [PATCH 1 of 2 V2] scmutil: extra utility to display a reasonable amount of nodes
Yuya Nishihara
- D1577: localrepo: fix cache repo._filteredrepotypes by adding filtername in key
yuja (Yuya Nishihara)
- mercurial at 35186: 5 new changesets
Mercurial Commits
- D1074: branch: add a --rev flag to change branch name of given revisions
pulkit (Pulkit Goyal)
- D1579: unamend: drop unused vars, query after taking lock, use ctx.hex() for extras
pulkit (Pulkit Goyal)
- D1556: py3: use pycompat.bytestr() or '%d' in place of str()
pulkit (Pulkit Goyal)
- D1557: py3: use encoding.strtolocal() to convert string to bytes
pulkit (Pulkit Goyal)
- D1577: localrepo: fix cache repo._filteredrepotypes by adding filtername in key
quark (Jun Wu)
- [PATCH STABLE] convert: restore the ability to use bzr < 2.6.0 (issue5733)
Yuya Nishihara
- [PATCH] test-lfs: drop a hack for ignoring convert devel-warnings
Yuya Nishihara
- D1579: unamend: drop unused vars, query after taking lock, use ctx.hex() for extras
yuja (Yuya Nishihara)
- [PATCH] hgweb: remove negative top from .info line in graph
Yuya Nishihara
- [PATCH 1 of 5] tests: trivial fixes for Windows
Matt Harbison
- [PATCH 2 of 5] tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Matt Harbison
- [PATCH 3 of 5] tests: add a substitution for ENOTDIR/ERROR_PATH_NOT_FOUND messages
Matt Harbison
- [PATCH 4 of 5] tests: add a substitution for ECONNRESET/WSAECONNRESET messages
Matt Harbison
- [PATCH 5 of 5] tests: add a substitution for EADDRINUSE/WSAEADDRINUSE messages
Matt Harbison
- [PATCH] archive: pass thru mtime for directory archives, like the other archive types do
Yuya Nishihara
- Proper way to register configs in hooks
Yuya Nishihara
- D1579: unamend: drop unused vars, query after taking lock, use ctx.hex() for extras
pulkit (Pulkit Goyal)
- [PATCH v6] cmdutil: add within-line color diff capacity
Yuya Nishihara
- [PATCH 1 of 5] tests: trivial fixes for Windows
Yuya Nishihara
- [PATCH 2 of 5] tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Yuya Nishihara
- D1577: localrepo: fix cache repo._filteredrepotypes by adding filtername in key
yuja (Yuya Nishihara)
- D1557: py3: use encoding.strtolocal() to convert string to bytes
pulkit (Pulkit Goyal)
- D1556: py3: use pycompat.bytestr() or '%d' in place of str()
pulkit (Pulkit Goyal)
- [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos
Yuya Nishihara
- [PATCH 2 of 5] tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Matt Harbison
- [PATCH] hgweb: display fate of obsolete changesets
Boris Feld
- [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos
Matt Harbison
- D1577: localrepo: fix cache repo._filteredrepotypes by adding filtername in key
quark (Jun Wu)
- [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it
Matt Harbison
- D1580: setup: only write some autogenerated files if they change
indygreg (Gregory Szorc)
- D1581: [RFC] rust: Rust implementation of `hg` and standalone packaging
indygreg (Gregory Szorc)
- Oxidizing Mercurial (Using Rust)
Gregory Szorc
- Oxidizing Mercurial (Using Rust)
David Demelier
- [PATCH 1 of 3 V2] lock: use configint for 'ui.timeout' config
Boris Feld
- [PATCH 2 of 3 V2] lock: add a trylock method handling the timeout and messaging logic
Boris Feld
- [PATCH 3 of 3 V2] lock: allow to configure when the lock messages are displayed
Boris Feld
- [PATCH FOLLOW UP] nodesummaries: improve format pattern used
Boris Feld
- [PATCH FOLLOW UP] nodesummaries: improve format pattern used
Pulkit Goyal
- [PATCH 1 of 6] hgweb: adopt child nodes in ajaxScrollInit on /graph pages too
Anton Shestakov
- [PATCH 2 of 6] hgweb: only include graph-related data in jsdata variable on /graph pages (BC)
Anton Shestakov
- [PATCH 3 of 6] paper: render changesets server-side on /graph page
Anton Shestakov
- [PATCH 4 of 6] gitweb: render changesets server-side on /graph page
Anton Shestakov
- [PATCH 5 of 6] monoblue: render changesets server-side on /graph page
Anton Shestakov
- [PATCH 6 of 6] spartan: render changesets server-side on /graph page
Anton Shestakov
- [PATCH FOLLOW UP] nodesummaries: improve format pattern used
Yuya Nishihara
- [PATCH 1 of 3 V2] lock: use configint for 'ui.timeout' config
Yuya Nishihara
- Proper way to register configs in hooks
Olivier Trempe
- D1492: repoview: take out the logic of computehidden to a new function
pulkit (Pulkit Goyal)
- D1285: repoview: add a new attribute _visibilityexceptions and related API
pulkit (Pulkit Goyal)
- D1583: repoview: consider visibilityexceptions while considering filterrevs
pulkit (Pulkit Goyal)
- D1287: repoview: add two new filternames to be used for accessing hidden commits
pulkit (Pulkit Goyal)
- D1288: dispatch: filter the repository depending on func.cmdtype
pulkit (Pulkit Goyal)
- D1144: directaccess: add tests for read only-commands
pulkit (Pulkit Goyal)
- D1143: revset: update visibility exceptions with hidden commits from the tree
pulkit (Pulkit Goyal)
- D1577: localrepo: fix cache repo._filteredrepotypes by adding filtername in key
pulkit (Pulkit Goyal)
- D1286: repoview: consider visibility exceptions in filterrevs()
pulkit (Pulkit Goyal)
- D1074: branch: add a --rev flag to change branch name of given revisions
pulkit (Pulkit Goyal)
- [PATCH 2 of 2] cat: do not instantiate subrepo if no potential match in it
Yuya Nishihara
- [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos
Yuya Nishihara
- [PATCH] hgweb: display fate of obsolete changesets
Yuya Nishihara
- [PATCH] hgweb: display fate of obsolete changesets
Anton Shestakov
- [Bug 5753] New: Support for inline clone bundles when cloning via ssh
mercurial-bugs at mercurial-scm.org
- mercurial at 35209: 23 new changesets (1 on stable)
Mercurial Commits
- D1584: python3: whitelist many more passing tests
durin42 (Augie Fackler)
- D1584: python3: whitelist many more passing tests
pulkit (Pulkit Goyal)
- [PATCH 2 of 2] log: translate column labels at once (issue5750)
Augie Fackler
- [PATCH 3 of 3] lfs: enable the extension locally after converting to an 'lfs' repo
Augie Fackler
- [PATCH 6 of 6] spartan: render changesets server-side on /graph page
Augie Fackler
- D1581: [RFC] rust: Rust implementation of `hg` and standalone packaging
durin42 (Augie Fackler)
- [PATCH] tests: try and scrub away IP addresses with $LOCALIP
Augie Fackler
- [PATCH evolve-ext] typos: fix typos in several locations
Kyle Lippincott
- [PATCH] [v2] outgoing: respect ":pushurl" paths (issue5365)
Augie Fackler
- [PATCH 5 of 5] fancyopts: fix handling of "--" value in earlygetopt()
Augie Fackler
- D1581: [RFC] rust: Rust implementation of `hg` and standalone packaging
quark (Jun Wu)
- D939: remotenames: add functionality to store remotenames under .hg/hgremotenames/
durin42 (Augie Fackler)
- D1568: lfs: using workers in lfs prefetch
mharbison72 (Matt Harbison)
- [PATCH 6 of 6] spartan: render changesets server-side on /graph page
Gregory Szorc
- D1581: [RFC] rust: Rust implementation of `hg` and standalone packaging
indygreg (Gregory Szorc)
- [PATCH 6 of 6] spartan: render changesets server-side on /graph page
Anton Shestakov
- D1580: setup: only write some autogenerated files if they change
yuja (Yuya Nishihara)
- [PATCH 2 of 5] tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Yuya Nishihara
- D1584: python3: whitelist many more passing tests
durin42 (Augie Fackler)
- D1580: setup: only write some autogenerated files if they change
indygreg (Gregory Szorc)
- mercurial at 35210: new changeset
Mercurial Commits
- [PATCH] thirdparty: move selectors2 module to where it should be
Yuya Nishihara
- [PATCH] setup: convert version strings to unicode on Python 3
Yuya Nishihara
- [PATCH 1 of 3] repoview: do not include filter name in name of proxy class
Yuya Nishihara
- [PATCH 2 of 3] repoview: extract a factory function of proxy class
Yuya Nishihara
- [PATCH 3 of 3] repoview: include filter name in repr for debugging
Yuya Nishihara
- D1591: visibility: improve the message when accessing filtered obsolete rev
lothiraldan (Boris Feld)
- [PATCH evolve-ext] typos: fix typos in several locations
Boris Feld
- D1581: [RFC] rust: Rust implementation of `hg` and standalone packaging
yuja (Yuya Nishihara)
- D1562: test: fix common-pattern for pure variant
lothiraldan (Boris Feld)
- D1592: test: fix bad replace for fixing pure-only build
lothiraldan (Boris Feld)
- D1595: test-run-tests: do not rebuild hg in the test
quark (Jun Wu)
- D1562: test: fix common-pattern for pure variant
lothiraldan (Boris Feld)
- D1592: test: fix bad replace for fixing pure-only build
lothiraldan (Boris Feld)
- D1597: tests: write and use a custom helper script to avoid find's -printf
durin42 (Augie Fackler)
- D1598: contrib: ban find(1)'s -printf operator, as it is a GNU-ism
durin42 (Augie Fackler)
- D1599: tests: remove shell function helper from test-largefiles-misc
durin42 (Augie Fackler)
- D1547: remotenames: move function to pull remotenames from the remoterepo to core
durin42 (Augie Fackler)
- D1551: remotenames: consider existing data while storing newer data
durin42 (Augie Fackler)
- D1595: test-run-tests: do not rebuild hg in the test
durin42 (Augie Fackler)
- D1591: visibility: improve the message when accessing filtered obsolete rev
durin42 (Augie Fackler)
- D1548: remotenames: add functionality to store remotenames under .hg/hgremotenames/
pulkit (Pulkit Goyal)
- D1550: remotenames: add functions to read remotenames data from .hg/remotenames/
pulkit (Pulkit Goyal)
- D1549: remotenames: add test showing overwriting on remotenames data
pulkit (Pulkit Goyal)
- D1595: test-run-tests: do not rebuild hg in the test
quark (Jun Wu)
- D1551: remotenames: consider existing data while storing newer data
pulkit (Pulkit Goyal)
- D1547: remotenames: move function to pull remotenames from the remoterepo to core
pulkit (Pulkit Goyal)
- D1457: workers: don't use backgroundfilecloser in threads
durin42 (Augie Fackler)
- D1458: workers: implemented worker on windows
durin42 (Augie Fackler)
- D1354: dirstate: change all writes to dirstatemap._map to go through one method
durin42 (Augie Fackler)
- D1063: rebase: enable multidest by default
durin42 (Augie Fackler)
- D1564: worker: make windows workers daemons
durin42 (Augie Fackler)
- D1564: worker: make windows workers daemons
durin42 (Augie Fackler)
- [PATCH] thirdparty: move selectors2 module to where it should be
Augie Fackler
- [PATCH] setup: convert version strings to unicode on Python 3
Augie Fackler
- [PATCH 3 of 3] repoview: include filter name in repr for debugging
Augie Fackler
- D1502: rewriteutil: add utility function to check if we can create new unstable cset
pulkit (Pulkit Goyal)
- D1503: rewriteutil: add a precheck function to check if revs can be rewritten
pulkit (Pulkit Goyal)
- D1526: rewriteutil: use precheck() in uncommit and amend commands
pulkit (Pulkit Goyal)
- D1597: tests: write and use a custom helper script to avoid find's -printf
durin42 (Augie Fackler)
- [PATCH evolve-ext] help: fix output for `hg help -e evolve` wrt 'touch' command
Kyle Lippincott
- [PATCH 1 of 2 evolve-ext V2] help: remove a few commands from `hg` (no args) command list
Kyle Lippincott
- [PATCH 2 of 2 evolve-ext V2] help: fix output for `hg help -e evolve` wrt 'touch' command
Kyle Lippincott
- D1601: clone: add support for storing remotenames while cloning
pulkit (Pulkit Goyal)
- [Bug 5754] New: Author name encoding issues in obsoletion marker "obsfate"
mercurial-bugs at mercurial-scm.org
- Oxidizing Mercurial (Using Rust)
Gregory Szorc
- [PATCH 2 of 2 evolve-ext V2] help: fix output for `hg help -e evolve` wrt 'touch' command
Denis Laxalde
- [PATCH 1 of 3] hgweb: remove unused Graph.cur property
Anton Shestakov
- [PATCH 2 of 3] hgweb: create Graph methods using a prototype
Anton Shestakov
- [PATCH 3 of 3] hgweb: move common vertex code to Graph.prototype
Anton Shestakov
- D1591: visibility: improve the message when accessing filtered obsolete rev
lothiraldan (Boris Feld)
- D1285: repoview: add a new attribute _visibilityexceptions and related API
lothiraldan (Boris Feld)
- [PATCH 1 of 3] hgweb: remove unused Graph.cur property
Yuya Nishihara
- D1285: repoview: add a new attribute _visibilityexceptions and related API
yuja (Yuya Nishihara)
- D1143: revset: update visibility exceptions with hidden commits from the tree
yuja (Yuya Nishihara)
- D1605: tests: remove {a..h} bashism from remotenames
durin42 (Augie Fackler)
- D1598: contrib: ban find(1)'s -printf operator, as it is a GNU-ism
durin42 (Augie Fackler)
- D1599: tests: remove shell function helper from test-largefiles-misc
durin42 (Augie Fackler)
- D1605: tests: remove {a..h} bashism from remotenames
pulkit (Pulkit Goyal)
- D1606: phases: drop the list with phase of each rev, always comput phase sets
joerg.sonnenberger (Joerg Sonnenberger)
- [PATCH 1 of 8] test-log: test that fctx.ancestors() can't index parents only by linkrev
Yuya Nishihara
- [PATCH 2 of 8] dagop: copy basefilectx.ancestors() to free function
Yuya Nishihara
- [PATCH 3 of 8] filectx: extract helper method to obtain filectx pointing to its introrev
Yuya Nishihara
- [PATCH 4 of 8] dagop: yield intro filectx by filectxancestors()
Yuya Nishihara
- [PATCH 5 of 8] dagop: use fctx.rev() consistently in filectxancestors()
Yuya Nishihara
- [PATCH 6 of 8] dagop: change visit dict of filectxancestors() indexed solely by rev
Yuya Nishihara
- [PATCH 7 of 8] dagop: put start fctx into visit dict of filectxancestors()
Yuya Nishihara
- [PATCH 8 of 8] dagop: extend filectxancestors() to walk multiple files
Yuya Nishihara
- D1591: visibility: improve the message when accessing filtered obsolete rev
lothiraldan (Boris Feld)
- D1591: visibility: improve the message when accessing filtered obsolete rev
durin42 (Augie Fackler)
- D1591: visibility: improve the message when accessing filtered obsolete rev
pulkit (Pulkit Goyal)
- [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos
Kevin Bullock
- D1591: visibility: improve the message when accessing filtered obsolete rev
lothiraldan (Boris Feld)
- mercurial at 35216: 6 new changesets
Mercurial Commits
- D1551: remotenames: consider existing data while storing newer data
Sean Farley
- D1551: remotenames: consider existing data while storing newer data
grim (Gary Kramlich)
- D1551: remotenames: consider existing data while storing newer data
durin42 (Augie Fackler)
- D1607: remotenames: rename the file to logexchange
pulkit (Pulkit Goyal)
- D1551: remotenames: consider existing data while storing newer data
durin42 (Augie Fackler)
- D1605: tests: remove {a..h} bashism from remotenames
krbullock (Kevin Bullock)
- D1605: tests: remove {a..h} bashism from remotenames
durin42 (Augie Fackler)
- D1607: remotenames: rename the file to logexchange
durin42 (Augie Fackler)
- D1609: ui: add curses interface to tweakdefaults
durin42 (Augie Fackler)
- D1610: ui: add diff.showfunc to tweakdefaults
durin42 (Augie Fackler)
- [PATCH 12 of 12 V3] pull: retrieve bookmarks through the binary part when possible
Augie Fackler
- mercurial at 35217: new changeset (1 on stable)
Mercurial Commits
- [PATCH 8 of 8] dagop: extend filectxancestors() to walk multiple files
Augie Fackler
- D1607: remotenames: rename related file and storage dir to logexchange
pulkit (Pulkit Goyal)
- D1606: phases: drop the list with phase of each rev, always comput phase sets
quark (Jun Wu)
- D1611: fsmonitor: fsmonitor should send wlock notifications to watchman
ekent (Eamonn Kent)
- D1612: fsmonitor: remove watchman transaction and working copy change notifications
ekent (Eamonn Kent)
- [PATCH 1 of 3] lfs-test: note a problem with unpushed lfs files and cloning/sharing
Matt Harbison
- [PATCH 2 of 3] largefiles: refactor _usercachedir() to allow reuse with lfs
Matt Harbison
- [PATCH 3 of 3] lfs: introduce a user level cache for lfs files
Matt Harbison
- D1581: [RFC] rust: Rust implementation of `hg` and standalone packaging
indygreg (Gregory Szorc)
- [Bug 5755] New: Uppercase section headings in hgrc or mercurial.ini do not work
mercurial-bugs at mercurial-scm.org
- [PATCH v7] patch: add within-line color diff capacity
matthieu.laneuville at octobus.net
- [PATCH] hgweb: implement json-graph
Anton Shestakov
- [PATCH 1 of 2] upgraderepo: allow extension to register preserved requirements
Boris Feld
- [PATCH 2 of 2] largefiles: allow to run 'debugupgraderepo' on repo with largefiles
Boris Feld
- [PATCH 1 of 2] setdiscover: allow to ignore part of the local graph
Boris Feld
- [PATCH 2 of 2] push: restrict common discovery to the pushed set
Boris Feld
- [PATCH v7] patch: add within-line color diff capacity
Yuya Nishihara
- [PATCH 3 of 3] lfs: introduce a user level cache for lfs files
Yuya Nishihara
- [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos
Yuya Nishihara
- [PATCH v7] patch: add within-line color diff capacity
Yuya Nishihara
- [PATCH 1 of 6] dagop: add smartset interface to filectxancestors()
Yuya Nishihara
- [PATCH 2 of 6] dagop: use heap to compute max rev in filectxancestors()
Yuya Nishihara
- [PATCH 3 of 6] revset: make follow() accept multiple startrevs
Yuya Nishihara
- [PATCH 4 of 6] revset: make follow() accept keyword arguments
Yuya Nishihara
- [PATCH 5 of 6] revset: alias follow(startrev=rev) to ancestors(rev)
Yuya Nishihara
- [PATCH 6 of 6] revset: make follow() accept empty startrev
Yuya Nishihara
- D1606: phases: drop the list with phase of each rev, always comput phase sets
joerg.sonnenberger (Joerg Sonnenberger)
- [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos
Kevin Bullock
- D1611: fsmonitor: fsmonitor should send wlock notifications to watchman
durin42 (Augie Fackler)
- D1612: fsmonitor: remove watchman transaction and working copy change notifications
durin42 (Augie Fackler)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
durin42 (Augie Fackler)
- D1212: filemerge: raise InMemoryMergeConflictsError if we hit merge conflicts in IMM
phillco (Phil Cohen)
- D1215: merge: skip subrepo state, update hooks, and updating the dirstate in IMM
phillco (Phil Cohen)
- D1213: merge: remove calls to flushall()
phillco (Phil Cohen)
- D1211: context: switch ctx() use to changectx()
phillco (Phil Cohen)
- D1216: overlayworkingctx: remove flushall()
phillco (Phil Cohen)
- D1230: overlayworkingctx: make clean() public
phillco (Phil Cohen)
- D1063: rebase: enable multidest by default
quark (Jun Wu)
- D1214: merge: don't check for unknown files in IMM
durin42 (Augie Fackler)
- D1285: repoview: add a new attribute _visibilityexceptions and related API
pulkit (Pulkit Goyal)
- D1606: phases: drop the list with phase of each rev, always comput phase sets
quark (Jun Wu)
- D1354: dirstate: change all writes to dirstatemap._map to go through one method
mbolin (Michael Bolin)
- D1527: context: add an abstract base class for filectx
phillco (Phil Cohen)
- D1214: merge: don't check for unknown files in IMM
phillco (Phil Cohen)
- D1231: overlayworkingctx: move _wrappedctx out of the constructor
phillco (Phil Cohen)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
phillco (Phil Cohen)
- D1233: rebase: do not bail on uncomitted changes if rebasing in-memory
phillco (Phil Cohen)
- D1234: rebaseruntime: raise InMemoryMergeConflictsError on merge conflicts
phillco (Phil Cohen)
- D1354: dirstate: change all writes to dirstatemap._map to go through one method
durin42 (Augie Fackler)
- D1235: overlayworkingctx: track copy information in the context
phillco (Phil Cohen)
- D1236: overlayworkingctx: fix a bad reference to `self._path`
phillco (Phil Cohen)
- D1237: overlayworkingctx: add `_checkexist(path)`
phillco (Phil Cohen)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
phillco (Phil Cohen)
- D1240: overlayworkingctx: inherit from committablectx instead of workingctx
phillco (Phil Cohen)
- D1239: overlayworkingctx: add a no-op ``clearunknown()``
phillco (Phil Cohen)
- D1242: overlayworkingctx: add ``tomemctx()`` and ``commit()``
phillco (Phil Cohen)
- D1241: overlayworkingctx: add _auditconflicts to write()
phillco (Phil Cohen)
- D1245: rebase: pass wctx to rebasenode()
phillco (Phil Cohen)
- D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents
phillco (Phil Cohen)
- D1244: overlayworkingctx: invalidate the manifest cache when changing parents
phillco (Phil Cohen)
- D1243: overlayworkingctx: add `_compact()`
phillco (Phil Cohen)
- D1247: rebase: pass the wctx object (IMM or on-disk) to merge.update
phillco (Phil Cohen)
- D1248: rebase: add concludememorynode(), and call it when rebasing in-memory
phillco (Phil Cohen)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
phillco (Phil Cohen)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
phillco (Phil Cohen)
- D1591: visibility: improve the message when accessing filtered obsolete rev
pulkit (Pulkit Goyal)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
durin42 (Augie Fackler)
- D1527: context: add an abstract base class for filectx
phillco (Phil Cohen)
- D1241: overlayworkingctx: add _auditconflicts to write()
durin42 (Augie Fackler)
- D1233: rebase: do not bail on uncomitted changes if rebasing in-memory
phillco (Phil Cohen)
- D1231: overlayworkingctx: move _wrappedctx out of the constructor
phillco (Phil Cohen)
- D1234: rebaseruntime: raise InMemoryMergeConflictsError on merge conflicts
phillco (Phil Cohen)
- D1236: overlayworkingctx: fix a bad reference to `self._path`
phillco (Phil Cohen)
- D1235: overlayworkingctx: track copy information in the context
phillco (Phil Cohen)
- D1237: overlayworkingctx: add `_checkexist(path)`
phillco (Phil Cohen)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
phillco (Phil Cohen)
- D1239: overlayworkingctx: add a no-op ``clearunknown()``
phillco (Phil Cohen)
- D1240: overlayworkingctx: inherit from committablectx instead of workingctx
phillco (Phil Cohen)
- D1241: overlayworkingctx: add _auditconflicts to write()
phillco (Phil Cohen)
- D1242: overlayworkingctx: add ``tomemctx()`` and ``commit()``
phillco (Phil Cohen)
- D1245: rebase: pass wctx to rebasenode()
phillco (Phil Cohen)
- D1243: overlayworkingctx: add `_compact()`
phillco (Phil Cohen)
- D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents
phillco (Phil Cohen)
- D1244: overlayworkingctx: invalidate the manifest cache when changing parents
phillco (Phil Cohen)
- D1247: rebase: pass the wctx object (IMM or on-disk) to merge.update
phillco (Phil Cohen)
- D1248: rebase: add concludememorynode(), and call it when rebasing in-memory
phillco (Phil Cohen)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1242: overlayworkingctx: add ``tomemctx()`` and ``commit()``
phillco (Phil Cohen)
- D1243: overlayworkingctx: add `_compact()`
phillco (Phil Cohen)
- D1244: overlayworkingctx: invalidate the manifest cache when changing parents
phillco (Phil Cohen)
- D1242: overlayworkingctx: add ``tomemctx()`` and ``commit()``
durin42 (Augie Fackler)
- D1243: overlayworkingctx: add `_compact()`
durin42 (Augie Fackler)
- D1248: rebase: add concludememorynode(), and call it when rebasing in-memory
durin42 (Augie Fackler)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
durin42 (Augie Fackler)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
durin42 (Augie Fackler)
- D1214: merge: don't check for unknown files in IMM
phillco (Phil Cohen)
- D1231: overlayworkingctx: move _wrappedctx out of the constructor
phillco (Phil Cohen)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
phillco (Phil Cohen)
- D1234: rebaseruntime: raise InMemoryMergeConflictsError on merge conflicts
phillco (Phil Cohen)
- D1233: rebase: do not bail on uncomitted changes if rebasing in-memory
phillco (Phil Cohen)
- D1235: overlayworkingctx: track copy information in the context
phillco (Phil Cohen)
- D1236: overlayworkingctx: fix a bad reference to `self._path`
phillco (Phil Cohen)
- D1237: overlayworkingctx: add `_checkexist(path)`
phillco (Phil Cohen)
- [PATCH 6 of 6] revset: make follow() accept empty startrev
Augie Fackler
- [PATCH 2 of 2] largefiles: allow to run 'debugupgraderepo' on repo with largefiles
Augie Fackler
- [PATCH 2 of 2] push: restrict common discovery to the pushed set
Augie Fackler
- mercurial at 35256: 39 new changesets
Mercurial Commits
- Security Disclosures
Sean Farley
- D1606: phases: drop the list with phase of each rev, always comput phase sets
joerg.sonnenberger (Joerg Sonnenberger)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
phillco (Phil Cohen)
- mercurial at 35260: 4 new changesets
Mercurial Commits
- D1615: transaction: build changes['revs'] as range instead of a set.
joerg.sonnenberger (Joerg Sonnenberger)
- D1615: transaction: build changes['revs'] as range instead of a set
quark (Jun Wu)
- [PATCH] run-tests: if ran outside of tests/, we should not search CWD for hg lib
matthieu.laneuville at octobus.net
- D1606: phases: drop the list with phase of each rev, always comput phase sets
quark (Jun Wu)
- [PATCH 1 of 4] test-upgrade-repo: glob away a timing value
Matt Harbison
- [PATCH 2 of 4] lfs: preserve the 'lfs' requirement across repository upgrades
Matt Harbison
- [PATCH 3 of 4] lfs: override walk() in lfsvfs
Matt Harbison
- [PATCH 4 of 4] lfs: restore the local blob store after a repo upgrade
Matt Harbison
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
phillco (Phil Cohen)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
phillco (Phil Cohen)
- D1239: overlayworkingctx: add a no-op ``clearunknown()``
phillco (Phil Cohen)
- D1240: overlayworkingctx: inherit from committablectx instead of workingctx
phillco (Phil Cohen)
- D1241: overlayworkingctx: add _auditconflicts to write()
phillco (Phil Cohen)
- D1242: overlayworkingctx: add ``tomemctx()`` and ``commit()``
phillco (Phil Cohen)
- D1243: overlayworkingctx: add `_compact()`
phillco (Phil Cohen)
- D1244: overlayworkingctx: invalidate the manifest cache when changing parents
phillco (Phil Cohen)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1248: rebase: add concludememorynode(), and call it when rebasing in-memory
phillco (Phil Cohen)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1248: rebase: add concludememorynode(), and call it when rebasing in-memory
phillco (Phil Cohen)
- D1581: rust: implementation of `hg`
indygreg (Gregory Szorc)
- D1616: rebase: disable `inmemory` if the rebaseset contains the working copy
phillco (Phil Cohen)
- D1617: rebase: extract _assignworkingcopy
phillco (Phil Cohen)
- D1581: rust: implementation of `hg`
indygreg (Gregory Szorc)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1616: rebase: disable `inmemory` if the rebaseset contains the working copy
phillco (Phil Cohen)
- D1617: rebase: extract _assignworkingcopy
phillco (Phil Cohen)
- D1248: rebase: add concludememorynode(), and call it when rebasing in-memory
phillco (Phil Cohen)
- D1243: overlayworkingctx: add `_compact()`
phillco (Phil Cohen)
- D1581: rust: implementation of `hg`
indygreg (Gregory Szorc)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
phillco (Phil Cohen)
- D1551: remotenames: consider existing data while storing newer data
Sean Farley
- D1607: remotenames: rename related file and storage dir to logexchange
Sean Farley
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
dlax (Denis Laxalde)
- D1244: overlayworkingctx: invalidate the manifest cache when changing parents
dlax (Denis Laxalde)
- D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents
dlax (Denis Laxalde)
- D1245: rebase: pass wctx to rebasenode()
dlax (Denis Laxalde)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
dlax (Denis Laxalde)
- [PATCH 1 of 2] patch: reverse _inlinediff output for consistency
matthieu.laneuville at octobus.net
- [PATCH 2 of 2] patch: catch unexpected case in _inlinediff
matthieu.laneuville at octobus.net
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
dlax (Denis Laxalde)
- D1591: visibility: improve the message when accessing filtered obsolete rev
lothiraldan (Boris Feld)
- [PATCH 1 of 6] upgrade: rename 'removecldeltachain' to 'plain-cl-delta'
Boris Feld
- [PATCH 2 of 6] debugformat: add a 'debugformat' command
Boris Feld
- [PATCH 3 of 6] debugformat: add data about the config when verbose
Boris Feld
- [PATCH 4 of 6] debugformat: update label depending on value difference
Boris Feld
- [PATCH 5 of 6] debugformat: handle non-boolean value for variant
Boris Feld
- [PATCH 6 of 6] upgrade: register compression as a format variants
Boris Feld
- [PATCH 1 of 6] upgrade: add a test to show the repository config being ignored
Boris Feld
- [PATCH 2 of 6] upgrade: use the repository 'ui' as the base for the new repository
Boris Feld
- [PATCH 3 of 6] upgrade: more standard creation of the temporary repository
Boris Feld
- [PATCH 4 of 6] upgrade: use actual filelog to convert filelog
Boris Feld
- [PATCH 5 of 6] upgrade: add a 'redeltafullall' mode
Boris Feld
- [PATCH 6 of 6] lfs: allow to run 'debugupgraderepo' on repo with largefiles
Boris Feld
- [PATCH] patch: move part of tabsplitter logic in _inlinediff
matthieu.laneuville at octobus.net
- D1591: visibility: improve the message when accessing filtered obsolete rev
pulkit (Pulkit Goyal)
- D1606: phases: drop the list with phase of each rev, always comput phase sets
yuja (Yuya Nishihara)
- [PATCH 1 of 2] patch: reverse _inlinediff output for consistency
Yuya Nishihara
- [PATCH] hgweb: rewrite `template = A and B or C` to be a proper ternary operator
Anton Shestakov
- [PATCH] patch: move part of tabsplitter logic in _inlinediff
Yuya Nishihara
- D1609: ui: add curses interface to tweakdefaults
durin42 (Augie Fackler)
- D1610: ui: add diff.showfunc to tweakdefaults
durin42 (Augie Fackler)
- D1615: transaction: build changes['revs'] as range instead of a set
joerg.sonnenberger (Joerg Sonnenberger)
- D1606: phases: drop the list with phase of each rev, always comput phase sets
joerg.sonnenberger (Joerg Sonnenberger)
- [PATCH] check-code: allow tabs in heredoc
Yuya Nishihara
- [PATCH 1 of 2] cat: record the current behavior of wildcard matches in subrepos
Yuya Nishihara
- D1285: repoview: add a new attribute _visibilityexceptions and related API
yuja (Yuya Nishihara)
- D1285: repoview: add a new attribute _visibilityexceptions and related API
pulkit (Pulkit Goyal)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
durin42 (Augie Fackler)
- D1616: rebase: disable `inmemory` if the rebaseset contains the working copy
durin42 (Augie Fackler)
- mercurial at 35264: 4 new changesets
Mercurial Commits
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
dlax (Denis Laxalde)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
durin42 (Augie Fackler)
- D1616: rebase: disable `inmemory` if the rebaseset contains the working copy
dlax (Denis Laxalde)
- D1611: fsmonitor: remove watchman transaction and working copy change notifications
ekent (Eamonn Kent)
- D1612: fsmonitor: fsmonitor should send wlock notifications to watchman
ekent (Eamonn Kent)
- [PATCH] hgweb: rewrite `template = A and B or C` to be a proper ternary operator
Augie Fackler
- [PATCH] check-code: allow tabs in heredoc
Augie Fackler
- [PATCH] run-tests: if ran outside of tests/, we should not search CWD for hg lib
Augie Fackler
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1244: overlayworkingctx: invalidate the manifest cache when changing parents
phillco (Phil Cohen)
- D1244: overlayworkingctx: invalidate the manifest cache when changing parents
phillco (Phil Cohen)
- D1616: rebase: disable `inmemory` if the rebaseset contains the working copy
phillco (Phil Cohen)
- D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents
phillco (Phil Cohen)
- D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents
phillco (Phil Cohen)
- D1245: rebase: pass wctx to rebasenode()
phillco (Phil Cohen)
- D1245: rebase: pass wctx to rebasenode()
phillco (Phil Cohen)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1245: rebase: pass wctx to rebasenode()
phillco (Phil Cohen)
- D1246: rebase: do not update if IMM; instead, set the overlaywctx's parents
phillco (Phil Cohen)
- D1247: rebase: pass the wctx object (IMM or on-disk) to merge.update
phillco (Phil Cohen)
- D1249: rebase: rerun a rebase on-disk if IMM merge conflicts arise
phillco (Phil Cohen)
- D1248: rebase: add concludememorynode(), and call it when rebasing in-memory
phillco (Phil Cohen)
- D1238: overlayworkingctx: add _manifest, files(), added(), removed(), modified()
phillco (Phil Cohen)
- D1239: overlayworkingctx: add a no-op ``clearunknown()``
phillco (Phil Cohen)
- D1240: overlayworkingctx: inherit from committablectx instead of workingctx
phillco (Phil Cohen)
- D1241: overlayworkingctx: add _auditconflicts to write()
phillco (Phil Cohen)
- D1242: overlayworkingctx: add ``tomemctx()`` and ``commit()``
phillco (Phil Cohen)
- D1243: overlayworkingctx: add `_compact()`
phillco (Phil Cohen)
- D1244: overlayworkingctx: invalidate the manifest cache when changing parents
phillco (Phil Cohen)
- D1619: highlight: eagerly discover plugin lexers while demandimport is off
durin42 (Augie Fackler)
- D1620: revset: use phasecache.getrevset to calculate public()
quark (Jun Wu)
- D1606: phases: drop the list with phase of each rev, always comput phase sets
quark (Jun Wu)
- mercurial at 35308: 44 new changesets
Mercurial Commits
- D1616: rebase: disable `inmemory` if the rebaseset contains the working copy
phillco (Phil Cohen)
- D1617: rebase: extract _assignworkingcopy
phillco (Phil Cohen)
- D1621: transaction: split changes['phases'] into sets for src and target phase
joerg.sonnenberger (Joerg Sonnenberger)
- D1622: transaction: Use intbitset for implementing changes['phase']
joerg.sonnenberger (Joerg Sonnenberger)
- D1621: transaction: split changes['phases'] into sets for src and target phase
joerg.sonnenberger (Joerg Sonnenberger)
- D1621: transaction: split changes['phases'] into sets for src and target phase
quark (Jun Wu)
- D1621: transaction: split changes['phases'] into sets for src and target phase
quark (Jun Wu)
- D1622: transaction: Use intbitset for implementing changes['phase']
quark (Jun Wu)
- D1285: repoview: add a new attribute _visibilityexceptions and related API
quark (Jun Wu)
- D1606: phases: drop the list with phase of each rev, always comput phase sets
yuja (Yuya Nishihara)
- D1285: repoview: add a new attribute _visibilityexceptions and related API
yuja (Yuya Nishihara)
- D1285: repoview: add a new attribute _visibilityexceptions and related API
yuja (Yuya Nishihara)
- D1619: highlight: eagerly discover plugin lexers while demandimport is off
durin42 (Augie Fackler)
- D1620: revset: use phasecache.getrevset to calculate public()
quark (Jun Wu)
- D1457: workers: don't use backgroundfilecloser in threads
krbullock (Kevin Bullock)
- D1601: clone: add support for storing remotenames while cloning
pulkit (Pulkit Goyal)
- D1607: remotenames: rename related file and storage dir to logexchange
krbullock (Kevin Bullock)
- D1616: rebase: disable `inmemory` if the rebaseset contains the working copy
phillco (Phil Cohen)
- D1617: rebase: extract _assignworkingcopy
phillco (Phil Cohen)
- D1617: rebase: extract _assignworkingcopy
krbullock (Kevin Bullock)
- D1623: tests: glob away ' that doesn't occur on all platforms in lfs test
durin42 (Augie Fackler)
- D1623: tests: glob away ' that doesn't occur on all platforms in lfs test
durin42 (Augie Fackler)
- [PATCH 1 of 6] upgrade: rename 'removecldeltachain' to 'plain-cl-delta'
Gregory Szorc
- [PATCH 1 of 6] upgrade: add a test to show the repository config being ignored
Gregory Szorc
- D1621: transaction: split changes['phases'] into sets for src and target phase
yuja (Yuya Nishihara)
- D1622: transaction: Use intbitset for implementing changes['phase']
yuja (Yuya Nishihara)
- D1622: transaction: Use intbitset for implementing changes['phase']
joerg.sonnenberger (Joerg Sonnenberger)
- D1607: remotenames: rename related file and storage dir to logexchange
pulkit (Pulkit Goyal)
- D1607: remotenames: rename related file and storage dir to logexchange
pulkit (Pulkit Goyal)
- D1625: py3: handle keyword arguments correctly in archival.py
pulkit (Pulkit Goyal)
- D1624: py3: handle keyword arguments correctly in hgext/largefiles/
pulkit (Pulkit Goyal)
- D1627: py3: handle keyword arguments correctly in color.py
pulkit (Pulkit Goyal)
- D1626: py3: handle keyword arguments correctly in cmdutil.py
pulkit (Pulkit Goyal)
- D1629: py3: handle keyword arguments correctly in context.py
pulkit (Pulkit Goyal)
- D1630: py3: handle keyword arguments correctly in dispatch.py
pulkit (Pulkit Goyal)
- D1628: py3: handle keyword arguments correctly in commands.py
pulkit (Pulkit Goyal)
- D1632: py3: handle keyword arguments correctly in help.py
pulkit (Pulkit Goyal)
- D1631: py3: handle keyword arguments correctly in exchange.py
pulkit (Pulkit Goyal)
- D1633: py3: handle keyword arguments correctly in hook.py
pulkit (Pulkit Goyal)
- D1634: py3: handle keyword arguments correctly in httpconnection.py
pulkit (Pulkit Goyal)
- D1635: py3: handle keyword arguments correctly in httppeer.py
pulkit (Pulkit Goyal)
- D1636: tests: use Python to write binary data in lfs test instead of shell
durin42 (Augie Fackler)
- [PATCH 1 of 4 V2] test-upgrade-repo: glob away timing values
Matt Harbison
- [PATCH 2 of 4 V2] tests: add coverage for preserving 'lfs' requirement on repo upgrade
Matt Harbison
- [PATCH 3 of 4 V2] lfs: override walk() in lfsvfs
Matt Harbison
- [PATCH 4 of 4 V2] lfs: restore the local blob store after a repo upgrade
Matt Harbison
- D1625: py3: handle keyword arguments correctly in archival.py
pulkit (Pulkit Goyal)
- D1627: py3: handle keyword arguments correctly in color.py
pulkit (Pulkit Goyal)
- D1624: py3: handle keyword arguments correctly in hgext/largefiles/
pulkit (Pulkit Goyal)
- D1630: py3: handle keyword arguments correctly in dispatch.py
pulkit (Pulkit Goyal)
- D1629: py3: handle keyword arguments correctly in context.py
pulkit (Pulkit Goyal)
- D1626: py3: handle keyword arguments correctly in cmdutil.py
pulkit (Pulkit Goyal)
- D1632: py3: handle keyword arguments correctly in help.py
pulkit (Pulkit Goyal)
- D1631: py3: handle keyword arguments correctly in exchange.py
pulkit (Pulkit Goyal)
- D1633: py3: handle keyword arguments correctly in hook.py
pulkit (Pulkit Goyal)
- D1634: py3: handle keyword arguments correctly in httpconnection.py
pulkit (Pulkit Goyal)
- D1635: py3: handle keyword arguments correctly in httppeer.py
pulkit (Pulkit Goyal)
- D1628: py3: handle keyword arguments correctly in commands.py
pulkit (Pulkit Goyal)
- [PATCH 4 of 4 V2] lfs: restore the local blob store after a repo upgrade
Augie Fackler
- D1637: py3: handle keyword arguments correctly in keepalive.py
pulkit (Pulkit Goyal)
- D1638: py3: handle keyword arguments correctly in obsolete.py
pulkit (Pulkit Goyal)
- D1639: py3: handle keyword arguments correctly in patch.py
pulkit (Pulkit Goyal)
- D1641: py3: handle keyword arguments correctly in simplemerge.py
pulkit (Pulkit Goyal)
- D1640: py3: handle keyword arguments correctly in revset.py
pulkit (Pulkit Goyal)
- D1642: py3: handle keyword arguments correctly in sslutil.py
pulkit (Pulkit Goyal)
- D1643: py3: handle keyword arguments correctly in statprof.py
pulkit (Pulkit Goyal)
- D1644: py3: handle keyword arguments correctly in subrepo.py
pulkit (Pulkit Goyal)
- D1645: py3: handle keyword arguments correctly in templater.py
pulkit (Pulkit Goyal)
- D1646: py3: handle keyword arguments correctly in ui.py
pulkit (Pulkit Goyal)
- D1647: py3: handle keyword arguments correctly in wireproto.py
pulkit (Pulkit Goyal)
- D1648: py3: add 32 new tests passing to the whitelist
pulkit (Pulkit Goyal)
- D1637: py3: handle keyword arguments correctly in keepalive.py
pulkit (Pulkit Goyal)
- D1638: py3: handle keyword arguments correctly in obsolete.py
pulkit (Pulkit Goyal)
- D1641: py3: handle keyword arguments correctly in simplemerge.py
pulkit (Pulkit Goyal)
- D1642: py3: handle keyword arguments correctly in sslutil.py
pulkit (Pulkit Goyal)
- D1643: py3: handle keyword arguments correctly in statprof.py
pulkit (Pulkit Goyal)
- D1640: py3: handle keyword arguments correctly in revset.py
pulkit (Pulkit Goyal)
- D1639: py3: handle keyword arguments correctly in patch.py
pulkit (Pulkit Goyal)
- D1645: py3: handle keyword arguments correctly in templater.py
pulkit (Pulkit Goyal)
- D1647: py3: handle keyword arguments correctly in wireproto.py
pulkit (Pulkit Goyal)
- D1646: py3: handle keyword arguments correctly in ui.py
pulkit (Pulkit Goyal)
- D1648: py3: add 32 new tests passing to the whitelist
pulkit (Pulkit Goyal)
- D1644: py3: handle keyword arguments correctly in subrepo.py
pulkit (Pulkit Goyal)
- [PATCH 1 of 3] debugformat: flush formatter output per item
Yuya Nishihara
- [PATCH 2 of 3] debugformat: embed raw values in JSON and template output
Yuya Nishihara
- [PATCH 3 of 3] upgrade: simplify workaround for repo.ui.copy()
Yuya Nishihara
- D1622: [PoC] transaction: Use intbitset for implementing changes['phase']
yuja (Yuya Nishihara)
- D1636: tests: use Python to write binary data in lfs test instead of shell
durin42 (Augie Fackler)
- [PATCH 1 of 3] debugformat: flush formatter output per item
Gregory Szorc
- [PATCH 1 of 3 hglib] config: un-break showconfig wrapper when environment variables are used
Augie Fackler
- [PATCH 2 of 3 hglib] _readchannel: if a read failure is due to a broken server, report that
Augie Fackler
- [PATCH 3 of 3 hglib] hgclient: look for an open server before closing it in ResponseError block
Augie Fackler
- [PATCH 1 of 3] tests: stabilize the sorted output of list-tree.py on Windows
Matt Harbison
- [PATCH 2 of 3] run-tests: suggest a (glob) for os.path.sep mismatches with '\r\n' EOL too
Matt Harbison
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Matt Harbison
- D1621: transaction: encodes tuples in changes['phases'] as 4 bit ints
joerg.sonnenberger (Joerg Sonnenberger)
- D1621: transaction: encodes tuples in changes['phases'] as 4 bit ints
joerg.sonnenberger (Joerg Sonnenberger)
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Augie Fackler
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Matt Harbison
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Augie Fackler
- mercurial at 35328: 20 new changesets
Mercurial Commits
- [PATCH 1 of 3] run-tests: stop automatically adding a (glob) for bundle backup lines
Matt Harbison
- [PATCH 2 of 3] check-code: drop the rules for adding (glob) for Windows paths
Matt Harbison
- [PATCH 3 of 3] tests: remove (glob) annotations that were only for '\' matches
Matt Harbison
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Matt Harbison
- D1650: tests: add commit hashes to log commands in rebase tests
phillco (Phil Cohen)
- D1651: tests: change log templates to include hashes
phillco (Phil Cohen)
- D1650: tests: add commit hashes to log commands in rebase tests
phillco (Phil Cohen)
- D1652: tests: add a simple test for in-memory rebase
phillco (Phil Cohen)
- D1652: tests: add a simple test for in-memory rebase
phillco (Phil Cohen)
- D1652: tests: add a simple test for in-memory rebase
phillco (Phil Cohen)
- D1617: rebase: extract _assignworkingcopy
phillco (Phil Cohen)
- D1652: tests: add a simple test for in-memory rebase
phillco (Phil Cohen)
- [PATCH 1 of 3 hglib] config: un-break showconfig wrapper when environment variables are used
Yuya Nishihara
- [PATCH RESEND] tests: remove (glob) annotations that were only for '\' matches
Matt Harbison
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Augie Fackler
- [PATCH 1 of 3 hglib] config: un-break showconfig wrapper when environment variables are used
Augie Fackler
- [PATCH] patch: do not break up multibyte character when highlighting word
Yuya Nishihara
- D1621: transaction: encodes tuples in changes['phases'] as 4 bit ints
yuja (Yuya Nishihara)
- D1653: tests: add some commentary and diagnostics to test-run-tests.t
durin42 (Augie Fackler)
- [PATCH] patch: do not break up multibyte character when highlighting word
Augie Fackler
- D1650: tests: add commit hashes to log commands in rebase tests
phillco (Phil Cohen)
- D1652: tests: add a simple test for in-memory rebase
phillco (Phil Cohen)
- D1564: worker: make windows workers daemons
durin42 (Augie Fackler)
- D1656: synthrepo: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1657: debugbuilddag: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1658: memfilectx: make changectx argument mandatory in constructor
martinvonz (Martin von Zweigbergk)
- D1657: debugbuilddag: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1658: memfilectx: make changectx argument mandatory in constructor
martinvonz (Martin von Zweigbergk)
- D1621: transaction: encodes tuples in changes['phases'] as 4 bit ints
joerg.sonnenberger (Joerg Sonnenberger)
- D1426: logtoprocess: add the possibility to not start a shell
durin42 (Augie Fackler)
- [PATCH 3 of 3] tests: remove (glob) annotations that were only for '\' matches
Augie Fackler
- D1658: memfilectx: make changectx argument mandatory in constructor
durin42 (Augie Fackler)
- [PATCH V2] debuginstall: add a line about re2 availability
Augie Fackler
- D1354: dirstate: change all writes to dirstatemap._map to go through one method
mbolin (Michael Bolin)
- D1354: dirstate: change all writes to dirstatemap._map to go through one method
durin42 (Augie Fackler)
- D1656: synthrepo: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1658: memfilectx: make changectx argument mandatory in constructor
martinvonz (Martin von Zweigbergk)
- D1658: memfilectx: make changectx argument mandatory in constructor
martinvonz (Martin von Zweigbergk)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
Sean Farley
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
durin42 (Augie Fackler)
- D1568: lfs: using workers in lfs prefetch
wlis (Wojciech Lis)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
Sean Farley
- D1568: lfs: using workers in lfs prefetch
wlis (Wojciech Lis)
- D1568: lfs: using workers in lfs prefetch
wlis (Wojciech Lis)
- D1568: lfs: using workers in lfs prefetch
wlis (Wojciech Lis)
- D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase
phillco (Phil Cohen)
- D1568: lfs: using workers in lfs prefetch
mharbison72 (Matt Harbison)
- D1568: lfs: using workers in lfs prefetch
wlis (Wojciech Lis)
- D1568: lfs: using workers in lfs prefetch
mharbison72 (Matt Harbison)
- D1666: rebase: replace --inmemory flag with rebase.experimental.inmemory config
phillco (Phil Cohen)
- D1666: rebase: replace --inmemory flag with rebase.experimental.inmemory config
phillco (Phil Cohen)
- D1666: rebase: replace --inmemory flag with rebase.experimental.inmemory config
phillco (Phil Cohen)
- D1426: logtoprocess: add the possibility to not start a shell
lothiraldan (Boris Feld)
- [PATCH] templater: fix "one arguments"
Anton Shestakov
- [PATCH] templater: fix "one arguments"
Yuya Nishihara
- D1621: transaction: encodes tuples in changes['phases'] as 4 bit ints
yuja (Yuya Nishihara)
- hg-configexpress 0.3.0
De Mare, Mathias (Nokia - BE/Antwerp)
- D1656: synthrepo: create filectx instance in 'filectxfn' callback
yuja (Yuya Nishihara)
- D1658: memfilectx: make changectx argument mandatory in constructor
yuja (Yuya Nishihara)
- [PATCH] hgweb: implement json-graph
Yuya Nishihara
- D1653: tests: add some commentary and diagnostics to test-run-tests.t
durin42 (Augie Fackler)
- D1666: rebase: replace --inmemory flag with rebase.experimental.inmemory config
phillco (Phil Cohen)
- [PATCH 3 of 4 V2] lfs: override walk() in lfsvfs
Yuya Nishihara
- [PATCH 4 of 4 V2] lfs: restore the local blob store after a repo upgrade
Yuya Nishihara
- [PATCH] extdata: abort if external command exits with non-zero status (BC)
Yuya Nishihara
- [PATCH 1 of 2] templatefilters: add slashpath() to convert path separator to slash
Yuya Nishihara
- [PATCH 2 of 2] help: deprecate ui.slash in favor of slashpath template filter (issue5572)
Yuya Nishihara
- [PATCH 1 of 4] hgweb: filter graphmod.colored() output before iterating over it
Anton Shestakov
- [PATCH 2 of 4] hgweb: calculate <canvas> width and height client-side
Anton Shestakov
- [PATCH 3 of 4] hgweb: split graphdata() into jsdata() and nodes()
Anton Shestakov
- [PATCH 4 of 4] hgweb: render next pages on /graph incrementally
Anton Shestakov
- D1656: synthrepo: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1656: synthrepo: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1658: memfilectx: make changectx argument mandatory in constructor
martinvonz (Martin von Zweigbergk)
- D1658: memfilectx: make changectx argument mandatory in constructor (API)
martinvonz (Martin von Zweigbergk)
- D1667: tests_: fix test-lfs.t on OSX where find does not have quotes
ikostia (Kostia Balytskyi)
- D1667: tests_: fix test-lfs.t on OSX where find does not have quotes
akushner (Aaron Kushner)
- mercurial at 35389: 61 new changesets (1 on stable)
Mercurial Commits
- D1458: workers: implemented worker on windows
wlis (Wojciech Lis)
- D1457: workers: don't use backgroundfilecloser in threads
wlis (Wojciech Lis)
- D1667: tests_: fix test-lfs.t on OSX where find does not have quotes
durin42 (Augie Fackler)
- D1667: tests_: fix test-lfs.t on OSX where find does not have quotes
durin42 (Augie Fackler)
- D1667: tests_: fix test-lfs.t on OSX where find does not have quotes
quark (Jun Wu)
- D1667: tests_: fix test-lfs.t on OSX where find does not have quotes
quark (Jun Wu)
- [PATCH STABLE] histedit: preserve active branch while histediting
Boris Feld
- D1656: synthrepo: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1657: debugbuilddag: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1656: synthrepo: create filectx instance in 'filectxfn' callback
durin42 (Augie Fackler)
- D1656: synthrepo: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1657: debugbuilddag: create filectx instance in 'filectxfn' callback
durin42 (Augie Fackler)
- D1657: debugbuilddag: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1669: synthrepo: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1670: debugbuilddag: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Matt Harbison
- [PATCH STABLE] histedit: preserve active branch while histediting
Augie Fackler
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Augie Fackler
- [PATCH] extdata: abort if external command exits with non-zero status (BC)
Augie Fackler
- That pesky windows run-tests failure on the buildbot
Augie Fackler
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Matt Harbison
- That pesky windows run-tests failure on the buildbot
Matt Harbison
- D1672: py3: handle keyword arguments correctly in bundlerepo.py
pulkit (Pulkit Goyal)
- D1671: py3: handle keyword arguments correctly in debugcommands.py
pulkit (Pulkit Goyal)
- D1673: py3: handle keyword arguments correctly in hgext/record.py
pulkit (Pulkit Goyal)
- D1674: py3: pass bytes from extension to ui.write() in test-revlog-mmapindex.t
pulkit (Pulkit Goyal)
- D1675: py3: introduce pycompat.ziplist as zip is a generator on Python 3
pulkit (Pulkit Goyal)
- [PATCH 1 of 2 V4] debuglocks: add tests (and fix typo in early return)
Paul Morelle
- [PATCH 2 of 2 V4] debuglocks: allow setting a lock
Paul Morelle
- file patterns, globbing, sparse, etc
Hollis Blanchard
- D1676: revset: take out logic generating matcher for empty spec in it's own fn
pulkit (Pulkit Goyal)
- D1677: revset: extract the logic to build the tree in it's own function
pulkit (Pulkit Goyal)
- D1678: revset: pass pre-optimized tree in revset.matchany()
pulkit (Pulkit Goyal)
- D1678: revset: pass pre-optimized tree in revset.matchany()
pulkit (Pulkit Goyal)
- [PATCH 1 of 2] lfs: correct the directory list value returned by lfsvfs.walk()
Matt Harbison
- [PATCH 2 of 2] lfs: use 'ui' provided to `upgrade` for output, instead of stealing srcrepo's
Matt Harbison
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Martin von Zweigbergk
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Matt Harbison
- D1679: rebase: fix for hgsubversion
phillco (Phil Cohen)
- D1426: logtoprocess: add the possibility to not start a shell
lothiraldan (Boris Feld)
- D1667: tests_: fix test-lfs.t on OSX where find does not have quotes
ikostia (Kostia Balytskyi)
- [PATCH 1 of 2 V4] debuglocks: add tests (and fix typo in early return)
Yuya Nishihara
- [PATCH 2 of 2 V4] debuglocks: allow setting a lock
Yuya Nishihara
- [PATCH 1 of 2] lfs: correct the directory list value returned by lfsvfs.walk()
Yuya Nishihara
- That pesky windows run-tests failure on the buildbot
Yuya Nishihara
- D1669: synthrepo: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1672: py3: handle keyword arguments correctly in bundlerepo.py
pulkit (Pulkit Goyal)
- D1670: debugbuilddag: create filectx instance in 'filectxfn' callback
martinvonz (Martin von Zweigbergk)
- D1673: py3: handle keyword arguments correctly in hgext/record.py
pulkit (Pulkit Goyal)
- D1675: py3: introduce pycompat.ziplist as zip is a generator on Python 3
pulkit (Pulkit Goyal)
- D1671: py3: handle keyword arguments correctly in debugcommands.py
pulkit (Pulkit Goyal)
- D1674: py3: pass bytes from extension to ui.write() in test-revlog-mmapindex.t
pulkit (Pulkit Goyal)
- D1658: memfilectx: make changectx argument mandatory in constructor (API)
martinvonz (Martin von Zweigbergk)
- That pesky windows run-tests failure on the buildbot
Feld Boris
- D1678: revset: pass pre-optimized tree in revset.matchany()
yuja (Yuya Nishihara)
- D1426: logtoprocess: add the possibility to not start a shell
yuja (Yuya Nishihara)
- That pesky windows run-tests failure on the buildbot
Augie Fackler
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Matt Harbison
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Augie Fackler
- D1679: rebase: fix for hgsubversion
phillco (Phil Cohen)
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Martin von Zweigbergk
- D1681: rebase: add ui.log calls for whether IMM used, whether rebasing WCP
phillco (Phil Cohen)
- [Bug 5756] New: Allow closing arbitrary head revision
mercurial-bugs at mercurial-scm.org
- [PATCH V2] lfs: add an experimental config to masquerade as git for the blob transfer
Matt Harbison
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Matt Harbison
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Augie Fackler
- That pesky windows run-tests failure on the buildbot
Matt Harbison
- D1682: unamend: allow unamending if allowunstable is set
martinvonz (Martin von Zweigbergk)
- [Bug 5758] New: Misleading hint suggesting using [hostsecurity]
mercurial-bugs at mercurial-scm.org
- D1426: logtoprocess: add the possibility to not start a shell
mharbison72 (Matt Harbison)
- [Bug 5757] New: unknown exception encountered using "hg debugssl"
mercurial-bugs at mercurial-scm.org
- [PATCH 1 of 4] hgweb: filter graphmod.colored() output before iterating over it
Yuya Nishihara
- [PATCH 2 of 4] hgweb: calculate <canvas> width and height client-side
Yuya Nishihara
- [PATCH 4 of 4] hgweb: render next pages on /graph incrementally
Yuya Nishihara
- mercurial at 35405: 16 new changesets (1 on stable)
Mercurial Commits
- D1679: rebase: fix for hgsubversion
yuja (Yuya Nishihara)
- D1679: rebase: fix for hgsubversion
phillco (Phil Cohen)
- [PATCH 2 of 4] hgweb: calculate <canvas> width and height client-side
Anton Shestakov
- [PATCH 4 of 4] hgweb: render next pages on /graph incrementally
Anton Shestakov
- [PATCH STABLE] debugssl: convert port number to int (issue5757)
Yuya Nishihara
- [PATCH] hgweb: update graph function docstring
Anton Shestakov
- [PATCH] hgweb: update graph function docstring
Yuya Nishihara
- [PATCH] check-code: remove unused variable 'winglobmsg'
Yuya Nishihara
- [PATCH 1 of 2] phases: rename _phasemaxrev to _loadedrevslen to clarify it isn't max value
Yuya Nishihara
- [PATCH 2 of 2] phases: initialize number of loaded revisions to 0
Yuya Nishihara
- [PATCH 2 of 4] hgweb: calculate <canvas> width and height client-side
Yuya Nishihara
- D1683: sshpeer: allow for additional environment passing to ssh exe
ikostia (Kostia Balytskyi)
- [PATCH 2 of 4] hgweb: calculate <canvas> width and height client-side
Anton Shestakov
- D1683: sshpeer: allow for additional environment passing to ssh exe
mbthomas (Mark Thomas)
- D1426: logtoprocess: add the possibility to not start a shell
lothiraldan (Boris Feld)
- That pesky windows run-tests failure on the buildbot
Matt Harbison
- [PATCH 1 of 2 V3] lfs: add git to the User-Agent header for blob transfers
Matt Harbison
- [PATCH 2 of 2 V3] lfs: add an experimental config to override User-Agent for the blob transfer
Matt Harbison
- D1679: rebase: fix for hgsubversion
phillco (Phil Cohen)
- D1689: statprof: remove a line of deadcode
alex_gaynor (Alex Gaynor)
- D1689: statprof: remove a line of deadcode
durin42 (Augie Fackler)
- D1689: statprof: remove a line of deadcode
alex_gaynor (Alex Gaynor)
- mercurial at 35411: 6 new changesets
Mercurial Commits
- That pesky windows run-tests failure on the buildbot
Kevin Bullock
- That pesky windows run-tests failure on the buildbot
Matt Harbison
- That pesky windows run-tests failure on the buildbot
Matt Harbison
- D1691: debugdiscovery: drop reference to invalid --branch option
martinvonz (Martin von Zweigbergk)
- D1692: debugdiscovery: drop reference to non-existent --serverlog option
martinvonz (Martin von Zweigbergk)
- D1693: debugdiscovery: drop reference to non-existent --remote-head option
martinvonz (Martin von Zweigbergk)
- D1694: debugcommands: replace opts.get('foo') by opts['foo']
martinvonz (Martin von Zweigbergk)
- D1678: revset: pass pre-optimized tree in revset.matchany()
pulkit (Pulkit Goyal)
- [PATCH v3] outgoing: respect ":pushurl" paths (issue5365)
Hollis Blanchard
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Sean Farley
- D1695: copies: always respect matcher arg to _forwardcopies()
martinvonz (Martin von Zweigbergk)
- D1697: copies: extract method for getting non-wdir forward copies
martinvonz (Martin von Zweigbergk)
- D1696: copies: consistently use """ for docstrings
martinvonz (Martin von Zweigbergk)
- D1698: copies: group wdir-handling in one place
martinvonz (Martin von Zweigbergk)
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Matt Harbison
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Kevin Bullock
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Martin von Zweigbergk
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Kevin Bullock
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Martin von Zweigbergk
- [PATCH] hgweb: stop using HTML comments in <script>
Anton Shestakov
- [PATCH] lfs: add an experimental config to masquerade as git for the blob transfer
Sean Farley
- D1699: tests: avoid echo with backslash escapes
martinvonz (Martin von Zweigbergk)
- D1082: split: new extension to split changesets
martinvonz (Martin von Zweigbergk)
- [PATCH 3 of 3] run-tests: accept '\' vs '/' path differences without '(glob)'
Martin von Zweigbergk
- D1700: logtoprocess: pass ui in runshellcommand
lothiraldan (Boris Feld)
- D1701: logtoprocess: add the possibility to not popup a console
lothiraldan (Boris Feld)
- D1428: logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager
lothiraldan (Boris Feld)
- D1702: logtoprocess: add a test to show pager and ltp bad interaction
lothiraldan (Boris Feld)
- D1703: logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager
lothiraldan (Boris Feld)
- D1426: logtoprocess: add the possibility to not start a shell
lothiraldan (Boris Feld)
- D1427: logtoprocess: add a test to show pager and ltp bad interaction
lothiraldan (Boris Feld)
- [PATCH] hgweb: stop using HTML comments in <script>
Yuya Nishihara
- D1679: rebase: fix for hgsubversion
yuja (Yuya Nishihara)
- D1427: logtoprocess: add a test to show pager and ltp bad interaction
yuja (Yuya Nishihara)
- D1678: revset: pass pre-optimized tree in revset.matchany()
yuja (Yuya Nishihara)
- [PATCH v3] outgoing: respect ":pushurl" paths (issue5365)
Yuya Nishihara
- D1694: debugcommands: replace opts.get('foo') by opts['foo']
yuja (Yuya Nishihara)
- D1698: copies: group wdir-handling in one place
yuja (Yuya Nishihara)
- D1699: tests: avoid echo with backslash escapes
martinvonz (Martin von Zweigbergk)
- D1695: copies: always respect matcher arg to _forwardcopies()
martinvonz (Martin von Zweigbergk)
- D1691: debugdiscovery: drop reference to invalid --branch option
martinvonz (Martin von Zweigbergk)
- D1692: debugdiscovery: drop reference to non-existent --serverlog option
martinvonz (Martin von Zweigbergk)
- D1696: copies: consistently use """ for docstrings
martinvonz (Martin von Zweigbergk)
- D1693: debugdiscovery: drop reference to non-existent --remote-head option
martinvonz (Martin von Zweigbergk)
- D1697: copies: extract method for getting non-wdir forward copies
martinvonz (Martin von Zweigbergk)
- D1698: copies: group wdir-handling in one place
martinvonz (Martin von Zweigbergk)
- D1701: logtoprocess: add the possibility to not popup a console
yuja (Yuya Nishihara)
- D1702: logtoprocess: add a test to show pager and ltp bad interaction
yuja (Yuya Nishihara)
- D1703: logtoprocess: connect all fds to /dev/null to avoid bad interaction with pager
yuja (Yuya Nishihara)
- [PATCH 1 of 2 PoC] hgweb: display fate of obsolete changesets
Anton Shestakov
- [PATCH 2 of 2 PoC] hgweb: link to successors of obsoleted changesets (PoC)
Anton Shestakov
- [Bug 5759] New: diff.noprefix disables --stat output
mercurial-bugs at mercurial-scm.org
- D1691: debugdiscovery: drop reference to invalid --branch option
krbullock (Kevin Bullock)
- [PATCH v3] outgoing: respect ":pushurl" paths (issue5365)
Hollis Blanchard
- [PATCH v4] outgoing: respect ":pushurl" paths (issue5365)
Hollis Blanchard
- D1698: copies: group wdir-handling in one place
krbullock (Kevin Bullock)
- D1698: copies: group wdir-handling in one place
martinvonz (Martin von Zweigbergk)
- D1691: debugdiscovery: drop reference to invalid --branch option
martinvonz (Martin von Zweigbergk)
- D1706: debugdiscovery: correct and clean up command synopsis
martinvonz (Martin von Zweigbergk)
- D1706: debugdiscovery: correct and clean up command synopsis
martinvonz (Martin von Zweigbergk)
- D1698: copies: group wdir-handling in one place
Kevin Bullock
- D1457: workers: don't use backgroundfilecloser in threads
wlis (Wojciech Lis)
- D1458: workers: implemented worker on windows
wlis (Wojciech Lis)
- D1459: workers: handling exceptions in windows workers
wlis (Wojciech Lis)
- D1564: worker: make windows workers daemons
wlis (Wojciech Lis)
- D1460: workers: add config to enable/diable workers
wlis (Wojciech Lis)
- D1568: lfs: using workers in lfs prefetch
wlis (Wojciech Lis)
- mercurial at 35415: 4 new changesets
Mercurial Commits
- mercurial at 35422: 7 new changesets
Mercurial Commits
- D1681: rebase: add ui.log calls for whether IMM used, whether rebasing WCP
phillco (Phil Cohen)
- D1682: unamend: allow unamending if allowunstable is set
martinvonz (Martin von Zweigbergk)
- D1683: sshpeer: allow for additional environment passing to ssh exe
durin42 (Augie Fackler)
- D1683: sshpeer: allow for additional environment passing to ssh exe
ikostia (Kostia Balytskyi)
- D1710: tests: test-pathconflicts-merge.t requires symlinks
durin42 (Augie Fackler)
- D1710: tests: test-pathconflicts-merge.t requires symlinks
krbullock (Kevin Bullock)
- D1710: tests: test-pathconflicts-merge.t requires symlinks
durin42 (Augie Fackler)
- [PATCH v4] outgoing: respect ":pushurl" paths (issue5365)
Augie Fackler
- [PATCH 2 of 2 V3] lfs: add an experimental config to override User-Agent for the blob transfer
Augie Fackler
- [PATCH 2 of 2] phases: initialize number of loaded revisions to 0
Augie Fackler
- [PATCH] check-code: remove unused variable 'winglobmsg'
Augie Fackler
- [PATCH 2 of 2] help: deprecate ui.slash in favor of slashpath template filter (issue5572)
Augie Fackler
- [PATCH STABLE] debugssl: convert port number to int (issue5757)
Augie Fackler
- D1621: transaction: encodes tuples in changes['phases'] as 4 bit ints
quark (Jun Wu)
- mercurial at 35424: 2 new changesets
Mercurial Commits
- D1710: tests: test-pathconflicts-merge.t requires symlinks
mharbison72 (Matt Harbison)
- [PATCH 1 of 3] tests: convert the 'file://\$TESTTMP' rule to an automatic substitution
Matt Harbison
- [PATCH 2 of 3] tests: fix the check-code rule for testing non-existent files
Matt Harbison
- [PATCH 3 of 3] test-ssh: convert dumpenv to python for Windows
Matt Harbison
- [PATCH 1 of 2 STABLE] hgweb: disable diff.noprefix option for diffstat
Yuya Nishihara
- [PATCH 2 of 2 STABLE] diff: disable diff.noprefix option for diffstat (issue5759)
Yuya Nishihara
- [PATCH 2 of 2 STABLE] diff: disable diff.noprefix option for diffstat (issue5759)
Anton Shestakov
- D1581: rust: implementation of `hg`
indygreg (Gregory Szorc)
- [PATCH 3 of 3] test-ssh: convert dumpenv to python for Windows
Matt Harbison
- [PATCH 1 of 2 STABLE] hgweb: disable diff.noprefix option for diffstat
Gregory Szorc
- [PATCH 1 of 3] tests: convert the 'file://\$TESTTMP' rule to an automatic substitution
Gregory Szorc
- [PATCH 3 of 3] test-ssh: convert dumpenv to python for Windows
Gregory Szorc
- mercurial at 35426: 2 new changesets (1 on stable)
Mercurial Commits
- D1460: workers: add config to enable/diable workers
indygreg (Gregory Szorc)
- [PATCH 3 of 3] test-ssh: convert dumpenv to python for Windows
Matt Harbison
- mercurial at 35428: 2 new changesets
Mercurial Commits
- [PATCH 1 of 2] run-tests: add substitution patterns for common '\' path output on Windows
Matt Harbison
- [PATCH 2 of 2] run-tests: use context managers for file descriptors
Matt Harbison
- [PATCH 2 of 2] run-tests: use context managers for file descriptors
Boris Feld
- D1591: visibility: improve the message when accessing filtered obsolete rev
lothiraldan (Boris Feld)
- D1591: visibility: improve the message when accessing filtered obsolete rev
lothiraldan (Boris Feld)
- [PATCH V3] debuginstall: add a line about re2 availability
Boris Feld
- [PATCH V3] debuginstall: add a line about re2 availability
Yuya Nishihara
- [PATCH 2 of 2] run-tests: use context managers for file descriptors
Yuya Nishihara
- [PATCH 2 of 2 STABLE] diff: disable diff.noprefix option for diffstat (issue5759)
Kevin Bullock
- [PATCH 2 of 2 STABLE] diff: disable diff.noprefix option for diffstat (issue5759)
Kevin Bullock
- D1713: tests: update expected output of svn encoding test
durin42 (Augie Fackler)
- D1564: worker: make windows workers daemons
wlis (Wojciech Lis)
- mercurial at 35450: 22 new changesets (2 on stable)
Mercurial Commits
- D1715: completion: don't suggest clean files to revert
martinvonz (Martin von Zweigbergk)
- D1716: completion: add support for new "amend" command
martinvonz (Martin von Zweigbergk)
- D1717: lfs: fix committing deleted files caused by e0a1b9ee93cd
quark (Jun Wu)
- D1718: worker: handle interrupt on windows
wlis (Wojciech Lis)
- D1082: split: new extension to split changesets
quark (Jun Wu)
- D1717: lfs: fix committing deleted files caused by e0a1b9ee93cd
mharbison72 (Matt Harbison)
- D1719: debug: remove an 'if ui.debug()' that is not doing anything
spectral (Kyle Lippincott)
- D1720: debug: add newlines at the end of three locations that appear to need it
spectral (Kyle Lippincott)
- D1721: debug: customizable timestamp when printing ui.debug text
spectral (Kyle Lippincott)
- D1719: debug: remove an 'if ui.debug()' that is not doing anything
quark (Jun Wu)
- D1713: tests: update expected output of svn encoding test
krbullock (Kevin Bullock)
- D1717: lfs: fix committing deleted files caused by e0a1b9ee93cd
krbullock (Kevin Bullock)
- D1718: worker: handle interrupt on windows
krbullock (Kevin Bullock)
- D1719: debug: remove an 'if ui.debug()' that is not doing anything
spectral (Kyle Lippincott)
- D1713: tests: update expected output of svn encoding test
durin42 (Augie Fackler)
- D1718: worker: handle interrupt on windows
wlis (Wojciech Lis)
- D1717: lfs: fix committing deleted files caused by e0a1b9ee93cd
quark (Jun Wu)
- D1722: githelp: vendor Facebook authored extension
indygreg (Gregory Szorc)
- D1724: githelp: remove help for `git am`
indygreg (Gregory Szorc)
- D1723: githelp: improve help for `git add`
indygreg (Gregory Szorc)
- D1725: githelp: remove reference to tweakdefaults
indygreg (Gregory Szorc)
- D1726: githelp: replace suggestion of `hg record`
indygreg (Gregory Szorc)
- D1728: githelp: improve help for "reset"
indygreg (Gregory Szorc)
- D1727: githelp: clean up reflog help
indygreg (Gregory Szorc)
- D1729: githelp: don't reference 3rd party commands for `git show`
indygreg (Gregory Szorc)
- D1730: repoview: store visibility exceptions for the filter in filtertable
pulkit (Pulkit Goyal)
- D1731: repoview: introduce function to add visibility exceptions
pulkit (Pulkit Goyal)
- D1732: revsetlang: add utility function to return hash like symbols from the tree
pulkit (Pulkit Goyal)
- D1733: scmutil: add utility fn to return repo object with user passed revs unhidden
pulkit (Pulkit Goyal)
- D1734: repoview: add a new filtername for accessing hidden commits
pulkit (Pulkit Goyal)
- D1735: commands: use the new API to access hidden changesets in various commands
pulkit (Pulkit Goyal)
- D1678: revset: pass pre-optimized tree in revset.matchany()
pulkit (Pulkit Goyal)
- mercurial at 35453: 3 new changesets
Mercurial Commits
- D1676: revset: take out logic generating matcher for empty spec in it's own fn
pulkit (Pulkit Goyal)
- D1677: revset: extract the logic to build the tree in it's own function
pulkit (Pulkit Goyal)
- D1144: directaccess: add tests for read only-commands
pulkit (Pulkit Goyal)
- D1288: dispatch: filter the repository depending on func.cmdtype
pulkit (Pulkit Goyal)
- D1492: repoview: take out the logic of computehidden to a new function
pulkit (Pulkit Goyal)
- D1583: repoview: consider visibilityexceptions while considering filterrevs
pulkit (Pulkit Goyal)
- D1287: repoview: add two new filternames to be used for accessing hidden commits
pulkit (Pulkit Goyal)
- Problems with an own patch against Mercurial Queues
Dr Rainer Woitok
- [Bug 5760] New: hg clone http://orgmode.org/org-mode.git gives error
mercurial-bugs at mercurial-scm.org
- [PATCH] hgweb: make different kinds of commits look differently on /graph (RFC)
Anton Shestakov
- [PATCH] hgweb: make different kinds of commits look differently on /graph (RFC)
Anton Shestakov
- D1730: repoview: store visibility exceptions for the filter in filtertable
yuja (Yuya Nishihara)
- D1732: revsetlang: add utility function to return hash like symbols from the tree
yuja (Yuya Nishihara)
- D1733: scmutil: add utility fn to return repo object with user passed revs unhidden
yuja (Yuya Nishihara)
- D1734: repoview: add a new filtername for accessing hidden commits
yuja (Yuya Nishihara)
- D1735: commands: use the new API to access hidden changesets in various commands
yuja (Yuya Nishihara)
- [PATCH] sshpeer: move docstring to top
Yuya Nishihara
- [PATCH] log: make "slowpath" condition slightly more readable
Yuya Nishihara
- [Bug 5761] New: path detection changes breaks test-run-tests on mac
mercurial-bugs at mercurial-scm.org
- D1591: visibility: improve the message when accessing filtered obsolete rev
pulkit (Pulkit Goyal)
- [Bug 5762] New: Illegal byte sequence error during clone or update
mercurial-bugs at mercurial-scm.org
- D1721: debug: customizable timestamp when printing ui.debug text
spectral (Kyle Lippincott)
- D1721: debug: customizable timestamp when printing ui.debug text
spectral (Kyle Lippincott)
- D1721: debug: customizable timestamp when printing ui.debug text
quark (Jun Wu)
- D1721: debug: customizable timestamp when printing ui.debug text
spectral (Kyle Lippincott)
- D1721: debug: customizable timestamp when printing ui.debug text
quark (Jun Wu)
- D1082: split: new extension to split changesets
martinvonz (Martin von Zweigbergk)
- D1082: split: new extension to split changesets
quark (Jun Wu)
- D1082: split: new extension to split changesets
quark (Jun Wu)
- D1082: split: new extension to split changesets
quark (Jun Wu)
- [PATCH] log: make "slowpath" condition slightly more readable
Augie Fackler
- [PATCH] sshpeer: move docstring to top
Augie Fackler
- [Bug 5763] New: Lost file changes in the merge revision
mercurial-bugs at mercurial-scm.org
- D1736: osutil: add a function to unblock signals
quark (Jun Wu)
- D1737: commandserver: unblock SIGCHLD
quark (Jun Wu)
- [PATCH 2 of 2 PoC] hgweb: link to successors of obsoleted changesets (PoC)
Yuya Nishihara
- D1736: osutil: add a function to unblock signals
yuja (Yuya Nishihara)
- D1737: commandserver: unblock SIGCHLD
yuja (Yuya Nishihara)
- D1715: completion: don't suggest clean files to revert
martinvonz (Martin von Zweigbergk)
- D1716: completion: add support for new "amend" command
martinvonz (Martin von Zweigbergk)
- mercurial at 35454: new changeset
Mercurial Commits
- D1737: commandserver: unblock SIGCHLD
quark (Jun Wu)
- D1736: osutil: add a function to unblock signals
quark (Jun Wu)
- D1739: filemerge: only raise InMemoryMergeConflictsError when running _xmerge
phillco (Phil Cohen)
- D1740: journal: use pager
quark (Jun Wu)
- mercurial at 35457: 3 new changesets
Mercurial Commits
- D1724: githelp: remove help for `git am`
durin42 (Augie Fackler)
- [PATCH] paper: minor adjustments to table styles
Anton Shestakov
- D1737: commandserver: unblock SIGCHLD
quark (Jun Wu)
- D1736: osutil: add a function to unblock signals
quark (Jun Wu)
- [PATCH 1 of 4] templater: look up mapping table through template engine
Yuya Nishihara
- [PATCH 2 of 4] templater: keep default resources per template engine (API)
Yuya Nishihara
- [PATCH 3 of 4] templater: move repo, ui and cache to per-engine resources
Yuya Nishihara
- [PATCH 4 of 4] templater: look up symbols/resources as if they were separated (issue5699)
Yuya Nishihara
- [PATCH] paper: minor adjustments to table styles
Augie Fackler
- D1740: journal: use pager
quark (Jun Wu)
- D1739: filemerge: only raise InMemoryMergeConflictsError when running _xmerge
phillco (Phil Cohen)
- [PATCH 1 of 7] tests: fix a bug in `f` that prevented calculating sha1sum on a file
Matt Harbison
- [PATCH 2 of 7] tests: teach `f` to handle sha256 checksums
Matt Harbison
- [PATCH 3 of 7] lfs: add note messages indicating what store holds the lfs blob
Matt Harbison
- [PATCH 4 of 7] test-lfs: add tests around corrupted lfs objects
Matt Harbison
- [PATCH 5 of 7] lfs: narrow the exceptions that trigger a transfer retry
Matt Harbison
- [PATCH 6 of 7] lfs: verify lfs object content when transferring to and from the remote store
Matt Harbison
- [PATCH 7 of 7] lfs: only hardlink between the usercache and local store if the blob verifies
Matt Harbison
- [PATCH 3 of 3] test-ssh: convert dumpenv to python for Windows
Matt Harbison
- D1591: visibility: improve the message when accessing filtered obsolete rev
krbullock (Kevin Bullock)
- D1719: debug: remove an 'if ui.debug()' that is not doing anything
krbullock (Kevin Bullock)
- D1720: debug: add newlines at the end of three locations that appear to need it
krbullock (Kevin Bullock)
- D1719: debug: remove an 'if ui.debug()' that is not doing anything
spectral (Kyle Lippincott)
- D1720: debug: add newlines at the end of three locations that appear to need it
spectral (Kyle Lippincott)
- mercurial at 35464: 7 new changesets
Mercurial Commits
- [PATCH 4 of 4] templater: look up symbols/resources as if they were separated (issue5699)
Kevin Bullock
- [PATCH 3 of 7] lfs: add note messages indicating what store holds the lfs blob
Kevin Bullock
- [PATCH 7 of 7] lfs: only hardlink between the usercache and local store if the blob verifies
Kevin Bullock
- [PATCH 1 of 2] lfs: use ui.note() and ui.debug() instead of ui.write() and their flags
Matt Harbison
- [PATCH 2 of 2] test-split: stabilize for Windows
Matt Harbison
- D1733: scmutil: add utility fn to return repo object with user passed revs unhidden
pulkit (Pulkit Goyal)
- D1733: scmutil: add utility fn to return repo object with user passed revs unhidden
yuja (Yuya Nishihara)
- [PATCH 1 of 2] lfs: use ui.note() and ui.debug() instead of ui.write() and their flags
Yuya Nishihara
- [PATCH 3 of 3] test-ssh: convert dumpenv to python for Windows
Yuya Nishihara
- [PATCH 1 of 4] templater: rewrite docstring of templater.__init__()
Yuya Nishihara
- [PATCH 2 of 4] templater: drop unneeded resources from conflict-marker data
Yuya Nishihara
- [PATCH 3 of 4] templater: register keywords to defaults table
Yuya Nishihara
- [PATCH 4 of 4] hgweb: export all log template keywords (PoC)
Yuya Nishihara
- [PATCH 1 of 2 V2] hgweb: display fate of obsolete changesets
Anton Shestakov
- [PATCH 2 of 2 V2] hgweb: link to successors of obsoleted changesets
Anton Shestakov
- [PATCH 2 of 2 PoC] hgweb: link to successors of obsoleted changesets (PoC)
Anton Shestakov
- mercurial at 35466: 2 new changesets
Mercurial Commits
- [PATCH] graphlog: add another graph node type, unstable, signified by character "*"
Anton Shestakov
- D1745: rebase: don't take out a dirstate guard for in-memory rebase
krbullock (Kevin Bullock)
- D1745: rebase: don't take out a dirstate guard for in-memory rebase
phillco (Phil Cohen)
- [PATCH] test-ssh: stabilize for Windows
Matt Harbison
- D1746: repoview: add visibilityexceptions as an optional argument to repo.filtered()
pulkit (Pulkit Goyal)
- D1747: repoview: add visibilityexception argument to filterrevs() and related fns
pulkit (Pulkit Goyal)
- D1732: revsetlang: add utility function to return hash like symbols from the tree
pulkit (Pulkit Goyal)
- D1734: repoview: add a new filtername for accessing hidden commits
pulkit (Pulkit Goyal)
- D1733: scmutil: add utility fn to return repo object with user passed revs unhidden
pulkit (Pulkit Goyal)
- [PATCH] test-ssh: stabilize for Windows
Augie Fackler
- [PATCH 1 of 4] templater: rewrite docstring of templater.__init__()
Gregory Szorc
- D1748: rebase: switch ui.log calls to common style
phillco (Phil Cohen)
- D1749: run-tests: remove dead code related to temp directory
indygreg (Gregory Szorc)
- D1750: run-tests: extract sorting of tests to own function
indygreg (Gregory Szorc)
- D1750: run-tests: extract sorting of tests to own function
quark (Jun Wu)
- D1751: histedit: add ui.log for action count
phillco (Phil Cohen)
- D1751: histedit: add ui.log for action count
quark (Jun Wu)
- D1751: histedit: add ui.log for action count
phillco (Phil Cohen)
- NTFS and hardlinks
Matt Harbison
- D1750: run-tests: extract sorting of tests to own function
indygreg (Gregory Szorc)
- NTFS and hardlinks
Matt Harbison
- D1724: githelp: recommend `hg import` for `git am`
indygreg (Gregory Szorc)
- D1726: githelp: replace suggestion of `hg record`
indygreg (Gregory Szorc)
- D1725: githelp: remove reference to tweakdefaults
indygreg (Gregory Szorc)
- D1727: githelp: clean up reflog help
indygreg (Gregory Szorc)
- D1729: githelp: don't reference 3rd party commands for `git show`
indygreg (Gregory Szorc)
- D1728: githelp: improve help for "reset"
indygreg (Gregory Szorc)
- [PATCH 2 of 2 V2] hgweb: link to successors of obsoleted changesets
Yuya Nishihara
- D1748: rebase: switch ui.log calls to common style
phillco (Phil Cohen)
- D1751: histedit: add ui.log for action count
phillco (Phil Cohen)
- D1749: run-tests: remove dead code related to temp directory
indygreg (Gregory Szorc)
- D1750: run-tests: extract sorting of tests to own function
indygreg (Gregory Szorc)
- D851: [RFC] setup: increase MAX_PATH limit on Windows 10 Anniversary Update
indygreg (Gregory Szorc)
- D1752: tests: show phases aren't preserved part of streaming clone (issue5648)
indygreg (Gregory Szorc)
- D1753: streamclone: preserve remote phases (issue5648)
indygreg (Gregory Szorc)
- D1754: streamclone: move wire protocol status code from wireproto command
indygreg (Gregory Szorc)
- D1755: logexchange: introduce helper function to get remote path name
pulkit (Pulkit Goyal)
- D1746: repoview: add visibilityexceptions as an optional argument to repo.filtered()
yuja (Yuya Nishihara)
- D1747: repoview: add visibilityexception argument to filterrevs() and related fns
yuja (Yuya Nishihara)
- D1747: repoview: add visibilityexception argument to filterrevs() and related fns
yuja (Yuya Nishihara)
- D1732: revsetlang: add utility function to return hash like symbols from the tree
yuja (Yuya Nishihara)
- NTFS and hardlinks
Yuya Nishihara
- [PATCH] show: use revlog function to compute length of the longest shortest node
Yuya Nishihara
- D1747: repoview: add visibilityexception argument to filterrevs() and related fns
pulkit (Pulkit Goyal)
- D1746: repoview: add visibilityexceptions as an optional argument to repo.filtered()
pulkit (Pulkit Goyal)
- D1747: repoview: add visibilityexception argument to filterrevs() and related fns
pulkit (Pulkit Goyal)
- D1732: revsetlang: add utility function to return hash like symbols from the tree
pulkit (Pulkit Goyal)
- D1734: repoview: add a new filtername for accessing hidden commits
pulkit (Pulkit Goyal)
- D1756: remotenames: introduce class to encapsulate remotenames info in an extension
pulkit (Pulkit Goyal)
- D1757: remotenames: introduce a class to lazily resolve remotnames
pulkit (Pulkit Goyal)
- D1758: remotenames: add new namespaces for remotebookmarks and remotebranches
pulkit (Pulkit Goyal)
- D1759: remotenames: introduce a template keyword for remotenames
pulkit (Pulkit Goyal)
- D1756: remotenames: introduce class to encapsulate remotenames info in an extension
pulkit (Pulkit Goyal)
- D1753: streamclone: preserve remote phases (issue5648)
yuja (Yuya Nishihara)
- D1747: repoview: add visibilityexception argument to filterrevs() and related fns
yuja (Yuya Nishihara)
- D1733: scmutil: add utility fn to return repo object with user passed revs unhidden
yuja (Yuya Nishihara)
- D1735: commands: use the new API to access hidden changesets in various commands
yuja (Yuya Nishihara)
- D1754: streamclone: move wire protocol status code from wireproto command
indygreg (Gregory Szorc)
- D1747: repoview: add visibilityexception argument to filterrevs() and related fns
pulkit (Pulkit Goyal)
- D1732: revsetlang: add utility function to return hash like symbols from the tree
pulkit (Pulkit Goyal)
- D1734: repoview: add a new filtername for accessing hidden commits
pulkit (Pulkit Goyal)
- D1746: repoview: add visibilityexceptions as an optional argument to repo.filtered()
pulkit (Pulkit Goyal)
- D1733: scmutil: add utility fn to return repo object with user passed revs unhidden
pulkit (Pulkit Goyal)
- D1735: commands: use the new API to access hidden changesets in various commands
pulkit (Pulkit Goyal)
- D1761: scmutil: use a tuple of possible values instead of using startswith()
pulkit (Pulkit Goyal)
- D1760: commands: check for empty rev before passing to scmutil.unhidehashlikerevs
pulkit (Pulkit Goyal)
- D1762: update: support updating to hidden cset if directaccess config is set
pulkit (Pulkit Goyal)
- D1763: revert: support reverting to hidden cset if directaccess config is set
pulkit (Pulkit Goyal)
- D1765: parsers: use an attr-derived class for revlog index entries
indygreg (Gregory Szorc)
- D1764: revlog: don't use slicing to return parents
indygreg (Gregory Szorc)
- D1766: cext: rename variable describing format for index entries
indygreg (Gregory Szorc)
- D1767: cext: make nullentry a member of index types
indygreg (Gregory Szorc)
- D1768: cext: obtain reference to index entry type
indygreg (Gregory Szorc)
- D1772: tests: port revlog index code to modern API
indygreg (Gregory Szorc)
- D1769: cext: use dedicated type for index entries
indygreg (Gregory Szorc)
- D1770: revlog: use revlog index entry type for version 0 revlogs
indygreg (Gregory Szorc)
- D1775: dagutil: use named attributes on revlog index entries
indygreg (Gregory Szorc)
- D1774: repoview: use named attributes on revlog index entries
indygreg (Gregory Szorc)
- D1771: revlog: pass index entry type into packentry() (API)
indygreg (Gregory Szorc)
- D1776: bundlerepo: use named attributes on revlog index entries
indygreg (Gregory Szorc)
- D1773: revlog: use named attributes on revlog index entries
indygreg (Gregory Szorc)
- D1779: unionrepo: use named attributes on revlog index entries
indygreg (Gregory Szorc)
- D1777: upgrade: use named attributes on revlog index entries
indygreg (Gregory Szorc)
- D1778: debugcommands: use named attributes on revlog index entries
indygreg (Gregory Szorc)
- [PATCH] show: use revlog function to compute length of the longest shortest node
Augie Fackler
- mercurial at 35483: 17 new changesets
Mercurial Commits
- [PATCH 1 of 6] test-lfs: add tests covering local exchanges
Matt Harbison
- [PATCH 2 of 6] test-lfs: add tests covering http exchanges
Matt Harbison
- [PATCH 3 of 6] lfs: add the 'lfs' requirement in the changegroup transaction introducing lfs
Matt Harbison
- [PATCH 4 of 6] lfs: allow non-lfs exchanges when the extension is only enabled on one side
Matt Harbison
- [PATCH 5 of 6] lfs: show a friendly message when pushing lfs to a server without lfs enabled
Matt Harbison
- [PATCH 6 of 6] largefiles: modernize how capabilities are added to the wire protocol
Matt Harbison
- mercurial at 35488: 5 new changesets
Mercurial Commits
- D1760: commands: check for empty rev before passing to scmutil.unhidehashlikerevs
yuja (Yuya Nishihara)
- D1762: update: support updating to hidden cset if directaccess config is set
yuja (Yuya Nishihara)
- D1761: scmutil: use a tuple of possible values instead of using startswith()
pulkit (Pulkit Goyal)
- D1780: smartset: split generatorset classes to avoid cycle
indygreg (Gregory Szorc)
- D1753: streamclone: preserve remote phases (issue5648)
indygreg (Gregory Szorc)
- D1780: smartset: split generatorset classes to avoid cycle
quark (Jun Wu)
- D1781: merge: raise before running mergedriver if using IMM
phillco (Phil Cohen)
- D1782: rebase: don't run IMM if running rebase in a transaction
phillco (Phil Cohen)
- D1782: rebase: don't run IMM if running rebase in a transaction
quark (Jun Wu)
- D1782: rebase: don't run IMM if running rebase in a transaction
phillco (Phil Cohen)
- D1781: merge: raise before running mergedriver if using IMM
phillco (Phil Cohen)
- D1782: rebase: don't run IMM if running rebase in a transaction
phillco (Phil Cohen)
- D1782: rebase: don't run IMM if running rebase in a transaction
phillco (Phil Cohen)
- D1780: smartset: split generatorset classes to avoid cycle
yuja (Yuya Nishihara)
- [PATCH 6 of 6] largefiles: modernize how capabilities are added to the wire protocol
Yuya Nishihara
- [PATCH] graphlog: add another graph node type, unstable, signified by character "*"
Yuya Nishihara
- D1753: streamclone: preserve remote phases (issue5648)
yuja (Yuya Nishihara)
- D1780: smartset: split generatorset classes to avoid cycle
indygreg (Gregory Szorc)
- D1773: revlog: use named attributes on revlog index entries
yuja (Yuya Nishihara)
- D1773: revlog: use named attributes on revlog index entries
indygreg (Gregory Szorc)
- D1760: commands: check for empty rev before passing to scmutil.unhidehashlikerevs
pulkit (Pulkit Goyal)
- D1762: update: support updating to hidden cset if directaccess config is set
pulkit (Pulkit Goyal)
- [PATCH] graphlog: add another graph node type, unstable, signified by character "*"
Augie Fackler
- [PATCH] graphlog: add another graph node type, unstable, signified by character "*"
Augie Fackler
- D1729: githelp: don't reference 3rd party commands for `git show`
pulkit (Pulkit Goyal)
- mercurial at 35497: 9 new changesets
Mercurial Commits
- [Bug 5764] New: .^:: gives "hg: parse error at 4: not a prefix: end"
mercurial-bugs at mercurial-scm.org
- [PATCH 1 of 2] cext: implement osutil.getfstype() on Windows
Matt Harbison
- [PATCH 2 of 2] util: whitelist NTFS for hardlink creation
Matt Harbison
- D1788: tests: add b'' to string literals where bytes are required
pulkit (Pulkit Goyal)
- D1789: py3: use bytes and open() instead of file() in test-diff-upgrade.t
pulkit (Pulkit Goyal)
- D1791: tests: make autodiff.py work on Python 3
pulkit (Pulkit Goyal)
- D1790: py3: use pycompat.ziplist instead of inbuilt zip
pulkit (Pulkit Goyal)
- D1793: py3: slice on bytes instead of indexing
pulkit (Pulkit Goyal)
- D1794: py3: make regular expressions bytes by prepending b''
pulkit (Pulkit Goyal)
- D1796: py3: don't use dict.iterkeys()
pulkit (Pulkit Goyal)
- D1792: py3: use node.hex(h.digest()) instead of h.hexdigest()
pulkit (Pulkit Goyal)
- D1795: py3: use pycompat.bytestr() instead of str()
pulkit (Pulkit Goyal)
- D1797: py3: make sure we open the file to write in bytes mode
pulkit (Pulkit Goyal)
- D1798: py3: convert dict keys' to str before passing as kwargs
pulkit (Pulkit Goyal)
- D1799: py3: use list() to get a list of items using dict.items()
pulkit (Pulkit Goyal)
- D1800: py3: add 8 new passing tests to the whitelist
pulkit (Pulkit Goyal)
- D1791: tests: make autodiff.py work on Python 3
durin42 (Augie Fackler)
- D1788: tests: add b'' to string literals where bytes are required
durin42 (Augie Fackler)
- D1794: py3: make regular expressions bytes by prepending b''
durin42 (Augie Fackler)
- [PATCH 2 of 2] util: whitelist NTFS for hardlink creation
Augie Fackler
- D1729: githelp: don't reference 3rd party commands for `git show`
indygreg (Gregory Szorc)
- Pulls Result in 414: Request URI too large
Chuck Lowery
- [PATCH 1 of 3 RFC] lfs: add a function to get the user visible filename for a revlog
Matt Harbison
- [PATCH 2 of 3 RFC] lfs: convert threshold testing to use a matcher
Matt Harbison
- [PATCH 3 of 3 RFC] lfs: add support for supplying a pattern/fileset
Matt Harbison
- [PATCH 1 of 5] pure: implement osutil.getfstype() on Windows
Matt Harbison
- [PATCH 2 of 5] osutil: split a utility function to obtain the volume out of getfstype()
Matt Harbison
- [PATCH 3 of 5] osutil: add a function to show the mount point of the filesystem
Matt Harbison
- [PATCH 4 of 5] debugfs: display the tested path and mount point of the filesystem, if known
Matt Harbison
- [PATCH 5 of 5] osutil: implement getfsmountpoint() on BSD systems
Matt Harbison
- [PATCH 1 of 2] cext: implement osutil.getfstype() on Windows
Yuya Nishihara
- [PATCH 1 of 2] cext: implement osutil.getfstype() on Windows
Matt Harbison
- Extreme unbundling performance difference between none-v2 and zstd-v2 bundle
Stefan Ring
- [PATCH 2 of 3 RFC] lfs: convert threshold testing to use a matcher
Jun Wu
- [PATCH 2 of 3 RFC] lfs: convert threshold testing to use a matcher
Jun Wu
- [PATCH 1 of 5] pure: implement osutil.getfstype() on Windows
Yuya Nishihara
- [PATCH 1 of 2] cext: implement osutil.getfstype() on Windows
Yuya Nishihara
- [PATCH 1 of 7 V2] util: move getfstype() to the platform modules
Matt Harbison
- [PATCH 2 of 7 V2] win32: implement util.getfstype()
Matt Harbison
- [PATCH 3 of 7 V2] util: whitelist NTFS for hardlink creation (issue4580)
Matt Harbison
- [PATCH 4 of 7 V2] win32: split a utility function to obtain the volume out of getfstype()
Matt Harbison
- [PATCH 5 of 7 V2] util: add a function to show the mount point of the filesystem
Matt Harbison
- [PATCH 6 of 7 V2] debugfs: display the tested path and mount point of the filesystem, if known
Matt Harbison
- [PATCH 7 of 7 V2] osutil: implement getfsmountpoint() on BSD systems
Matt Harbison
- [PATCH 3 of 7 V2] util: whitelist NTFS for hardlink creation (issue4580)
Matt Harbison
- [PATCH 2 of 7 V2] win32: implement util.getfstype()
Yuya Nishihara
- [PATCH] revset: parse x^:: as (x^):: (issue5764)
Yuya Nishihara
- Extreme unbundling performance difference between none-v2 and zstd-v2 bundle
Gregory Szorc
- [PATCH 2 of 7 V2] win32: implement util.getfstype()
Matt Harbison
Last message date:
Mon Jan 1 00:38:41 UTC 2018
Archived on: Thu Jun 30 01:02:33 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).