Commit msg by qnew and qpush different. Why?

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Wed Nov 21 00:40:11 CST 2007


Hi all,

Is there a good reason that qnew does:

  n = repo.commit(commitfiles, "[mq]: %s" % patch, force=True)

while qpush (in _apply) does:

  message = "imported patch %s\n" % patchname

Could one not tell apply that this is mq applying the patches rather
than an import?

-peo


More information about the Mercurial-devel mailing list