=== fredp_ is now known as fredp === Silanus is now known as silanus_ === silanus_ is now known as Silanus === Silanus is now known as silanus [12:14] what is the fastest way to find the last commit for a particular path? [12:15] right now i'm using: "bzr log -r ..500 -l1 path/to/file" [12:17] but that isn't very fast, does bzr have a more efficient way to do the same thing? [12:33] log -r-1 path/to/file catphish ? [12:34] i don't think that works [12:35] that only finds the last commit, if that file wasnt modified in tha last commit it returns nothing [12:38] i guess it has to traverse each commit and that takes a while [22:29] mornin everyone :)