On Mon, Nov 26, 2012 at 03:59:11PM +0100, pancake wrote: > On 11/26/12 12:31, Christian Neukirchen wrote: > >pancake <panc...@youterm.com> writes: > > > >>git is far more confusing than hg.. in fact sometimes i have to check > >>my notebook or manpages in order to do something in hg is plain easy. > >Do you have some concrete examples? Maybe it's just a matter of taste, > >but I find Git more logical to use than Mercurial. YMMD. > > > for example > > "hg reset" is the same as "git clean -fXd ; git checkout -f"
git-reset(1). > > same for 'hg cat' or hg tags.. > > hg tags = for a in `git tag`; do git show-ref $a ; done `git show-ref --tags`.