##// END OF EJS Templates
branches: enable pager
Martin von Zweigbergk -
r31386:f1f57e4e default
parent child Browse files
Show More
@@ -1223,6 +1223,7 def branches(ui, repo, active=False, clo
1223 1223 Returns 0.
1224 1224 """
1225 1225
1226 ui.pager('branches')
1226 1227 fm = ui.formatter('branches', opts)
1227 1228 hexfunc = fm.hexfunc
1228 1229
General Comments 0
You need to be logged in to leave comments. Login now