That may look paradoxical, I know that secret changesets are meant to be private, but what if I want to backup those secret changesets?
I work with some branches in para
This is the best I have come up with so far. I think its essentially equivalent to what you want push/pull to be able to do.
hg bundle -r last_draft_rev bundlefile.hg path\to\backup\repo
hg unbundle bundlefile.hg
I couldn't get #2 to work if the changesets were still marked secret.