##// END OF EJS Templates
graphlog: rename glog function...
timeless -
r27149:2f804a38 default
parent child Browse files
Show More
@@ -49,7 +49,7 b" testedwith = 'internal'"
49 ] + commands.logopts + commands.walkopts,
49 ] + commands.logopts + commands.walkopts,
50 _('[OPTION]... [FILE]'),
50 _('[OPTION]... [FILE]'),
51 inferrepo=True)
51 inferrepo=True)
52 def graphlog(ui, repo, *pats, **opts):
52 def glog(ui, repo, *pats, **opts):
53 """show revision history alongside an ASCII revision graph
53 """show revision history alongside an ASCII revision graph
54
54
55 Print a revision history alongside a revision graph drawn with
55 Print a revision history alongside a revision graph drawn with
General Comments 0
You need to be logged in to leave comments. Login now