<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch 0.9.19</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Updated change log for a release</title>
<updated>2019-10-14T18:04:06+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-10-14T18:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=271a5da1426539b257485ab727ddde0e5f33d982'/>
<id>271a5da1426539b257485ab727ddde0e5f33d982</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #787 from python-cmd2/indent_error</title>
<updated>2019-10-09T22:51:11+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-10-09T22:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=8c1b52f1da7ee75e82f2d098f0f6db2c53b0052f'/>
<id>8c1b52f1da7ee75e82f2d098f0f6db2c53b0052f</id>
<content type='text'>
Improved displaying  multiline CompletionErrors</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improved displaying  multiline CompletionErrors</pre>
</div>
</content>
</entry>
<entry>
<title>Improved displaying  multiline CompletionErrors</title>
<updated>2019-10-09T20:16:14+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-10-09T20:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=5d2686af53c644e98c2d28de954d2dc2ced9287d'/>
<id>5d2686af53c644e98c2d28de954d2dc2ced9287d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #786 from python-cmd2/history_error</title>
<updated>2019-10-08T22:55:26+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-10-08T22:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=d0e18f1123e1f3ae0d0a93f737867fdb266d32b8'/>
<id>d0e18f1123e1f3ae0d0a93f737867fdb266d32b8</id>
<content type='text'>
Fixed ValueError exception when opening old history file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed ValueError exception when opening old history file</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a comment</title>
<updated>2019-10-08T22:45:48+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-10-08T22:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=32efbfbd244765adc5179f6a147af5ef1ca828ad'/>
<id>32efbfbd244765adc5179f6a147af5ef1ca828ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed ValueError exception which can occur when opening an old format persistent history file with a new version of cmd2</title>
<updated>2019-10-08T01:58:06+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2019-10-08T01:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=b3a68e56dff7912f43a3e73d6a8d2d8bd8d3edc7'/>
<id>b3a68e56dff7912f43a3e73d6a8d2d8bd8d3edc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated change log for release</title>
<updated>2019-10-01T19:34:49+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-10-01T19:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=8b45f3a274c22168be8c4582fe38b4a0b02821b5'/>
<id>8b45f3a274c22168be8c4582fe38b4a0b02821b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #784 from python-cmd2/mutually_exclusive_groups</title>
<updated>2019-10-01T18:14:38+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-10-01T18:14:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=07ddcb4ea33f02916fb7ddaef4018fffa0d2761e'/>
<id>07ddcb4ea33f02916fb7ddaef4018fffa0d2761e</id>
<content type='text'>
Mutually exclusive groups</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mutually exclusive groups</pre>
</div>
</content>
</entry>
<entry>
<title>Updated change log</title>
<updated>2019-10-01T02:50:36+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-10-01T02:50:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=2ac65e01271f21241cb0958169950b36cb9d463c'/>
<id>2ac65e01271f21241cb0958169950b36cb9d463c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added comment</title>
<updated>2019-10-01T02:46:55+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2019-10-01T02:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=2d14ce9fba552134b6df2ccb8e17958b44ee76de'/>
<id>2d14ce9fba552134b6df2ccb8e17958b44ee76de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
