Typo in iupdate resulted in a wrong variable name
authorDmitriy Morozov <morozov@cs.duke.edu>
Mon, 26 May 2008 12:03:34 -0400
changeset 27 6ab60ee8b151
parent 26 4574d2d34009
child 28 8b6b282d3ebd
Typo in iupdate resulted in a wrong variable name
artemis.py
--- a/artemis.py	Mon Apr 28 18:07:55 2008 -0400
+++ b/artemis.py	Mon May 26 12:03:34 2008 -0400
@@ -187,7 +187,7 @@
     issue, id = _find_issue(ui, repo, id)
     if not issue: return
     
-    _create_missing_dirs(os.path.join(repo.root, issues_dir), issue_id)
+    _create_missing_dirs(os.path.join(repo.root, issues_dir), id)
 
     properties = _get_properties(opts['property'])