diff hgext/fetch.py @ 3223:53e843840349

Whitespace/Tab cleanup
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 01 Oct 2006 19:26:33 +0200
parents 3b21013e7680
children abaee83ce0a6
line wrap: on
line diff
--- a/hgext/fetch.py	Thu Sep 21 21:24:53 2006 +0200
+++ b/hgext/fetch.py	Sun Oct 01 19:26:33 2006 +0200
@@ -63,7 +63,7 @@
             revs = [other.lookup(rev) for rev in opts['rev']]
         modheads = repo.pull(other, heads=revs, lock=lock)
         return postincoming(other, modheads)
-        
+
     parent, p2 = repo.dirstate.parents()
     if parent != repo.changelog.tip():
         raise util.Abort(_('working dir not at tip '