~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-09 06:44:53 UTC
  • Revision ID: mbp@sourcefrog.net-20050309064453-60be0ae479d019b8
store committer's timezone in revision and show 
in changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
 
395
395
 
396
396
 
 
397
def cmd_local_time_offset():
 
398
    print bzrlib.osutils.local_time_offset()
 
399
 
 
400
 
 
401
 
397
402
def cmd_commit(message, verbose=False):
398
403
    Branch('.').commit(message, verbose=verbose)
399
404