##// END OF EJS Templates
tests: fix some odd source formatting / spacing around ','...
Mads Kiilerich -
r7883:529917d3 default
parent child Browse files
Show More
@@ -444,20 +444,20 b' class TestMercurialChangeset(object):'
444 # added: 20
444 # added: 20
445 # removed: 1
445 # removed: 1
446 changed = set(['.hgignore'
446 changed = set(['.hgignore'
447 , 'README.rst' , 'docs/conf.py' , 'docs/index.rst' , 'setup.py'
447 , 'README.rst', 'docs/conf.py', 'docs/index.rst', 'setup.py'
448 , 'tests/test_hg.py' , 'tests/test_nodes.py' , 'vcs/__init__.py'
448 , 'tests/test_hg.py', 'tests/test_nodes.py', 'vcs/__init__.py'
449 , 'vcs/backends/__init__.py' , 'vcs/backends/base.py'
449 , 'vcs/backends/__init__.py', 'vcs/backends/base.py'
450 , 'vcs/backends/hg.py' , 'vcs/nodes.py' , 'vcs/utils/__init__.py'])
450 , 'vcs/backends/hg.py', 'vcs/nodes.py', 'vcs/utils/__init__.py'])
451
451
452 added = set(['docs/api/backends/hg.rst'
452 added = set(['docs/api/backends/hg.rst'
453 , 'docs/api/backends/index.rst' , 'docs/api/index.rst'
453 , 'docs/api/backends/index.rst', 'docs/api/index.rst'
454 , 'docs/api/nodes.rst' , 'docs/api/web/index.rst'
454 , 'docs/api/nodes.rst', 'docs/api/web/index.rst'
455 , 'docs/api/web/simplevcs.rst' , 'docs/installation.rst'
455 , 'docs/api/web/simplevcs.rst', 'docs/installation.rst'
456 , 'docs/quickstart.rst' , 'setup.cfg' , 'vcs/utils/baseui_config.py'
456 , 'docs/quickstart.rst', 'setup.cfg', 'vcs/utils/baseui_config.py'
457 , 'vcs/utils/web.py' , 'vcs/web/__init__.py' , 'vcs/web/exceptions.py'
457 , 'vcs/utils/web.py', 'vcs/web/__init__.py', 'vcs/web/exceptions.py'
458 , 'vcs/web/simplevcs/__init__.py' , 'vcs/web/simplevcs/exceptions.py'
458 , 'vcs/web/simplevcs/__init__.py', 'vcs/web/simplevcs/exceptions.py'
459 , 'vcs/web/simplevcs/middleware.py' , 'vcs/web/simplevcs/models.py'
459 , 'vcs/web/simplevcs/middleware.py', 'vcs/web/simplevcs/models.py'
460 , 'vcs/web/simplevcs/settings.py' , 'vcs/web/simplevcs/utils.py'
460 , 'vcs/web/simplevcs/settings.py', 'vcs/web/simplevcs/utils.py'
461 , 'vcs/web/simplevcs/views.py'])
461 , 'vcs/web/simplevcs/views.py'])
462
462
463 removed = set(['docs/api.rst'])
463 removed = set(['docs/api.rst'])
General Comments 0
You need to be logged in to leave comments. Login now