Changeset dc9508e04688007cfcb22930170ef2d91f3b2789
- Timestamp:
- 05/28/07 18:18:18
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1180376298 +0000
- git-parent:
[6a0d28fd62c3b19a30b9e2b4729d2e3bfe434a22]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1180376298 +0000
- Message:
bad bug, the must_save hash needs to hold timestamps, refs #14
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7bf0fb2 |
rdc9508e |
|
| 551 | 551 | if(exists($info->{incremental}->{$_})) { |
|---|
| 552 | 552 | print " => $_ depends on $info->{incremental}->{$_}->{depends}\n" if($DEBUG); |
|---|
| 553 | | $must_save{$info->{incremental}->{$_}} = 1 |
|---|
| | 553 | $must_save{$info->{incremental}->{$_}->{depends}} = 1 |
|---|
| 554 | 554 | } |
|---|
| 555 | 555 | } |
|---|