Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the --reconcilable option, since the pending flag is now being | John Wiegley | 2008-04-13 | 1 | -4/+2 |
| | | | | used. | ||||
* | Converted the reconciler into an item_handler, so that it interacts | John Wiegley | 2008-04-13 | 1 | -5/+24 |
| | | | | with the core the same way as everything else. | ||||
* | (search_for_balance): Sped things up by a factor of ten. Still won't | John Wiegley | 2008-04-13 | 1 | -13/+4 |
| | | | | help for uncleared lists >~27 items (2^27), but it helps. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Added framework for an auto-reconcile command. Useful primarily for | John Wiegley | 2008-04-13 | 1 | -0/+23 |
GUI developers. |