# HG changeset patch # User Benoit Boissinot # Date 1257172760 -3600 # Node ID b7d5f97e1034f06202feef2d6cd95da8750aadfd # Parent fa62d8bbc64906c3cf6c7c446e497c80700af0ab simplify urls: point to mercurial.selenic.com, remove index.cgi from wiki urls diff -r fa62d8bbc649 -r b7d5f97e1034 original/hgscm/media/downloads.json --- a/original/hgscm/media/downloads.json Mon Nov 02 11:47:14 2009 +0100 +++ b/original/hgscm/media/downloads.json Mon Nov 02 15:39:20 2009 +0100 @@ -48,7 +48,7 @@ },{ "system": "Source", "identifier": "source", - "url": "http://www.selenic.com/mercurial/release/mercurial-1.2.1.tar.gz" + "url": "http://mercurial.selenic.com/release/mercurial-1.2.1.tar.gz" }] } ] diff -r fa62d8bbc649 -r b7d5f97e1034 original/hgscm/templates/Who-uses-Mercurial.html --- a/original/hgscm/templates/Who-uses-Mercurial.html Mon Nov 02 11:47:14 2009 +0100 +++ b/original/hgscm/templates/Who-uses-Mercurial.html Mon Nov 02 15:39:20 2009 +0100 @@ -1,4 +1,4 @@ -

Mercurial is being used by all kinds of companies and projects. On this page we only list 8 picks. For a longer list, please visit the dedicated wiki-page.

+

Mercurial is being used by all kinds of companies and projects. On this page we only list 8 picks. For a longer list, please visit the dedicated wiki-page.

Companies

diff -r fa62d8bbc649 -r b7d5f97e1034 original/hgscm/templates/about.html --- a/original/hgscm/templates/about.html Mon Nov 02 11:47:14 2009 +0100 +++ b/original/hgscm/templates/about.html Mon Nov 02 15:39:20 2009 +0100 @@ -23,7 +23,7 @@

Extensible

-

The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some from the wiki or by writing your own. Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial.

+

The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some from the wiki or by writing your own. Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial.

Easy to use

diff -r fa62d8bbc649 -r b7d5f97e1034 original/hgscm/templates/base.html --- a/original/hgscm/templates/base.html Mon Nov 02 11:47:14 2009 +0100 +++ b/original/hgscm/templates/base.html Mon Nov 02 15:39:20 2009 +0100 @@ -17,8 +17,8 @@
  • about
  • guide
  • download
  • -
  • extensions
  • -
  • docs/news
  • +
  • extensions
  • +
  • docs/news
  • It is fast and powerful

    -

    Mercurial offers you the power and speed to efficiently handle projects of any size and kind. Every clone contains the whole project history, so committing, branching, tagging and merging are local operations which makes them fast and convenient. You can use a multitude of workflows and easily enhance its functionality with extensions.

    +

    Mercurial offers you the power and speed to efficiently handle projects of any size and kind. Every clone contains the whole project history, so committing, branching, tagging and merging are local operations which makes them fast and convenient. You can use a multitude of workflows and easily enhance its functionality with extensions.

  • It is easy to learn

    diff -r fa62d8bbc649 -r b7d5f97e1034 original/hgscm/templates/quick_start.html --- a/original/hgscm/templates/quick_start.html Mon Nov 02 11:47:14 2009 +0100 +++ b/original/hgscm/templates/quick_start.html Mon Nov 02 15:39:20 2009 +0100 @@ -140,7 +140,7 @@ -

    And if you want to quickly look up something, you can use one of the Mercurial cheatsheets.

    +

    And if you want to quickly look up something, you can use one of the Mercurial cheatsheets.

    Compiled from a great email by Martin Geisler.

    diff -r fa62d8bbc649 -r b7d5f97e1034 original/hgscm/templates/who_uses.html --- a/original/hgscm/templates/who_uses.html Mon Nov 02 11:47:14 2009 +0100 +++ b/original/hgscm/templates/who_uses.html Mon Nov 02 15:39:20 2009 +0100 @@ -21,7 +21,7 @@ OpenJDK is a the official open sourced Java implementation of Sun Microsystems. When open sourcing the project, Sun chose Mercurial as their main version control system.

    http://openjdk.java.net/

    and others...

    -

    Not just OpenSolaris, Mozilla, Java and Python chose Mercurial. A lot of projects of any size decided to use Mercurial for it's efficiency and it's power. A longer list of projects which use Mercurial can be found in the wiki..

    +

    Not just OpenSolaris, Mozilla, Java and Python chose Mercurial. A lot of projects of any size decided to use Mercurial for it's efficiency and it's power. A longer list of projects which use Mercurial can be found in the wiki..

    {% download_button %} diff -r fa62d8bbc649 -r b7d5f97e1034 original/hgscm/templates/workflow_guide.html --- a/original/hgscm/templates/workflow_guide.html Mon Nov 02 11:47:14 2009 +0100 +++ b/original/hgscm/templates/workflow_guide.html Mon Nov 02 15:39:20 2009 +0100 @@ -9,9 +9,9 @@

    Learning Mercurial in Workflows

    -

    With Mercurial you can use a multitude of different workflows. This page shows some of them, including their use cases. It is intended to make it easy for beginners of version tracking to get going instantly and learn completely incrementally. It doesn't explain the concepts used, because there are already many other great resources doing that, for example the wiki and the hgbook.

    +

    With Mercurial you can use a multitude of different workflows. This page shows some of them, including their use cases. It is intended to make it easy for beginners of version tracking to get going instantly and learn completely incrementally. It doesn't explain the concepts used, because there are already many other great resources doing that, for example the wiki and the hgbook.

    -

    If you want a more exhaustive tutorial with the basics, please have a look at the Tutorial in the Mercurial Wiki. For a really detailed and very nice to read description of Mercurial, please have a look at Mercurial: The definitive Guide.

    +

    If you want a more exhaustive tutorial with the basics, please have a look at the Tutorial in the Mercurial Wiki. For a really detailed and very nice to read description of Mercurial, please have a look at Mercurial: The definitive Guide.

    Note: This guide doesn't require any prior knowledge of version control systems (though subversion users will likely feel at home quite quickly). Basic commandline abilities are helpful, because we'll use the commandline client.

    Basic workflows

    @@ -433,7 +433,7 @@

    By default hg serve doesn't allow pushing, since that would be a major security hole. You can allow pushing in the server, but that's no solution when you live in different timezones, so we'll go with another approach here: Using a shared repository, either on an existing shared server or on a service like BitBucket. Doing so has a bit higher starting cost and takes a bit longer to explain, but it's well worth the effort spent.

    -

    If you want to use an existing shared server, you can use serve there and allow pushing. Also there are some other nice ways to allow pushing to a Mercurial repository, including simple access via SSH.

    +

    If you want to use an existing shared server, you can use serve there and allow pushing. Also there are some other nice ways to allow pushing to a Mercurial repository, including simple access via SSH.

    Otherwise you first need to setup a BitBucket Account. Just signup at BitBucket. After signing up (and login) hover your mouse over "Repositories". There click the item at the bottom of the opening dialog which say "Create new".

    @@ -667,7 +667,7 @@

    And that's it. Now you can easily keep features separate without unnecessary bookkeeping.

    -

    Note: Named branches stay in history as permanent record after you finished your work. If you don't like having that record in your history, please have a look at some of the advanced workflows.

    +

    Note: Named branches stay in history as permanent record after you finished your work. If you don't like having that record in your history, please have a look at some of the advanced workflows.

    Tagging revisions

    @@ -679,7 +679,7 @@

    Note: A tag must not contain the char ":", since that char is used for specifying multiple reivions - see "hg help revisions".

    -

    Note: To securely mark a revision, you can use the gpg extension to sign the tag.

    +

    Note: To securely mark a revision, you can use the gpg extension to sign the tag.

    Workflow

    @@ -712,7 +712,7 @@

    At times you will have changes in your repository, which you really don't want in it.

    -

    There are many advanced options for removing these, and most of them use great extensions (Mercurial Queues is the most often used one), but in this basic guide, we'll solve the problem with just the commands we already learned. But we'll use an option to clone which we didn't yet use.

    +

    There are many advanced options for removing these, and most of them use great extensions (Mercurial Queues is the most often used one), but in this basic guide, we'll solve the problem with just the commands we already learned. But we'll use an option to clone which we didn't yet use.

    This workflow becomes inconvenient when you need to remove changes, which are buried below many new changes. If you spot the bad changes early enough, you can get rid of them without too much effort, though.

    diff -r fa62d8bbc649 -r b7d5f97e1034 original/text/Main.txt --- a/original/text/Main.txt Mon Nov 02 11:47:14 2009 +0100 +++ b/original/text/Main.txt Mon Nov 02 15:39:20 2009 +0100 @@ -22,7 +22,7 @@ * [NetBeans](http://hg.netbeans.org/) * [OpenSolaris](http://hg.genunix.org/) -[and many more](http://www.selenic.com/mercurial/wiki/index.cgi/ProjectsUsingMercurial) +[and many more](http://mercurial.selenic.com/wiki/ProjectsUsingMercurial) How you can benefit from using Mercurial diff -r fa62d8bbc649 -r b7d5f97e1034 original/text/about.txt --- a/original/text/about.txt Mon Nov 02 11:47:14 2009 +0100 +++ b/original/text/about.txt Mon Nov 02 15:39:20 2009 +0100 @@ -12,7 +12,7 @@ Mercurial was written with platform independence in mind. Therefore most of Mercurial is written in Python, with a small part written in C for performance reasons. As a result, binary releases are available on all major platforms. Extensible -The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some [from the wiki](http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions) or by [writing your own](http://www.selenic.com/mercurial/wiki/index.cgi/WritingExtensions). Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial. +The functionality of Mercurial can be increased with extensions, either by activating the official ones which are shipped with Mercurial or downloading some [from the wiki](http://mercurial.selenic.com/wiki/UsingExtensions) or by [writing your own](http://mercurial.selenic.com/wiki/WritingExtensions). Extensions are written in Python and can change the workings of the basic commands, add new commands and access all the core functions of Mercurial. Open Source Mercurial is free software licensed under the terms of the GNU General Public License Version 2. diff -r fa62d8bbc649 -r b7d5f97e1034 original/text/from-svn-to-hg.txt --- a/original/text/from-svn-to-hg.txt Mon Nov 02 11:47:14 2009 +0100 +++ b/original/text/from-svn-to-hg.txt Mon Nov 02 15:39:20 2009 +0100 @@ -95,7 +95,7 @@ There are some here: -http://www.selenic.com/mercurial/wiki/index.cgi/QuickReferenceCardsAndCheatSheets +http://mercurial.selenic.com/wiki/QuickReferenceCardsAndCheatSheets - Martin Geisler diff -r fa62d8bbc649 -r b7d5f97e1034 templates/data --- a/templates/data Mon Nov 02 11:47:14 2009 +0100 +++ b/templates/data Mon Nov 02 15:39:20 2009 +0100 @@ -5,5 +5,5 @@ 'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1.exe', 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.6-macosx10.6.zip', 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.5-macosx10.5.zip', - 'Source code': 'http://www.selenic.com/mercurial/release/mercurial-1.3.1.tar.gz'}} + 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.3.1.tar.gz'}} %} diff -r fa62d8bbc649 -r b7d5f97e1034 templates/frontpage.html --- a/templates/frontpage.html Mon Nov 02 11:47:14 2009 +0100 +++ b/templates/frontpage.html Mon Nov 02 15:39:20 2009 +0100 @@ -21,7 +21,7 @@
  • It is fast and powerful -

    Mercurial offers you the power and speed to efficiently handle projects of any size and kind. Every clone contains the whole project history, so committing, branching, tagging and merging are local operations which makes them fast and convenient. You can use a multitude of workflows and easily enhance its functionality with extensions.

    +

    Mercurial offers you the power and speed to efficiently handle projects of any size and kind. Every clone contains the whole project history, so committing, branching, tagging and merging are local operations which makes them fast and convenient. You can use a multitude of workflows and easily enhance its functionality with extensions.

  • It is easy to learn