diff options
author | Mike Frysinger <vapier@google.com> | 2018-10-10 01:05:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2018-10-10 01:28:43 -0400 |
commit | b8f7bb04d003f8dbcf3ef2b201fc2678308995af (patch) | |
tree | db5a3854124122b007821a0eec28d02b09ccb999 /subcmds/branches.py | |
parent | 3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (diff) | |
download | git-repo-b8f7bb04d003f8dbcf3ef2b201fc2678308995af.tar.gz |
update markdown/help header format
Since gitiles recommends using # headers over ---/=== underlines,
change the manifest-format.md over and all our help texts.
Change-Id: I96391d41fba769e9f26870d497cf7cf01c8d8ab3
Diffstat (limited to 'subcmds/branches.py')
-rw-r--r-- | subcmds/branches.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subcmds/branches.py b/subcmds/branches.py index 2902684a..fa1dff67 100644 --- a/subcmds/branches.py +++ b/subcmds/branches.py | |||
@@ -67,8 +67,7 @@ class Branches(Command): | |||
67 | 67 | ||
68 | Summarizes the currently available topic branches. | 68 | Summarizes the currently available topic branches. |
69 | 69 | ||
70 | Branch Display | 70 | # Branch Display |
71 | -------------- | ||
72 | 71 | ||
73 | The branch display output by this command is organized into four | 72 | The branch display output by this command is organized into four |
74 | columns of information; for example: | 73 | columns of information; for example: |