<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/coverage/cmdline.py, branch read_pickle</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Fix --append trying to make a new file. #392</title>
<updated>2015-08-04T01:25:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-04T01:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f1491bdf248bc8bd073a1ae061757d7bfd787e79'/>
<id>f1491bdf248bc8bd073a1ae061757d7bfd787e79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the coverage.config item-access syntax to a real method call.</title>
<updated>2015-08-02T16:51:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-02T16:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=88fbb0bc8142e71d29d26edf7bd6e47ac1cd7445'/>
<id>88fbb0bc8142e71d29d26edf7bd6e47ac1cd7445</id>
<content type='text'>
The square brackets were too cute, and I couldn't figure out how to document
them anyway!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The square brackets were too cute, and I couldn't figure out how to document
them anyway!
</pre>
</div>
</content>
</entry>
<entry>
<title>Only use the item access for config in cmdline.py</title>
<updated>2015-08-02T13:14:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-02T13:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=4031cbbe269ad31b63b9533dca2fa22510bcb3ba'/>
<id>4031cbbe269ad31b63b9533dca2fa22510bcb3ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support directories on the 'coverage run' command line. #252</title>
<updated>2015-08-01T21:15:27+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-08-01T21:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=83c5a53febfd8a7028a688678e3d5308e667a862'/>
<id>83c5a53febfd8a7028a688678e3d5308e667a862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Can't use --append and --parallel-mode together.</title>
<updated>2015-07-30T23:51:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-30T23:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=98f38f393b954f0e99cc16303911fb5bd26f1b61'/>
<id>98f38f393b954f0e99cc16303911fb5bd26f1b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get --append working again.</title>
<updated>2015-07-30T14:10:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-30T14:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=8b9ba53c845a304dfddc5a78cf0107365edc505d'/>
<id>8b9ba53c845a304dfddc5a78cf0107365edc505d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up from the merge of PR 62</title>
<updated>2015-07-30T11:34:37+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-30T11:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=e812f4dd7e82a9de6323b139c9ae3e02cd16d7f0'/>
<id>e812f4dd7e82a9de6323b139c9ae3e02cd16d7f0</id>
<content type='text'>
Remove the globbing option.  Added a test.  Corrected parameter names and docs.
Updated the AUTHORS file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the globbing option.  Added a test.  Corrected parameter names and docs.
Updated the AUTHORS file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automated merge with ssh://bitbucket.org/ned/coveragepy</title>
<updated>2015-07-30T11:15:12+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-30T11:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c78f8f2df1e3d2843514b98b9fedafb454711b0c'/>
<id>c78f8f2df1e3d2843514b98b9fedafb454711b0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring cmdline in prep for getting --append to work again.</title>
<updated>2015-07-30T11:13:45+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-07-30T11:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=7f0e87b3e2a99968e7e49eb8b7d2231b801b7da9'/>
<id>7f0e87b3e2a99968e7e49eb8b7d2231b801b7da9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extend combine parameters to allow for file names and shell globs</title>
<updated>2015-07-29T16:55:43+00:00</updated>
<author>
<name>Alexander Todorov</name>
<email>atodorov@otb.bg</email>
</author>
<published>2015-07-29T16:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=a98ffc153e5dedb5fed97ed8cbf5fbad65a248bd'/>
<id>a98ffc153e5dedb5fed97ed8cbf5fbad65a248bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
