http://bugs.grommit.com/show_bug.cgi?id=418





------- Comment #1 from richlowe at richlowe.net  2008-01-29 17:38 PDT -------
It seems this may also relate to an issue I just found with "hg backout"

% hg init parent
% cd parent
% echo a > a
% hg add a
% hg ci -m "Add a"
% echo b > b
% hg add b
% hg ci -m "Add b"
% cd ..

% hg clone parent child
% cd child
% hg mv -f a b
% hg ci -m "One"
% hg backout tip
% hg log -f b
... notice that it follows it back to 'a', over a rename we thought we backed
out ...
% hg log -Cvr -2:-1
... notice how the committed revision copied a to b, but the backout didn't
copy back, it just adjusted content ...


-- 
Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to