/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Robert Collins
  • Date: 2007-10-23 07:17:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2931.
  • Revision ID: robertc@robertcollins.net-20071023071720-43qn6f048dvn95ew
Typos found by Rob Weir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
17
 
18
 
# The newly committed revisioVn is going to have a shape corresponding
 
18
# The newly committed revision is going to have a shape corresponding
19
19
# to that of the working tree.  Files that are not in the
20
20
# working tree and that were in the predecessor are reported as
21
21
# removed --- this can include files that were either removed from the
415
415
            return
416
416
        # TODO: we could simplify this by using self._basis_delta.
417
417
 
418
 
        # The inital commit adds a root directory, but this in itself is not
 
418
        # The initial commit adds a root directory, but this in itself is not
419
419
        # a worthwhile commit.
420
420
        if (self.basis_revid == revision.NULL_REVISION and
421
421
            len(self.builder.new_inventory) == 1):