/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 breezy/cmdline.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-11 04:08:32 UTC
  • mto: (7143.16.20 even-more-cleanups)
  • mto: This revision was merged to the branch mainline in revision 7175.
  • Revision ID: jelmer@jelmer.uk-20181111040832-nsljjynzzwmznf3h
Run autopep8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
            return self
94
94
        elif next_char in context.allowed_quote_chars:
95
95
            # 2N backslashes followed by a quote are N backslashes
96
 
            context.token.append(u'\\' * (self.count//2))
 
96
            context.token.append(u'\\' * (self.count // 2))
97
97
            # 2N+1 backslashes follwed by a quote are N backslashes followed by
98
98
            # the quote which should not be processed as the start or end of
99
99
            # the quoted arg