summaryrefslogtreecommitdiffstats
path: root/subcmds
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2018-10-05 19:26:15 -0400
committerMike Frysinger <vapier@google.com>2018-10-05 19:32:51 -0400
commit3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (patch)
treeb968b6c5611ea21703dfc1144f7fe175c9409dfb /subcmds
parent2b42d288c08bdfd0fc3402fa118d91a1aebdb655 (diff)
downloadgit-repo-3891b7519d35b6bac3e81744c846ca2ed0bd1be2.tar.gz
manifest-format: convert to markdown
The gitiles system doesn't render .txt files, so convert this to .md for better display online. Change-Id: Ie12e46daf008dd8c97ae2ffd21fb68bd948fe625
Diffstat (limited to 'subcmds')
-rw-r--r--subcmds/manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/manifest.py b/subcmds/manifest.py
index 5ceeb12f..4a5228ba 100644
--- a/subcmds/manifest.py
+++ b/subcmds/manifest.py
@@ -39,7 +39,7 @@ in a Git repository for use during future 'repo init' invocations.
39 helptext = self._helpDescription + '\n' 39 helptext = self._helpDescription + '\n'
40 r = os.path.dirname(__file__) 40 r = os.path.dirname(__file__)
41 r = os.path.dirname(r) 41 r = os.path.dirname(r)
42 fd = open(os.path.join(r, 'docs', 'manifest-format.txt')) 42 fd = open(os.path.join(r, 'docs', 'manifest-format.md'))
43 for line in fd: 43 for line in fd:
44 helptext += line 44 helptext += line
45 fd.close() 45 fd.close()