Kiln » largefiles » largefiles-mercurial-truncated changes working towards inclusion in Mercurial
Clone URL:  

bfsetup: fix incorrect comment

Changeset 43fdfb61d0dd

Parent 19ffb493c9e2

by Profile picture of User 521Andrew Pritchard <andrewp@fogcreek.com>

Changes to one file · Browse files at 43fdfb61d0dd Showing diff from parent 19ffb493c9e2 Diff from another changeset...

 
40
41
42
43
44
 
 
45
46
47
 
40
41
42
 
 
43
44
45
46
47
@@ -40,8 +40,8 @@
  return super(kbfilesrepo, self)._callstream(cmd, **args)   repo.__class__ = kbfilesrepo   - # bfiles doesn't support non-local repositories -- get out quick in - # such a case + # wire repositories should be given new wireproto functions but not the + # other bfiles modifications   if not repo.local():   return bfproto.wirereposetup(ui, repo)