<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch 0.9.3</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>Filled in date for 0.9.3 release</title>
<updated>2018-07-12T16:07:45+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-07-12T16:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=625aea03324119b0ed7c2e84afd5575ffc8fa72a'/>
<id>625aea03324119b0ed7c2e84afd5575ffc8fa72a</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 #468 from python-cmd2/hist_tests</title>
<updated>2018-07-12T14:09:14+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-07-12T14:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4fbe263ae6cb3bfac461cab6daf92364b1620e5f'/>
<id>4fbe263ae6cb3bfac461cab6daf92364b1620e5f</id>
<content type='text'>
Added unit tests for persistent history file</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added unit tests for persistent history file</pre>
</div>
</content>
</entry>
<entry>
<title>Added a session-scoped test fixture to ensure teardown of the persistent history file</title>
<updated>2018-07-12T13:43:51+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-07-12T13:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=87ab9c8a86d51966fee94f53a1b136d231d764e5'/>
<id>87ab9c8a86d51966fee94f53a1b136d231d764e5</id>
<content type='text'>
Also:
- Switched to writing the file in the temp directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Switched to writing the file in the temp directory
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit tests for persistent history file</title>
<updated>2018-07-12T07:38:35+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-07-12T07:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=95e6dfa67edd6bfe7cd6c19e484318ccf5cd6ab5'/>
<id>95e6dfa67edd6bfe7cd6c19e484318ccf5cd6ab5</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 #467 from python-cmd2/history</title>
<updated>2018-07-12T05:35:46+00:00</updated>
<author>
<name>kmvanbrunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-07-12T05:35:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=5d2133ae8e67435d1f2af17cd80d0490c0ba0f82'/>
<id>5d2133ae8e67435d1f2af17cd80d0490c0ba0f82</id>
<content type='text'>
History clear</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
History clear</pre>
</div>
</content>
</entry>
<entry>
<title>Added description of history --clear flag to change log</title>
<updated>2018-07-12T05:12:09+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-07-12T05:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4a233b8148add8b89847fbeab141ca15737e44f2'/>
<id>4a233b8148add8b89847fbeab141ca15737e44f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into history</title>
<updated>2018-07-12T05:09:05+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-07-12T05:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=131e0d2e6481dfde4e061c0ae4afdff3edf01851'/>
<id>131e0d2e6481dfde4e061c0ae4afdff3edf01851</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 #466 from python-cmd2/delete_cmdresult</title>
<updated>2018-07-12T05:04:54+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2018-07-12T05:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=ea7a4bbd14a41b0e9bdde8d34c666eb35df60c4a'/>
<id>ea7a4bbd14a41b0e9bdde8d34c666eb35df60c4a</id>
<content type='text'>
Deleted the CmdResult helper class</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deleted the CmdResult helper class</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit tests</title>
<updated>2018-07-12T04:58:57+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-07-12T04:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=d52fe23f70cddfb53005d0e9f05f1a7dceea8fbb'/>
<id>d52fe23f70cddfb53005d0e9f05f1a7dceea8fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into history</title>
<updated>2018-07-12T04:31:15+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2018-07-12T04:31:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=297eff0540c2115d817dbe4338830b23bdddd9a0'/>
<id>297eff0540c2115d817dbe4338830b23bdddd9a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
