<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#cccccc">
Hi,<br>
<br>
I was playing around with some source code, making branches,
deleting archives, merging, ...<br>
<br>
Ended up with the following situation:<br>
<br>
- I had branch A in /home/me/branch-a/<br>
- I make branch B in /home/me/branch-b/ from branch-a<br>
- I erased branch A's files, since I don't want them anymore (cd
/home/me; rm -fr branch-a/)<br>
<br>
Now, when I open the branch-b I always get the message<span
style="color: rgb(255, 0, 0);"> Not a branch: "/home/me/branch-a/"</span>
in bottom panel.<br>
<br>
How do I get rid of it? (or how do I make this branch forget that it
had that parent branch)<br>
<br>
</body>
</html>