/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/util/configobj/configobj.py

  • Committer: Andrew Bennetts
  • Date: 2007-10-12 05:26:46 UTC
  • mfrom: (2904 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2906.
  • Revision ID: andrew.bennetts@canonical.com-20071012052646-wl95idld3ijjy714
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1451
1451
        The error will have occured at ``cur_index``
1452
1452
        """
1453
1453
        line = infile[cur_index]
 
1454
        cur_index += 1
1454
1455
        message = text % cur_index
1455
1456
        error = ErrorClass(message, cur_index, line)
1456
1457
        if self.raise_errors: