/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

Merge 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: