hgext/hgk.py
changeset 2744 b5779a04f208
parent 2525 c49dc6f38a19
child 2858 345bac2bc4ec
child 2893 2497fa1c6b76
equal deleted inserted replaced
2743:a31f0f2997e9 2744:b5779a04f208
   332                            ('t', 'topo-order', None, 'topo-order'),
   332                            ('t', 'topo-order', None, 'topo-order'),
   333                            ('p', 'parents', None, 'parents'),
   333                            ('p', 'parents', None, 'parents'),
   334                            ('n', 'max-count', 0, 'max-count')],
   334                            ('n', 'max-count', 0, 'max-count')],
   335                  "hg debug-rev-list [options] revs"),
   335                  "hg debug-rev-list [options] revs"),
   336 }
   336 }
   337 
       
   338 def reposetup(ui, repo):
       
   339     pass