~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Aaron Bentley
  • Date: 2005-10-20 21:34:53 UTC
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1488.
  • Revision ID: abentley@panoramicfeedback.com-20051020213453-796630baa6e08bf6
Ignored ^C in display commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
504
504
        except IOError, e:
505
505
            if e.errno != errno.EPIPE:
506
506
                raise
 
507
        except KeyboardInterrupt:
 
508
            pass
507
509
    return ignore_pipe
508
510
 
509
511
def main(argv):