[PATCH] misc: rename README to README.rst
David Demelier
markand at malikania.fr
Tue Sep 26 06:37:23 UTC 2017
# HG changeset patch
# User David Demelier <markand at malikania.fr>
# Date 1506407837 -7200
# Tue Sep 26 08:37:17 2017 +0200
# Node ID 49c0882e2c32ac1a4df10a3f7f51171ab1b677be
# Parent 4f969b9e0cf5d4f2cfb7392cef7f43b74d17c5e4
misc: rename README to README.rst
Many hosting services consider README without extension as plain text. By using
.rst extension, we bring better formatting on many services (e.g. bitbucket).
diff -r 4f969b9e0cf5 -r 49c0882e2c32 README
--- a/README Tue Sep 19 22:06:26 2017 -0700
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-Mercurial
-=========
-
-Mercurial is a fast, easy to use, distributed revision control tool
-for software developers.
-
-Basic install::
-
- $ make # see install targets
- $ make install # do a system-wide install
- $ hg debuginstall # sanity-check setup
- $ hg # see help
-
-Running without installing::
-
- $ make local # build for inplace usage
- $ ./hg --version # should show the latest version
-
-See https://mercurial-scm.org/ for detailed installation
-instructions, platform-specific notes, and Mercurial user information.
diff -r 4f969b9e0cf5 -r 49c0882e2c32 README.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/README.rst Tue Sep 26 08:37:17 2017 +0200
@@ -0,0 +1,20 @@
+Mercurial
+=========
+
+Mercurial is a fast, easy to use, distributed revision control tool
+for software developers.
+
+Basic install::
+
+ $ make # see install targets
+ $ make install # do a system-wide install
+ $ hg debuginstall # sanity-check setup
+ $ hg # see help
+
+Running without installing::
+
+ $ make local # build for inplace usage
+ $ ./hg --version # should show the latest version
+
+See https://mercurial-scm.org/ for detailed installation
+instructions, platform-specific notes, and Mercurial user information.
More information about the Mercurial-devel
mailing list