Modify ↓
Opened 18 years ago
Closed 18 years ago
#5882 closed defect (invalid)
trac-post-commit-hook truncated
| Reported by: | anonymous | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
It appears that the trac-post-commit-hook file is truncated. This is how the file ends.
if __name__ == "__main__":
if len(sys.argv) < 5:
print "For usage: %s --help" % (sys.argv[0])
print
print "Note that the deprecated options will be removed in Trac 0.12."
else:
CommitHook()
Line 209 is blank and then the file ends.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Milestone: | not applicable |
| Priority: | high → normal |
| Severity: | major → normal |
comment:2 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Yes and this is as it is supposed to end.
What would you add?