~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2008-11-05 00:11:09 UTC
  • mto: This revision was merged to the branch mainline in revision 678.
  • Revision ID: aaron@aaronbentley.com-20081105001109-yt2dp0h5h3ssb7xt
Restore runtime ignore for .shelf

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
Various useful commands for working with bzr.
19
19
"""
20
20
 
 
21
from bzrlib import ignores
21
22
from bzrlib.commands import plugin_cmds
22
23
from version import version_info, __version__
23
24
 
24
25
 
 
26
ignores.add_runtime_ignores(['./.shelf'])
 
27
 
 
28
 
25
29
commands = {
26
30
    'cmd_branches': [],
27
31
    'cmd_branch_history': [],