hgext/patchbomb.py
changeset 14290 86e70956da4f
parent 14076 924c82157d46
child 14309 37e80214badf
--- a/hgext/patchbomb.py	Tue May 10 16:08:46 2011 -0500
+++ b/hgext/patchbomb.py	Tue May 10 16:08:46 2011 -0500
@@ -119,10 +119,10 @@
             if patchtags:
                 patchname = patchtags[0]
             elif total > 1:
-                patchname = cmdutil.make_filename(repo, '%b-%n.patch',
+                patchname = cmdutil.makefilename(repo, '%b-%n.patch',
                                                   binnode, seqno=idx, total=total)
             else:
-                patchname = cmdutil.make_filename(repo, '%b.patch', binnode)
+                patchname = cmdutil.makefilename(repo, '%b.patch', binnode)
         disposition = 'inline'
         if opts.get('attach'):
             disposition = 'attachment'