merge with stable
authorMartin Geisler <mg@lazybytes.net>
Tue, 22 Nov 2011 18:16:59 +0100
changeset 15549 1fd126cd2d91
parent 15547 7f1d263a1bcb (current diff)
parent 15548 f76584098c88 (diff)
child 15555 cea62936b39a
merge with stable
tests/test-largefiles.t
--- a/hgext/largefiles/lfutil.py	Tue Nov 22 01:37:26 2011 +0100
+++ b/hgext/largefiles/lfutil.py	Tue Nov 22 18:16:59 2011 +0100
@@ -158,7 +158,7 @@
             try:
                 if hash == hashfile(lfile):
                     lfdirstate.normal(lfile)
-            except IOError, err:
+            except OSError, err:
                 if err.errno != errno.ENOENT:
                     raise
 
--- a/tests/test-largefiles.t	Tue Nov 22 01:37:26 2011 +0100
+++ b/tests/test-largefiles.t	Tue Nov 22 18:16:59 2011 +0100
@@ -254,13 +254,12 @@
 
 Clone a largefiles repo.
 
-  $ cd ..
-  $ hg clone a b
+  $ hg clone . ../b
   updating to branch default
   5 files updated, 0 files merged, 0 files removed, 0 files unresolved
   getting changed largefiles
   3 largefiles updated, 0 removed
-  $ cd b
+  $ cd ../b
   $ hg log --template '{rev}:{node|short}  {desc|firstline}\n'
   7:daea875e9014  add/edit more largefiles
   6:4355d653f84f  edit files yet again