On Mon, 2005-06-13 at 14:53 +0200, Tom Koelman wrote: > Hi, > > I use monotone 0.19 on Win32. I committed some stuff, only to realize > later that I made a mistake. No problem: I just did the commit again > in the right way. Only now I have two heads: one with the wrong > commit, one with the right one. > > Now, how do I kill off the wrong one? kill_rev_locally is not an > option, because I already synched to a remote database. As far as I > know there is no way to declare a certain revison "dead" or the > like. As long as the old one remains I keep having multiple heads, > which is not nice.
As you say, since you pushed to a remote database, you cannot longer kill revisions. Just merge the two heads you have using 'monotone merge'. -- Julio M. Merino Vidal <[EMAIL PROTECTED]> http://www.livejournal.com/users/jmmv/ The NetBSD Project - http://www.NetBSD.org/ _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
