Bug 1112264
| Summary: | rabbitvcs log $link doesn't work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> |
| Component: | rabbitvcs | Assignee: | Juan Manuel Rodriguez <nushio> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | i, nushio |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-14 13:06:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Raphael Groner
2014-06-23 12:49:59 UTC
$ rabbitvcs log http://rabbitvcs.googlecode.com/svn/trunk/ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1614, in <module> window = log_factory(paths[0], vcs=options.vcs) File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1598, in log_factory return classes_map[vcs](path) KeyError: 'unknown' $ rabbitvcs log crash-me Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1614, in <module> window = log_factory(paths[0], vcs=options.vcs) File "/usr/lib/python2.7/site-packages/rabbitvcs/ui/log.py", line 1598, in log_factory return classes_map[vcs](path) KeyError: 'unknown' *** This bug has been marked as a duplicate of bug 1141530 *** |