~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to graph.py

  • Committer: Aaron Bentley
  • Date: 2005-09-22 19:30:52 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050922193052-5eec392e00f80525
Fixed error message

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
                " is installed correctly.")
218
218
        except NoRsvg, e:
219
219
            raise BzrCommandError("Can't find 'rsvg'.  Please ensure "\
220
 
                "librsvg-bin is installed correctly, or use --noantialias.")
 
220
                "librsvg-bin is installed correctly, or use --no-antialias.")
221
221
    elif ext in DOT_OUTPUT_TYPES:
222
222
        try:
223
223
            invoke_dot(output, filename, ext)