changeset 52022:745409f94f0c

bookflow: fix bullet list indentation in docstring
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 28 Dec 2022 21:33:44 -0800
parents 2a875530a023
children d1b54c152673
files hgext/bookflow.py
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/bookflow.py	Mon Oct 09 22:14:24 2023 -0700
+++ b/hgext/bookflow.py	Wed Dec 28 21:33:44 2022 -0800
@@ -1,12 +1,12 @@
 """implements bookmark-based branching (EXPERIMENTAL)
 
- - Disables creation of new branches (config: enable_branches=False).
- - Requires an active bookmark on commit (config: require_bookmark=True).
- - Doesn't move the active bookmark on update, only on commit.
- - Requires '--rev' for moving an existing bookmark.
- - Protects special bookmarks (config: protect=@).
+- Disables creation of new branches (config: enable_branches=False).
+- Requires an active bookmark on commit (config: require_bookmark=True).
+- Doesn't move the active bookmark on update, only on commit.
+- Requires '--rev' for moving an existing bookmark.
+- Protects special bookmarks (config: protect=@).
 
- flow related commands
+flow related commands
 
     :hg book NAME: create a new bookmark
     :hg book NAME -r REV: move bookmark to revision (fast-forward)