remotenames: accept test failures

This commit is contained in:
Stanislau Hlebik 2018-01-03 06:28:53 -08:00
parent 11ed662a15
commit 23dd2cf1eb
5 changed files with 28 additions and 1 deletions

View File

@ -17,6 +17,10 @@ New errors are not allowed. Warnings are strongly discouraged.
Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob)
Skipping mercurial/statprof.py it has no-che?k-code (glob)
Skipping tests/badserverext.py it has no-che?k-code (glob)
tests/test-remotenames-basic.t:308:
> $ hg help bookmarks | grep -A 3 -- '--track'
don't use grep's context flags
[1]
@commands in debugcommands.py should be in alphabetical order.

View File

@ -45,3 +45,23 @@ New errors are not allowed. Warnings are strongly discouraged.
$ testrepohg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' |
> $PYTHON contrib/check-config.py
undocumented: remotenames.alias.default (bool)
undocumented: remotenames.allownonfastforward (bool)
undocumented: remotenames.calculatedistance (bool)
undocumented: remotenames.disallowedbookmarks (list)
undocumented: remotenames.disallowedhint (str)
undocumented: remotenames.disallowedto (str)
undocumented: remotenames.fastheaddiscovery (bool)
undocumented: remotenames.forcecompat (bool)
undocumented: remotenames.forceto (bool)
undocumented: remotenames.hoist (str)
undocumented: remotenames.pushanonheads (bool)
undocumented: remotenames.pushrev (str)
undocumented: remotenames.resolvenodes (bool)
undocumented: remotenames.selectivepull (bool)
undocumented: remotenames.selectivepulldefault (list)
undocumented: remotenames.suppressbranches (bool)
undocumented: remotenames.syncbookmarks (bool)
undocumented: remotenames.tracking (bool)
undocumented: remotenames.transitionmessage (str)
undocumented: remotenames.upstream (list)

View File

@ -19,6 +19,8 @@
contrib/python-zstandard/tests/test_estimate_sizes.py not using absolute_import
contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import
contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import
hgext/remotenames.py not using absolute_import
remotenames/setup.py not using absolute_import
setup.py not using absolute_import
#if py3exe

View File

@ -6,7 +6,7 @@ from mercurial import (
ui as uimod,
)
ignore = {b'highlight', b'win32text', b'factotum'}
ignore = {b'highlight', b'win32text', b'factotum', b'remotenames'}
if os.name != 'nt':
ignore.add(b'win32mbcs')

View File

@ -273,6 +273,7 @@ Test extension help:
purge command to delete untracked files from the working
directory
relink recreates hardlinks between repository clones
remotenames
schemes extend schemes with shortcuts to repository swarms
share share a common history between several working directories
shelve save and restore changes to the working directory