largefiles: remove dead assignment left over from change 1ff42ee98446
authorMartin von Zweigbergk <martinvonz@gmail.com>
Tue, 16 Sep 2014 11:35:13 -0700
changeset 22514 48e4e47774bf
parent 22513 ca709785caf2
child 22515 b4e251b7e9a8
largefiles: remove dead assignment left over from change 1ff42ee98446
hgext/largefiles/reposetup.py
--- a/hgext/largefiles/reposetup.py	Fri Sep 19 13:49:58 2014 -0700
+++ b/hgext/largefiles/reposetup.py	Tue Sep 16 11:35:13 2014 -0700
@@ -391,10 +391,6 @@
                     if f in lfiles or fstandin in standins:
                         continue
 
-                    # append directory separator to avoid collisions
-                    if not fstandin.endswith(os.sep):
-                        fstandin += os.sep
-
                     actualfiles.append(f)
                 match._files = actualfiles