public this repo is viewable by everyone
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/evilchelu/braid.git
show message from exceptions
evilchelu (author)
5 days ago
commit  23c08af256e9ffe18d698072211c6bf2412aa463
tree    47849b9245b1b13129979261ef69f0b6f93281d0
parent  367c3ec43109e105d7e2178e5693bd3ccc8f6a15
...
27
28
29
30
 
31
32
33
...
27
28
29
 
30
31
32
33
0
@@ -27,7 +27,7 @@ module Braid
0
         msg "Exiting."
0
 
0
       rescue => e
0
- # FIXME
0
+ puts "braid error: " + e.message
0
       end
0
 
0
       def msg(str)

Comments

    No one has commented yet.