Mercurial > evolve
changeset 1846:0b5b757ca812
docs: fix format of extension docstring
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 10 Jun 2015 16:20:05 -0500 |
parents | 24d8053020a2 |
children | 9fa5b8f4e98e |
files | src/topic/__init__.py |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.