aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/diff.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-05 04:21:04 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-05 04:21:04 -0500
commit3cf0394832176a18f658ef3a89521bcccd57cb9e (patch)
treed6908116da8a86c2ca6aa79879a5cf5093c0e7c9 /becommands/diff.py
parentfbb8504a6c0438e90b046e44a60608159f4e3f63 (diff)
downloadbugseverywhere-3cf0394832176a18f658ef3a89521bcccd57cb9e.tar.gz
More 'DIR'->diff.BUGDIR_ID updates
Diffstat (limited to 'becommands/diff.py')
-rw-r--r--becommands/diff.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/becommands/diff.py b/becommands/diff.py
index e2ff052..2cff537 100644
--- a/becommands/diff.py
+++ b/becommands/diff.py
@@ -40,7 +40,7 @@ def execute(args, manipulate_encodings=True, restrict_file_access=False):
Changed bug settings:
status: open -> closed
>>> if bd.vcs.versioned == True:
- ... execute(["--subscribe", "DIR:mod", "--uuids", original],
+ ... execute(["--subscribe", "%(bugdir_id)s:mod", "--uuids", original],
... manipulate_encodings=False)
... else:
... print "a"
@@ -53,7 +53,7 @@ def execute(args, manipulate_encodings=True, restrict_file_access=False):
...
UsageError: This directory is not revision-controlled.
>>> bd.cleanup()
- """
+ """ % {'bugdir_id':diff.BUGDIR_ID}
parser = get_parser()
options, args = parser.parse_args(args)
cmdutil.default_complete(options, args, parser)