Minor cleanups to SymbolingsLogger.
commit62e129b6be006ea87612ab9056009ebb7fc9579a
authormaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 3 Jul 2004 21:49:45 +0000 (3 21:49 +0000)
committermaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Sat, 3 Jul 2004 21:49:45 +0000 (3 21:49 +0000)
treec71361c92b55a343c76a8a2644204541c0553a49
parentb155e51bd6166a7731294b4d03d27e7f8997bcb9
Minor cleanups to SymbolingsLogger.

* cvs2svn.py (CVSRevision.symbolic_names): Remove trivial accessor which
    served only to obfuscate the code.
  (SymbolingsLogger): Small doc fix.
  (SymbolingsLogger.log_names_for_rev): Collapse into only callsite.
  (SymbolingsLogger.log_revision): Absorb the code from the above.
    Rewrite a conditional more intuitively.
    Make the documentation reflect reality.
  (SymbolingsLogger.close): Comment -> docstring.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@1210 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn.py