Merged in unit193/bzr-irker-plugin (pull request #1)
authorNeil Muller <drnlmuller+github@gmail.com>
Wed, 11 Nov 2015 10:29:33 +0000 (12:29 +0200)
committerNeil Muller <drnlmuller+github@gmail.com>
Wed, 11 Nov 2015 10:29:33 +0000 (12:29 +0200)
Update URLs, change hook to only post_commit

README
__init__.py
setup.py

diff --git a/README b/README
index 99894726362a554eac01c5c20885c4bd09dc716f..9eec8aec60de1a00d853ce62ac51263aee824fd1 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 This is a bzr plugin for sending notifications to irker
-(https://gitorious.org/irker)
+(https://bitbucket.org/drnlm/bzr-irker-plugin)
 
 It's based off bzr-email, with a bunch of stuff stolen from the bzr-cia
 plugin.
index 1bc1f346db2149cd4af103bf79b1f6e24234f94b..448e24ac4be48df7de5a9fbbacd83eeb83e484c2 100644 (file)
@@ -67,4 +67,4 @@ option_registry.register_lazy("irker_port",
 
 from bzrlib.hooks import install_lazy_named_hook
 install_lazy_named_hook("bzrlib.branch", "Branch.hooks",
-        'post_change_branch_tip', branch_post_change_hook, 'bzr-irker')
+        'post_commit', branch_post_change_hook, 'bzr-irker')
index 4b78ee576ed0ac383e256a2695cd89d601c98dc5..997acbb7c5a7ca23d7e6bd36c869d0ee6f806691 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -7,8 +7,8 @@ if __name__ == '__main__':
       description='Irker plugin for Bazaar',
       keywords='plugin bzr irker',
       version='0.0.1',
-      url='www.ctpug.org.za',
-      download_url='git@ctpug.org.za:bzrirker',
+      url='https://bitbucket.org/drnlm/bzr-irker-plugin',
+      download_url='https://bitbucket.org/drnlm/bzr-irker-plugin/downloads',
       license='GPL',
       author='Neil Muller',
       author_email='drnlmuller+irker@gmail.com',