diff mercurial/commands.py @ 515:03f27b1381f9

Whitespace cleanups -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Whitespace cleanups manifest hash: ac954bc3a4f034c12638a259ecd65841f5b63c5c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCwuubywK+sNU5EO8RAluIAJ98XQpNdZUpSmYKgDmrMRlbL76ZzQCfes0t rknNUN/PhtyA4bzL646dOz4= =UyCE -----END PGP SIGNATURE-----
author mpm@selenic.com
date Wed, 29 Jun 2005 10:42:35 -0800
parents 2ab152e45de4
children 873228c2f6cf
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Jun 28 11:06:25 2005 -0800
+++ b/mercurial/commands.py	Wed Jun 29 10:42:35 2005 -0800
@@ -312,12 +312,12 @@
             update(ui, repo)
 
         success = True
-        
+
     finally:
         if created and not success:
             import shutil
             shutil.rmtree(dest, True)
-    
+
 def commit(ui, repo, *files, **opts):
     """commit the specified files or all outstanding changes"""
     text = opts['text']