[PATCH 2 of 3] Bug 3436 - Add a log style that is default+phase

Iulian Stana julian.stana at gmail.com
Tue Apr 16 14:50:59 CDT 2013


# HG changeset patch
# User Iulian Stana <julian.stana at gmail.com>
# Date 1366139121 -10800
#      Tue Apr 16 22:05:21 2013 +0300
# Node ID e0a1d63c3d91625e4c9e83614d35afdf02af242f
# Parent  5edbf33bd2537d3a802b1fbcb90ef87d9d0d8471
Bug 3436 - Add a log style that is default+phase

diff -r 5edbf33bd253 -r e0a1d63c3d91 mercurial/templater.py
--- a/mercurial/templater.py	Tue Apr 16 22:00:34 2013 +0300
+++ b/mercurial/templater.py	Tue Apr 16 22:05:21 2013 +0300
@@ -412,7 +412,6 @@
         if not mapfile:
             return
         if not os.path.exists(mapfile):
-            print "sunt bun"
             raise util.Abort(_('style not found: %s') % mapfile)
 
         conf = config.config()
diff -r 5edbf33bd253 -r e0a1d63c3d91 tests/test-log.t
--- a/tests/test-log.t	Tue Apr 16 22:00:34 2013 +0300
+++ b/tests/test-log.t	Tue Apr 16 22:05:21 2013 +0300
@@ -76,7 +76,7 @@
   user:        test
   date:        Thu Jan 01 00:00:05 1970 +0000
   summary:     e
-  
+
 
 -f, but no args
 


More information about the Mercurial-devel mailing list