[PATCH 2 of 9] largefiles: remove dead assignment left over from change 1ff42ee98446

Martin von Zweigbergk martinvonz at gmail.com
Wed Sep 17 15:40:19 CDT 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 4c2ac295da37c238cda1c57e5a71966becafd602
# Parent  3eb908098e46eb9b60bf6d4cc66a416111f2e201
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