changeset 1523:fdda77dcf601

Fix line wrapping
author Matt Mackall <mpm@selenic.com>
date Wed, 09 Nov 2005 13:39:56 -0800
parents d07d729ce306
children 0d47bb884330
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Nov 09 13:39:24 2005 -0800
+++ b/mercurial/commands.py	Wed Nov 09 13:39:56 2005 -0800
@@ -549,7 +549,8 @@
     if not pats:
         raise util.Abort(_('at least one file name or pattern required'))
 
-    opmap = [['user', getname], ['number', str], ['changeset', getnode], ['date', getdate]]
+    opmap = [['user', getname], ['number', str], ['changeset', getnode],
+             ['date', getdate]]
     if not opts['user'] and not opts['changeset'] and not opts['date']:
         opts['number'] = 1