<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -60,7 +60,7 @@ function Client(port, host) {
 // Creates a client and connects to the given host:port, then calls a given
 // callback function (if any).
 
-exports.create_client = function(callback, port, host) {
+this.create_client = function(callback, port, host) {
   var client = new Client(port, host);
   client.with_connection(callback);
   return client;</diff>
      <filename>redis.js</filename>
    </modified>
    <modified>
      <diff>@@ -20,12 +20,10 @@ var pending_callbacks = 0;
 
 function expect_callback() {
   pending_callbacks++;
-  sys.debug(&quot;pending_callbacks = &quot; + pending_callbacks);
 }
 
 function was_called_back() {
   pending_callbacks--;
-  sys.debug(&quot;pending_callbacks = &quot; + pending_callbacks);
 }
 
 function expect_true_reply() {</diff>
      <filename>test.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2aba4a7d74eeb1209cb148419e288e474dd87c5a</id>
    </parent>
  </parents>
  <author>
    <name>Brian Hammond</name>
    <email>brian@fictorial.com</email>
  </author>
  <url>http://github.com/fictorial/redis-node-client/commit/cc142a3add21e244c816302cd4443c10189c288c</url>
  <id>cc142a3add21e244c816302cd4443c10189c288c</id>
  <committed-date>2009-11-02T20:47:17-08:00</committed-date>
  <authored-date>2009-11-02T20:47:17-08:00</authored-date>
  <message>Favor 'this' over 'exports'</message>
  <tree>fda18be4b64820b22184576c12cba9254e66fc3a</tree>
  <committer>
    <name>Brian Hammond</name>
    <email>brian@fictorial.com</email>
  </committer>
</commit>
