git pull vs hg pull
Uwe Brauer
oub at mat.ucm.es
Wed Oct 28 17:36:32 UTC 2015
Hello
When I use git pull, to say pull a recent emacs git version
git shows me which files has been upgraded, in nice graphical way.
For example
,----
| remote: Counting objects: 1431, done.
| remote: Compressing objects: 100% (866/866), done.
| remote: Total 880 (delta 689), reused 0 (delta 0)
| Receiving objects: 100% (880/880), 610.79 KiB | 228 KiB/s, done.
| Resolving deltas: 100% (689/689), completed with 234 local objects.
| From git://git.savannah.gnu.org/emacs
| * [new branch] fix/ert-multiline-explanation -> origin/fix/ert-multiline-explanation
`----
I looked for a similar feature in hg but could not find any. Is there an
extension doing this?
Thanks
Uwe Brauer
More information about the Mercurial
mailing list