~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.py

  • Committer: Martin Pool
  • Date: 2005-05-30 03:35:20 UTC
  • Revision ID: mbp@sourcefrog.net-20050530033520-7ae8204bcbe87964
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from trace import mutter, note
22
22
 
23
23
def smart_add(file_list, verbose=True, recurse=True):
24
 
    """Add files to version, optionall recursing into directories.
 
24
    """Add files to version, optionally recursing into directories.
25
25
 
26
26
    This is designed more towards DWIM for humans than API simplicity.
27
27
    For the specific behaviour see the help for cmd_add().