~qbzr-dev/qbzr/0.22

« back to all changes in this revision

Viewing changes to lib/util.py

  • Committer: Alexander Belchenko
  • Date: 2011-02-24 12:43:41 UTC
  • mfrom: (1356.1.1 qbzr-258926)
  • Revision ID: bialix@ukr.net-20110224124341-83nwlae17yxhgwxd
Remember "Show non-versioned" checkbox state. (Nick Sonneveld, Bug #258926)

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
        return not config.file_name == config_filename()
259
259
    else:
260
260
        return False
261
 
    
 
261
 
262
262
 
263
263
_qbzr_config = None
264
264
def get_qbzr_config():