[Haskell-cafe] A small Darcs anomoly

Daniel Fischer daniel.is.fischer at googlemail.com
Tue Apr 26 15:51:50 CEST 2011


On Tuesday 26 April 2011 15:35:42, Ivan Lazar Miljenovic wrote:
> How do you "see" how git branches are related to each other?

To some extent, you can see such a relation in gitk. For mercurial, hg glog 
also shows a bit. I suppose there's also something to visualise branches in 
bazaar, but I've never used that, so I don't know.

So, with gitk/glog, you can see that foo branched off bar after commit 
0de8793fa1bc..., then checkout/update to that commit [or bar's head], 
checkout/update to foo's head/tip and compare.

Or there could be some feature I've never heard of yet.



More information about the Haskell-Cafe mailing list