# HG changeset patch # User Dmitriy Morozov # Date 1211817814 14400 # Node ID 6ab60ee8b151f3f5f40c8ef5ba3839e18d4df3e2 # Parent 4574d2d34009b149a558eafe9b5497d58e206172 Typo in iupdate resulted in a wrong variable name 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'])