From 2937c14e41141d9b5adc8477001a8c32acb6961d Mon Sep 17 00:00:00 2001 From: Eric Lindvall Date: Tue, 10 May 2011 13:10:39 -0700 Subject: [PATCH] Updating the description of `getdir()` to no longer be recursive. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1178725..caaf644 100644 --- a/README.md +++ b/README.md @@ -173,10 +173,10 @@ Watches `path` (a glob pattern) for changes, from `rev` in history on. Its `getdir(rev, path, off=0, lim=MaxInt64, ents=[], &blk)` -Behaves like `getdir` but collects `ents`, starting at `off` until all or `lim` -entries are read. When done, `blk` is called with the result (an `Array`) as the -first parameter or a `Fraggle::Connection::Response` as the second. Depending -on the response, one or the other will be set and the other with be `nil`. +Collects `ents`, starting at `off` until all or `lim`entries are read. When +done, `blk` is called with the result (an `Array`) as thefirst parameter or +a `Fraggle::Connection::Response` as the second. Depending on the response, +one or the other will be set and the other with be `nil`. `walk(rev, path, off=0, lim=MaxInt64, ents=[], &blk)`