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

------------------------------------------------------------
revno: 8
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: raf
timestamp: Wed 2009-01-14 16:14:05 -0600
message:
  Comment about using configs instead of hardcoding.
=== 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,

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to