~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-11-23 00:05:45 UTC
  • mfrom: (0.8.7 show_paths)
  • Revision ID: aaron.bentley@utoronto.ca-20061123000545-vk3id8fxuzzclvsh
Add show-paths command from Alexander Belchenko

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), 
79
79
                                                 "external")))
80
80
 
 
81
import show_paths
 
82
 
81
83
bzrlib.ignores.add_runtime_ignores(['./.shelf'])
82
84
 
83
85