Rev 30: Add update-copyright to the list of registered plugins. in http://bzr.arbash-meinel.com/branches/bzr/other/bzr-alldocs

John Arbash Meinel john at arbash-meinel.com
Mon Jan 11 19:25:53 GMT 2010


At http://bzr.arbash-meinel.com/branches/bzr/other/bzr-alldocs

------------------------------------------------------------
revno: 30
revision-id: john at arbash-meinel.com-20100111192537-36zch1e8yu4vc3bb
parent: ian.clatworthy at canonical.com-20091211132519-w87j25fkvalxhrlm
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: bzr-alldocs
timestamp: Mon 2010-01-11 13:25:37 -0600
message:
  Add update-copyright to the list of registered plugins.
-------------- next part --------------
=== modified file 'plugins-registry.ini'
--- a/plugins-registry.ini	2009-12-11 13:19:26 +0000
+++ b/plugins-registry.ini	2010-01-11 19:25:37 +0000
@@ -4,7 +4,7 @@
 # plugins themselves.
 #
 # Usage Tips:
-# 1. Please keep plugins in aplhabetical order.
+# 1. Please keep plugins in alphabetical order.
 # 2. The only required values are 'purpose' and 'link.branch'.
 # 3. purpose needs to be consise as it appears in the Guide's Contents.
 # 4. link.branch is where the code lives. Use lp:xxx if appropriate.
@@ -696,6 +696,15 @@
 platform.windows = True
 wiki.description = Step through history and undelete to last known version of file(s)/dir(s). Allows searching history using regex for filename.
 
+[plugin update-copyright]
+purpose = Update Copyright headers in files based on bzr info
+link.branch = lp:bzr-update-copyright
+owner = bzr
+platform.gnulinux = True
+platform.mac-osx = True
+platform.windows = True
+wiki.description = Update any 'Copyright' headers in files. Has a 'start_commit' hook that can be configured to auto-update any locally modified files
+
 [plugin update-mirrors]
 purpose = Updates all the branches in a directory
 link.branch = http://bzr.arbash-meinel.com/plugins/update-mirrors



More information about the bazaar-commits mailing list