Rev 8: Comment about using configs instead of hardcoding. in http://bzr.arbash-meinel.com/plugins/raf

John Arbash Meinel john at arbash-meinel.com
Wed Jan 14 22:14:22 GMT 2009


At http://bzr.arbash-meinel.com/plugins/raf

------------------------------------------------------------
revno: 8
revision-id: john at arbash-meinel.com-20090114221405-m8dhhjec4faew4b1
parent: john at arbash-meinel.com-20090114220938-blx2m9fulk5jsyvb
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: raf
timestamp: Wed 2009-01-14 16:14:05 -0600
message:
  Comment about using configs instead of hardcoding.
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2009-01-14 22:09:38 +0000
+++ b/__init__.py	2009-01-14 22:14:05 +0000
@@ -26,6 +26,9 @@
 # is archived, it will be renamed into this directory
 DEFAULT_ARCHIVE_BASE = 'bzr+ssh://example.com/path/to/repo/archived'
 
+# XXX: Another option would be to use Branch.get_config() and to store values
+# for things like "archive" and "target_branch" there.
+
 
 from bzrlib import (
     commands,



More information about the bazaar-commits mailing list