~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2006-06-12 02:11:45 UTC
  • mfrom: (1759.2.2 integration)
  • mto: This revision was merged to the branch mainline in revision 1767.
  • Revision ID: aaron.bentley@utoronto.ca-20060612021145-0ced20f7791f3c66
Fix some typos (found using aspell) (Jelmer Vernooij).

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
 
267
267
    Adding a file whose parent directory is not versioned will
268
268
    implicitly add the parent, and so on up to the root. This means
269
 
    you should never need to explictly add a directory, they'll just
 
269
    you should never need to explicitly add a directory, they'll just
270
270
    get added when you add a file in the directory.
271
271
 
272
272
    --dry-run will show which files would be added, but not actually 
2567
2567
    """
2568
2568
 
2569
2569
    # TODO: jam 20060108 Add an option to allow uncommit to remove
2570
 
    # unreferenced information in 'branch-as-repostory' branches.
 
2570
    # unreferenced information in 'branch-as-repository' branches.
2571
2571
    # TODO: jam 20060108 Add the ability for uncommit to remove unreferenced
2572
2572
    # information in shared branches as well.
2573
2573
    takes_options = ['verbose', 'revision',