Submitter | David Demelier |
---|---|
Date | Sept. 26, 2017, 6:37 a.m. |
Message ID | <49c0882e2c32ac1a4df1.1506407843@cerise.kehl.dalim.com> |
Download | mbox | patch |
Permalink | /patch/24147/ |
State | Accepted |
Headers | show |
Comments
On Tue, Sep 26, 2017 at 08:37:23AM +0200, David Demelier wrote: > # HG changeset patch > # User David Demelier <markand@malikania.fr> > # Date 1506407837 -7200 > # Tue Sep 26 08:37:17 2017 +0200 > # Node ID 49c0882e2c32ac1a4df10a3f7f51171ab1b677be > # Parent 4f969b9e0cf5d4f2cfb7392cef7f43b74d17c5e4 > misc: rename README to README.rst I'm not opposed to this, but I'm kind of bummed out that its something we should even consider. How do others feel? (Other reviewers: please consider queueing this if you're in favor.)
On Tue, 26 Sep 2017 08:37:23 +0200, David Demelier wrote: > # HG changeset patch > # User David Demelier <markand@malikania.fr> > # Date 1506407837 -7200 > # Tue Sep 26 08:37:17 2017 +0200 > # Node ID 49c0882e2c32ac1a4df10a3f7f51171ab1b677be > # Parent 4f969b9e0cf5d4f2cfb7392cef7f43b74d17c5e4 > misc: rename README to README.rst There's no -1 for weeks, so queued, thanks.
Patch
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.