Fossil SCM
fossil annotate shows one version after the last change
Fixed
58ce2f221ae2e64…
· opened 12 years, 10 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- May 15, 2013 3:05 p.m.
$ fossil annotate generic/tclCompile.c | head -1878 | tail -1 2b1f602d05 2005-10-13 dkf: cmdNsPtr = envPtr->procPtr->cmdPtr->nsPtr;
But the last change of that line was in eb4fd595f3, not in 2b1f602d05.
Comments (1)
rmax
12 years, 10 months ago
$ fossil annotate generic/tclCompile.c | head -1878 | tail -1 2b1f602d05 2005-10-13 dkf: cmdNsPtr = envPtr->procPtr->cmdPtr->nsPtr;
But the last change of that line was in eb4fd595f3, not in 2b1f602d05.