~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to shelf.py

  • Committer: Aaron Bentley
  • Date: 2005-09-30 15:28:45 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050930152845-548b00238421d05b
Default-ignored shelf files

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
import glob
9
9
from bzrlib.commands import Command
10
10
from bzrlib.branch import Branch
 
11
from bzrlib import DEFAULT_IGNORE
 
12
 
 
13
DEFAULT_IGNORE.append('./.bzr-shelf*')
11
14
 
12
15
def main(args):
13
16
    name = os.path.basename(args.pop(0))