diff -r 4574d2d34009 -r 6ab60ee8b151 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'])