Add ability to run on a remote root based on the config file.
authorW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 20:50:19 +0000 (15:50 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 16 Feb 2012 20:50:23 +0000 (15:50 -0500)
commit1e0bb15fbf0be2d440e5d1dbbaa82562c9f918b0
tree9987a4047f68e914be4b60f8f3039daa593f19be
parent84f8c846bb15e717e6fb78b307ebe0a5580f7aae
Add ability to run on a remote root based on the config file.

For example

  update-copyright.py --config /path/to/project/.update-copyright.conf

will now update the code in `/path/to/project/` without you having to
change into that directory.
bin/update-copyright.py
update_copyright/project.py
update_copyright/vcs/__init__.py
update_copyright/vcs/bazaar.py
update_copyright/vcs/git.py
update_copyright/vcs/mercurial.py
update_copyright/vcs/utils.py