aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
authorAaron Bentley <abentley@panoramicfeedback.com>2005-05-18 17:07:00 +0000
committerAaron Bentley <abentley@panoramicfeedback.com>2005-05-18 17:07:00 +0000
commit072de5077de9a96b3beab518089d98e50f2bbd00 (patch)
tree1352efa70cbc714a28555d1614cd1e52d63e3dcb /becommands
parent1cada35b2e3f63d53621f5db1af0c699351c3092 (diff)
downloadbugseverywhere-072de5077de9a96b3beab518089d98e50f2bbd00.tar.gz
Ensured .be is source for Arch (closes 381)
Modified bug reports: 381: Ensure .be is source in Arch status: open -> closed
Diffstat (limited to 'becommands')
-rw-r--r--becommands/set_root.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/set_root.py b/becommands/set_root.py
index ceed0dd..ad20b8e 100644
--- a/becommands/set_root.py
+++ b/becommands/set_root.py
@@ -32,7 +32,7 @@ def execute(args):
>>> bd = bugdir.tree_root(dir.name)
>>> bd.root = dir.name
>>> dir = tests.arch_dir()
- >>> execute([dir.name+"/{arch}"])
+ >>> execute([dir.name])
Using Arch for revision control.
Directory initialized.
>>> bd = bugdir.tree_root(dir.name+"/{arch}")