Re: how to undo a bk ci
Larry McVoy <[email protected]>
| Newsgroups | gmane.comp.version-control.bitkeeper.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 23, 2004 at 02:31:34PM -0700, Tim M. Sanders wrote: > Is there a command, or commond sequence that allows me to undo a bk ci (on one > or more files)? (No commit done yet). > > I check in (bk ci) files foo.c and bar.c. > I messed up and do not want these in > the check-in state. Is there a bk command that "undo"s the check in? bk stripdel -r+ foo.c bar.c To get a list of files in that state (checked in but not committed) try bk sfiles -gp -- --- Larry McVoy lm at bitmover.com http://www.bitkeeper.com _______________________________________________ Bitkeeper-users mailing list [email protected] http://bitmover.com/mailman/listinfo/bitkeeper-users To unsubscribe from this list, go to the above URL, follow instruction at the bottom of the web page.