• Show log

    Commit

  • Hash : 9950d27a
    Author : Russell Belfer
    Date : 2012-12-06T13:26:58

    Clean up iterator APIs
    
    This removes the need to explicitly pass the repo into iterators
    where the repo is implied by the other parameters.  This moves
    the repo to be owned by the parent struct.  Also, this has some
    iterator related updates to the internal diff API to lay the
    groundwork for checkout improvements.