Kiln » largefiles » Unity
Clone URL:  

get rid of just-taken-care-of TODO comment and include actual nodeid of the ooberror changeset

Changeset 239ad5bd7f96

Parent 8f6643e14063

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

Changes to 2 files · Browse files at 239ad5bd7f96 Showing diff from parent 8f6643e14063 Diff from another changeset...

Change 1 of 1 Show Entire File overrides.py Stacked
 
749
750
751
752
753
754
755
 
749
750
751
 
752
753
754
@@ -749,7 +749,6 @@
  getdata = ctx[f].data   if lfutil.isstandin(f):   path = lfutil.findfile(repo, getdata().strip()) - ### TODO: What if the file is not cached?   f = lfutil.splitstandin(f)     def getdatafn():
Change 1 of 1 Show Entire File proto.py Stacked
 
142
143
144
145
 
146
147
148
 
142
143
144
 
145
146
147
148
@@ -142,7 +142,7 @@
 def heads(repo, proto):   if lfutil.islfilesrepo(repo):   try: - # Mercurial >= 1.9+SOMENUMBER TODO + # Mercurial >= f4522df38c65   return wireproto.ooberror(LARGEFILES_REQUIRED_MSG)   except AttributeError:   return proto.refuseclient(LARGEFILES_REQUIRED_MSG)