~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockable_files.py

  • Committer: Andrew Bennetts
  • Date: 2007-04-13 01:09:47 UTC
  • mto: (2018.5.146 hpss)
  • mto: This revision was merged to the branch mainline in revision 2414.
  • Revision ID: andrew.bennetts@canonical.com-20070413010947-wdy5e6gexv20k98b
Add a brief explanation of what tokens are used for to lock_write docstrings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
        third_lockable.unlock()
307
307
 
308
308
 
309
 
 
310
 
 
311
 
 
312
 
 
313
309
# This method of adapting tests to parameters is different to 
314
310
# the TestProviderAdapters used elsewhere, but seems simpler for this 
315
311
# case.