* Stephen Lau <[EMAIL PROTECTED]> [20061104 14:49]: > Cyril Plisko wrote: > >how do one rollback a repository at opensolaris.org ? > > $ hg rollback > followed by: > $ hg revert
I'd strongly recommend hg co -C, otherwise the working directory's dirstate would point to a parent that no longer exists. OTOH repositories only used for push/pull don't even need a checked out working copy. Thomas -- Email: [EMAIL PROTECTED] http://intevation.de/~thomas/ _______________________________________________ tools-discuss mailing list [email protected]
