summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2012-03-18 04:05:25 +0530
committerManish Sinha <manishsinha@ubuntu.com>2012-03-18 04:05:25 +0530
commit51a43d23c383383bd63a7f3da44940f67a2cae87 (patch)
tree6a3bf155b44c031f84b0bd0cd2fb07bfeb71eb7e
parent4e46acc9d7a292b97c55e7ba62667cfcf76cd101 (diff)
Changed post_pull to use WORLD_ACTIVITY instead of USER_ACTIVITY
-rw-r--r--bzr/hooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bzr/hooks.py b/bzr/hooks.py
index 3701296..6c69043 100644
--- a/bzr/hooks.py
+++ b/bzr/hooks.py
@@ -111,7 +111,7 @@ def post_pull(pull_result):
subject = subject_for_branch(pull_result.master_branch)
event = Event.new_for_values(
interpretation=unicode(Interpretation.RECEIVE_EVENT),
- manifestation=unicode(Manifestation.USER_ACTIVITY),
+ manifestation=unicode(Manifestation.WORLD_ACTIVITY),
actor=get_actor(),
subjects=[subject,]
)