~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Martin Pool
  • Date: 2005-04-15 01:31:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050415013121-b18f1be12a735066
- Doc cleanups from Magnus Therning

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
 
191
191
    Something similar to 'Martin Pool <mbp@sourcefrog.net>'
192
192
 
193
 
    :todo: Check it's reasonably well-formed.
 
193
    TODO: Check it's reasonably well-formed.
194
194
 
195
 
    :todo: Allow taking it from a dotfile to help people on windows
 
195
    TODO: Allow taking it from a dotfile to help people on windows
196
196
           who can't easily set variables.
197
197
    """
198
198
    v = _get_user_id()