[PATCH 03 of 21] capitalize Mercurial

Dirkjan Ochtman dirkjan at ochtman.nl
Sat Jan 3 11:59:17 CST 2009


On 03/01/2009 17:40, Martin Geisler wrote:
> @@ -5,7 +5,7 @@
>   # This software may be used and distributed according to the terms
>   # of the GNU General Public License, incorporated herein by reference.
>
> -'''mercurial bookmarks
> +'''Mercurial bookmarks
>
>   Mercurial bookmarks are local moveable pointers to changesets. Every
>   bookmark points to a changeset identified by its hash. If you commit a
> @@ -113,7 +113,7 @@
>       repo._bookmarkcurrent = mark
>
>   def bookmark(ui, repo, mark=None, rev=None, force=False, delete=False, rename=None):
> -    '''mercurial bookmarks
> +    '''Mercurial bookmarks
>
>       Bookmarks are pointers to certain commits that move when
>       commiting. Bookmarks are local. They can be renamed, copied and

I think these should stay lower-case, since it seems like they will be 
used as the explanation line in help commands (which are all-lower).

Cheers,

Dirkjan


More information about the Mercurial-devel mailing list