Skip to content

ifritJP/emacs-reviewboard-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Board front-end for emacs

system require

  • curl
  • rbt (RBTools)
  • psvn.el

setup

(require 'rbfront-mode)
(setq rb/front-rb-api-token "TOKEN")
(setq rb/front-rb-url "http://reviewboard.host/path")
(setq rb/front-rbt "rbt")
(setq rb/front-proxy "http://proxy.host:8080/")
(setq rb/front-rb-repository "RESPOSITORY_NAME")

usage

request new review

  • M-x svn-status
  • mark files (hit ‘m’ on file)
  • hit ‘j’
    • display the draft of new review request
    • edit the draft
    • hit ‘C-c C-c’

listing review requests

  • M-x rb/front-list

  • [ ] 新規で edit を開いた後、 C-x C-s や only submit すると、 id が nil のままになる。
  • [X] display the review request url
  • [X] toggle the reply display mode
  • [X] discard the draft

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published