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