Rev 1757: Mention pre-revprop-change hook when revision properties cna't be changed. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Tue Nov 11 16:40:43 GMT 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1757
revision-id: jelmer at samba.org-20081111164040-trao8l0gf2jjmzf3
parent: jelmer at samba.org-20081111012849-zu9ag87ue40b5zhe
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-11-11 17:40:40 +0100
message:
  Mention pre-revprop-change hook when revision properties cna't be changed.
modified:
  errors.py                      errors.py-20061226172623-w1sbj8ynpo0eojqp-1
=== modified file 'errors.py'
--- a/errors.py	2008-09-30 02:57:48 +0000
+++ b/errors.py	2008-11-11 16:40:40 +0000
@@ -95,7 +95,8 @@
 
 
 class RevpropChangeFailed(BzrError):
-    _fmt = """Unable to set revision property %(name)s."""
+    _fmt = """Unable to set revision property %(name)s. 
+Does the repository pre-revprop-change hook allow property changes?"""
 
     def __init__(self, name):
         BzrError.__init__(self)




More information about the bazaar-commits mailing list