<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/noseagain</filename>
    </added>
    <added>
      <filename>noseagain/__init__.py</filename>
    </added>
    <added>
      <filename>noseagain/noseagain.py</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,10 @@
-Autonose automatically runs tests for nose (http://code.google.com/p/python-nose/) when the code in the working directory changes, i.e. is saved. Autonose can run every test whenever any file is saved or try and be selective and only run test files that have the same filename (with test_ prefix) as the module being saved.
+Noseagain automatically runs tests for nose (http://code.google.com/p/python-nose/) when the code in the working directory changes, i.e. is saved. Noseagain can run every test whenever any file is saved or try and be selective and only run test files that have the same filename (with test_ prefix) as the module being saved.
 
 == Installation
 $ sudo python setup.py install
 
 == Basic usage
-After installing you can use the autonose script. By default autonose will search for test files using the following structure:
+After installing you can use the noseagain script. By default noseagain will search for test files using the following structure:
 
 - root
     - tests
@@ -16,21 +16,21 @@ After installing you can use the autonose script. By default autonose will searc
 
 So for each python file that is not prefixed with test_ it will attempt to locate a related file in the tests folder and run that. This means that by default it will be selective as to which tests are run. For example, if you only save the module.py file then test_module.py is run and not all the tests in the tests folder. You can of course override this by using the -a option.
 
-To run autonose simply run this command from the root of the project:
+To run noseagain simply run this command from the root of the project:
 
-$ autonose
+$ noseagain
 
 If you want to pass extra options to nose itself, for example on OS X you might have the growl notification plugin, you can simply do:
 
-$ autonose -- --with-growl
+$ noseagain -- --with-growl
 
-Please note that autonose scans all the python files located in the root and sub-directories of root on load. If you want to have the files re-scanned, for example if you have added new tests or modules then attempt to interrupt the script with Ctrl+C once, after 1 second it will re-scan the files. If you want to quit the script then simply Ctrl+C twice in a row.
+Please note that noseagain scans all the python files located in the root and sub-directories of root on load. If you want to have the files re-scanned, for example if you have added new tests or modules then attempt to interrupt the script with Ctrl+C once, after 1 second it will re-scan the files. If you want to quit the script then simply Ctrl+C twice in a row.
 
 Options
 ==============
 
 -w WORKING_DIR, --working-dir=WORKING_DIR
-    This option allows you to run autonose from a different location to the project but still set the project root as the working directory. By default the working directory is worked out from which ever directory the script is run from.
+    This option allows you to run noseagain from a different location to the project but still set the project root as the working directory. By default the working directory is worked out from which ever directory the script is run from.
     
 -t TEST_DIR, --test-dir=TEST_DIR
     This option allows you to override the directory the tests are stored in. By default it looks for tests in a folder called 'tests'. This option only works when using the selective test running, this option becomes redundant when used with -a, --all-tests.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,13 @@
 from distutils.core import setup
 
 setup(
-    name = 'autonose',
+    name = 'noseagain',
     version = '0.0.1',
     author = 'Richard Grundy',
     author_email = 'rich@27smiles.com',
     description = ('automatically run nosetests when files are saved'),
     license = 'MIT',
-    url = 'http://github.com/RichGuk/autonose',
-    packages = ['autonose'],
-    scripts = ['bin/autonose']
+    url = 'http://github.com/RichGuk/noseagain',
+    packages = ['noseagain'],
+    scripts = ['bin/noseagain']
 )
\ No newline at end of file</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>autonose/__init__.py</filename>
    </removed>
    <removed>
      <filename>autonose/autonose.py</filename>
    </removed>
    <removed>
      <filename>bin/autonose</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>32f4df89b138c47a7e237e036ae3167c4ec91d27</id>
    </parent>
  </parents>
  <author>
    <name>Richard Grundy</name>
    <email>rich@27smiles.com</email>
  </author>
  <url>http://github.com/RichGuk/noseagain/commit/c906b436c395593c69a4bf53adb4a86cfa9fcac8</url>
  <id>c906b436c395593c69a4bf53adb4a86cfa9fcac8</id>
  <committed-date>2009-06-23T15:31:34-07:00</committed-date>
  <authored-date>2009-06-23T15:31:34-07:00</authored-date>
  <message>Renamed the project to noseagain, there is already an autonose (github.com/gfxmonk/autonose/tree/master) which I'm going to contribute if I can, I'll leave mine up for now.</message>
  <tree>6a304a4f3e0587b5b8765275bb4baf7c2992e3d3</tree>
  <committer>
    <name>Richard Grundy</name>
    <email>rich@27smiles.com</email>
  </committer>
</commit>
