Allow Review Board to work with remote mercurial repositories (Issue 300)

Review Request #177 — Created Nov. 27, 2007 and submitted

Information

msw
Review Board SVN (deprecated)
trunk
300

Reviewers

Implement a simple http client for remote mercurial repositories; other cleanups

 
chipx86
  1. 
      
  2. /trunk/reviewboard/scmtools/hg.py (Diff revision 1)
     
     
    Two blank lines between classes. Both here and after the HgWebClient class.
  3. /trunk/reviewboard/scmtools/hg.py (Diff revision 1)
     
     
    Space between % and (. Also, self.url can go in this list and be replaced in the string with %s.
  4. /trunk/reviewboard/scmtools/hg.py (Diff revision 1)
     
     
    This can just raise NotImplemented.
  5. 
      
david
  1. Looks great.  Committed to SVN.  Thanks!
  2. 
      
Loading...