# HG changeset patch # User Jeff Hammel # Date 1280758473 25200 # Node ID 3da163e44b8a5ee724856f6dbbea375e75e01f47 # Parent 3550159184cfc957b6a7f72ce9a37a8c55c5c265 print the absolute path to the blog file diff -r 3550159184cf -r 3da163e44b8a bitsyblog/blogme.py --- a/bitsyblog/blogme.py Mon Jun 28 08:07:09 2010 -0700 +++ b/bitsyblog/blogme.py Mon Aug 02 07:14:33 2010 -0700 @@ -68,6 +68,7 @@ f = file(options.file, 'w') print >> f, msg f.close() + print os.path.abspath(options.file) sys.exit(0) # parse dotfile config