Edgewall Software

Changes between Version 46 and Version 47 of TracMercurial


Ignore:
Timestamp:
Aug 21, 2008, 4:03:46 PM (16 years ago)
Author:
Jeroen Ruigrok van der Werven
Comment:

Add basic troubleshooting section.

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v46 v47  
    333333==== ''Add your cool feature here...'' ====
    334334
     335== Troubleshooting ==
     336
     337=== "unsupported version control system hg" ===
     338
     339If you get this message try the following two basic checks first:
     340
     341 * From a Python console session try to import the Mercurial module, if all goes well it should not complain:
     342{{{
     343$ python
     344>>> import mercurial
     345>>>
     346}}}
     347 * Log in as an user with `TRAC_ADMIN` permission, and look in the `Admin` pages, `General / Plugins`. Do you see the entry for the !TracMercurial plugin there? If yes, is the !MercurialConnector component enabled?
     348
     349
    335350== Implementation Notes ==
    336351