~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Michael Ellerman
  • Date: 2006-03-13 00:59:59 UTC
  • mto: (325.1.2 bzrtools) (0.3.1 shelf-dev)
  • mto: This revision was merged to the branch mainline in revision 334.
  • Revision ID: michael@ellerman.id.au-20060313005959-58b150f57d97dbb4
Keep ignoring .bzr-shelf* so as not to suprise people

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
from bzrlib import DEFAULT_IGNORE
10
10
 
11
11
DEFAULT_IGNORE.append('./.shelf')
 
12
DEFAULT_IGNORE.append('./.bzr-shelf*')
12
13
 
13
14
class cmd_shelve(bzrlib.commands.Command):
14
15
    """Temporarily set aside some changes from the current tree.