/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 brzlib/osutils.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 15:41:52 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521154152-u4qrysj89fyczrxz
Some more test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1572
1572
    # Note to implementors: if changing the rules for determining the width,
1573
1573
    # make sure you've considered the behaviour in these cases:
1574
1574
    #  - M-x shell in emacs, where $COLUMNS is set and TIOCGWINSZ returns 0,0.
1575
 
    #  - bzr log | less, in bash, where $COLUMNS not set and TIOCGWINSZ returns
 
1575
    #  - brz log | less, in bash, where $COLUMNS not set and TIOCGWINSZ returns
1576
1576
    #    0,0.
1577
1577
    #  - (add more interesting cases here, if you find any)
1578
1578
    # Some programs implement "Use $COLUMNS (if set) until SIGWINCH occurs",