Modify ↓
Ticket #9546 (closed enhancement: fixed)
Opened 18 months ago
Last modified 12 months ago
Log mercurial's errors opening repository
| Reported by: | Alessio Franceschelli <dev@…> | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | plugin - mercurial |
| Component: | plugin/mercurial | Version: | 0.12-stable |
| Severity: | minor | Keywords: | mercurial hg log |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I had some issues with mercurial (multiple python and mercurial version) so I wrote a very little patch to help troubleshooting mercurial errors.
It simply adds a message in the Trac error log, when nercurial fails to open the repository, with mercurial version and the error message thrown by mercurial.
I think it can be useful, so I post it here.
Attachments
Change History
Changed 18 months ago by Alessio Franceschelli <dev@…>
- Attachment log_error_hg.patch added
comment:1 Changed 17 months ago by cboos
- Milestone set to plugin - mercurial
comment:2 Changed 12 months ago by cboos
- Resolution set to fixed
- Status changed from new to closed
Similar change applied in r10520. Thanks for the suggestion & initial patch!
Note: See
TracTickets for help on using
tickets.



Thanks, I'll have a look (whenever I'll work again on the TracMercurial plugin...).