Edgewall Software

Changes between Version 4 and Version 5 of BitBucket


Ignore:
Timestamp:
Mar 19, 2017, 6:53:54 PM (7 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • BitBucket

    v4 v5  
    1 = !BitBucket =
     1= !BitBucket
    22
    3  http://bitbucket.org/
     3[[Image(bitbucket_logo.png, align=right)]]
    44
    5 !BitBucket is a Mercurial repository hosting service with a project view similar to Trac in spirit.
     5[http://bitbucket.org/ BitBucket] is a Mercurial repository hosting service with a project view similar to Trac in spirit. It is a proprietary licensed platform, and uses a cloud that is free for small teams with unlimited private and public repositories.
    66
    77As they say:
     
    1313Furthermore, the wiki is itself stored in a secondary Mercurial repository, much like described in TighterSubversionIntegration#Aprivaterepository.
    1414
    15 
    1615Note that we maintain an official Mercurial mirror of the SubversionRepository there, see [http://bitbucket.org/edgewall/trac edgewall/trac].
    1716
    1817== Basic Mercurial Setup
     18
    1919Obviously, you will need a Mercurial client:
    2020- The "raw" command-line client can be downloaded here: http://mercurial.selenic.com/
     
    3030This configuration file is ini-style.
    3131Important settings for working with the Trac BitBucket mirror:
    32 {{{
    33 #!ini
     32{{{#!ini
    3433[extensions]
    3534convert =
     
    4443
    4544=== Mercurial Extensions
     45
    4646For details on the concept of extensions see http://mercurial.selenic.com/wiki/UsingExtensions
    4747
     
    5555
    5656=== Working with BitBucket
     57
    5758Once you installed Mercurial command-line client, you can `hg clone http://bitbucket.org/edgewall/trac` (or any other public repository).
    5859