public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/dustin/gitnub.git
Search Repo:
Added stubs for the branch methods in mercurial.
dustin (author)
Sun Apr 13 23:04:34 -0700 2008
commit  89ffdd3b835c3dc4599217b5913f873a1e86ce1f
tree    21a6c771a6d3b5f695c6a5121c3cd31e87337f18
parent  4c5b5904d9b5776d4b0b8d13ca5ad66059f2373f
...
70
71
72
 
 
 
 
73
74
75
...
70
71
72
73
74
75
76
77
78
79
0
@@ -70,6 +70,10 @@
0
       self.path=path
0
     end
0
 
0
+ def head
0
+ branches.first
0
+ end
0
+
0
     def inspect
0
       %Q{#<HGRepo "#{@path}>"}
0
     end

Comments

    No one has commented yet.