Please change the Subject header to a concise description of your patch. Please describe your patch between the LOG-START and LOG-END markers: <<LOG-START>>
* lisp/bzr-submit.el (bzr-submit-patch): Remove ".tmp-" prefix. <<LOG-END>> [VERSION] dvc-dev-bzr bzr (bazaar-ng) 0.8.2 Emacs : GNU Emacs 22.0.50.1 (i386-pc-linux-gnu, GTK+ Version 2.6.4) of 2006-05-30 on pacem, modified by Debian -- Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/ Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG |_] | \| |_| Project involvement: Emacs, Muse, Planner, ERC, EMMS
=== modified file 'lisp/bzr-submit.el'
--- lisp/bzr-submit.el
+++ lisp/bzr-submit.el
@@ -253,7 +253,7 @@
(patch-base-file-name (or (nth 1 submit-patch-info) "bzr")))
(bzr-prepare-patch-submission
(dvc-uniquify-file-name (bzr-tree-root))
- (concat ".tmp-" patch-base-file-name "-patch-"
+ (concat patch-base-file-name "-patch-"
(format-time-string "%Y-%m-%d_%H-%M-%S" (current-time)))
mail-address
tree-id
pgpbSBHML7KIo.pgp
Description: PGP signature
_______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
