--- a/plugin.py Sun Aug 09 12:27:55 2009 -0700
+++ b/plugin.py Thu Apr 22 11:54:37 2010 -0500
def crew(self, irc, msg, args, rev):
"gets the changelog message for the given revision of the crew repository"
- cl = self.changeLog('/home/brendan/hg/mercurial/crew', rev)
+ cl = self.changeLog('/home/brendan/hg/mirror/mercurial/crew', rev)
crew = wrap(crew, ['revision'])
def main(self, irc, msg, args, rev):
"gets the changelog message for the given revision of the crew repository"
- cl = self.changeLog('/home/brendan/hg/mercurial/main', rev)
+ cl = self.changeLog('/home/hg/repos/hg', rev)
main = wrap(main, ['revision'])
def bts(self, irc, msg, args, issue):
+ """usage: bts (url|<issueno>)
+ url gets the url of the bts, <issueno> summarizes that bug
url = 'http://mercurial.selenic.com/bts'