hg-git plugin, when importing displays strange commit message
Uwe Brauer
oub at mat.ucm.es
Sat Sep 17 11:38:06 UTC 2016
Hi
It seems now that my patch export and import problem is solved in the
sense that the patch is applied and the changed files are the correct
ones. However the commit messages are strange.
I did
git clone git://git.savannah.gnu.org/auctex.git auctex-git
hg clone git://git.savannah.gnu.org/auctex.git auctex-hg
And applied my patch in both repos.
hg log -G gives as expected
changeset: 6849:fe95ffef9b92
| bookmark: master
| tag: tip
| user: Uwe Brauer <oub at mat.ucm.es>
| date: Sat Sep 17 09:48:12 2016 +0000
| summary: Correct incorrect filling caused by sentence-end-double-space
|
o changeset: 6848:99a88bc2147e
| user: Uwe Brauer <oub at mat.ucm.es>
| date: Thu Sep 15 16:03:51 2016 +0000
| summary: doc/auctex.texi: Modify text for WYSIWYG paragraph, shorten reference to x-symbol. Compare prettification and preview-latex.
|
o changeset: 6847:6674c0317d9a
| tag: default/master
| user: Arash Esbati <arash.esbati at gmail.com>
| date: Sat Sep 17 00:22:15 2016 +0200
| summary: Improve style/graphicx.el
While
git log --pretty=full
Gives
commit 7b1de851af24797db4ccf7fd645734589641f216
| Author: Uwe Brauer <oub at mat.ucm.es>
| Date: Thu Sep 15 16:03:51 2016 +0000
|
| doc/auctex.texi: Modify text for WYSIWYG paragraph, shorten reference to x-symbol. C
|
* commit 50b63b0329d598121d69546838af1632d87f8f23
| Author: Arash Esbati <arash.esbati at gmail.com>
| Date: Sat Sep 17 00:22:15 2016 +0200
|
| Improve style/graphicx.el
So the my two commits are pressed into one, but the commit message is odd.
Any ideas?
Uwe
More information about the Mercurial
mailing list