hgext/mq.py
changeset 31033 861b070d92da
parent 31024 0b8356705de6
child 31216 21fa3d3688f3
equal deleted inserted replaced
31032:1cec1d863008 31033:861b070d92da
  2674     made by the current patch without including changes made since the
  2674     made by the current patch without including changes made since the
  2675     qrefresh.
  2675     qrefresh.
  2676 
  2676 
  2677     Returns 0 on success.
  2677     Returns 0 on success.
  2678     """
  2678     """
       
  2679     ui.pager('qdiff')
  2679     repo.mq.diff(repo, pats, opts)
  2680     repo.mq.diff(repo, pats, opts)
  2680     return 0
  2681     return 0
  2681 
  2682 
  2682 @command('qfold',
  2683 @command('qfold',
  2683          [('e', 'edit', None, _('invoke editor on commit messages')),
  2684          [('e', 'edit', None, _('invoke editor on commit messages')),