Browse Source

More typo. I suck at refactoring :(

John Carr 16 years ago
parent
commit
4f10081d47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dulwich/server.py

+ 1 - 1
dulwich/server.py

@@ -274,7 +274,7 @@ class UploadPackHandler(Handler):
             if self.backend.has_revision(have_ref):
                 self.write_pkt_line("ACK %s continue\n" % have_ref)
                 last_sha = have_ref
-                have_revs.append(rev_id)
+                have_revs.append(have_ref)
             have = self.read_pkt_line()
 
         # At some point client will stop sending commits and will tell us it is done