Mercurial > piecrust2
diff foodtruck/scm/mercurial.py @ 598:3cec8634209a
admin: Ability to configure SCM stuff per site.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 22 Jan 2016 11:01:00 -0800 |
parents | d4a01a023998 |
children | c37307a72f79 |
line wrap: on
line diff
--- a/foodtruck/scm/mercurial.py Wed Jan 20 21:39:18 2016 -0800 +++ b/foodtruck/scm/mercurial.py Fri Jan 22 11:01:00 2016 -0800 @@ -33,7 +33,7 @@ res.edited_files.append(line[2:]) return res - def commit(self, paths, author, message): + def _doCommit(self, paths, message, author): if not message: raise ValueError("No commit message specified.")