diff -r 24d8053020a2 -r 0b5b757ca812 src/topic/__init__.py --- a/src/topic/__init__.py Wed Jun 10 16:13:20 2015 -0400 +++ b/src/topic/__init__.py Wed Jun 10 16:20:05 2015 -0500 @@ -2,8 +2,10 @@ # # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -"""Adds topic branches. Topic branches are lightweight branches which -dissappear when changes are finalized. +"""support for topic branches + +Topic branches are lightweight branches which +disappear when changes are finalized. This is sort of similar to a bookmark, but it applies to a whole series instead of a single revision.