[PATCH 1 of 8 V3] largefiles: remove dead assignment left over from change 1ff42ee98446

Martin von Zweigbergk martinvonz at gmail.com
Wed Sep 24 16:32:07 UTC 2014


# HG changeset patch
# User Martin von Zweigbergk <martinvonz at gmail.com>
# Date 1410892513 25200
#      Tue Sep 16 11:35:13 2014 -0700
# Node ID 7a13ad31d389776b4edc6f980743b6d87f9322a8
# Parent  e6e7ef68c879b55c1b2c0ebe00d8cbdbc929dbed
largefiles: remove dead assignment left over from change 1ff42ee98446

diff --git a/hgext/largefiles/reposetup.py b/hgext/largefiles/reposetup.py
--- a/hgext/largefiles/reposetup.py
+++ b/hgext/largefiles/reposetup.py
@@ -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
 



More information about the Mercurial-devel mailing list