about comparing bzr vs xxx

Matthieu Moy Matthieu.Moy at imag.fr
Tue Nov 20 00:33:47 GMT 2007


Alexander Belchenko <bialix at ukr.net> writes:

> I read carefully your recent work on the wiki, and I have some notes:
>
> * reflog format (hg, git) -- is not it called revlog?

hg's storage format is called revlog, but git has something called
"reflog", with an "f".

In git, the "reflog" is a local history of what references (branches,
tags, HEAD, ...) used to point to in the past.

For example, after a fast-forward pull (like "bzr pull"), you can say
"git diff HEAD@{1} HEAD" to ask git to give you the diff between where
you used to be before the pull, and where you are now.

-- 
Matthieu



More information about the bazaar mailing list