Rev 10: Minor whitespace cleanup in http://bzr.arbash-meinel.com/plugins/stats

John Arbash Meinel john at arbash-meinel.com
Tue Jul 17 17:17:42 BST 2007


At http://bzr.arbash-meinel.com/plugins/stats

------------------------------------------------------------
revno: 10
revision-id: john at arbash-meinel.com-20070717161740-mgx46holdqzpb3a4
parent: john at arbash-meinel.com-20070717161704-86awwl7ho2wur2zq
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: stats
timestamp: Tue 2007-07-17 11:17:40 -0500
message:
  Minor whitespace cleanup
modified:
  __init__.py                    __init__.py-20060629132721-mkbaty0vfk4y3v59-1
  test_stats.py                  test_stats.py-20070717155624-qo704ytybw1z302x-1
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2007-07-17 15:59:53 +0000
+++ b/__init__.py	2007-07-17 16:17:40 +0000
@@ -249,6 +249,7 @@
 
 bzrlib.commands.register_command(cmd_ancestor_growth)
 
+
 def test_suite():
     from unittest import TestSuite
     from bzrlib.tests import TestLoader

=== modified file 'test_stats.py'
--- a/test_stats.py	2007-07-17 15:59:53 +0000
+++ b/test_stats.py	2007-07-17 16:17:40 +0000
@@ -1,6 +1,7 @@
 from bzrlib.tests import TestCase
 from bzrlib.plugins.stats import extract_fullname
 
+
 class TestFullnameExtractor(TestCase):
     def test_standard(self):
         self.assertEquals("John Doe", 



More information about the bazaar-commits mailing list