[ftputil] Removed repository branch issue32

Stefan Schwarzer sschwarzer at sschwarzer.net
Wed Jan 27 19:45:02 CET 2010


Hello,

I've removed the branch "issue32", which was used to
investigate the ftputil issue #32 [1], from the Mercurial
repository. If I had used Mercurial earlier for ftputil,
this would have been a "cloned branch" anyway and wouldn't
show up in the repository either.

If you have already cloned the repository as of yesterday
_and_ made local changes, you can get rid of the "issue32"
revisions by activating the mq extension [2] and using

    hg strip 4c899bb83db8

in the cloned directory (see [3] for details). However, even
if you don't do this, there's no real harm because there's
no sign of the old revisions in the output of "hg incoming".
The strip command is only needed to make your repository
copy consistent with the master repository on the server.

If you haven't made any local modifications to your local
repository yet, it might be easier to just get a current
clone which has the "issue32" branch removed.

Sorry for the trouble. If you need further help, please tell me.

[1] http://ftputil.sschwarzer.net/trac/ticket/32
[2] http://mercurial.selenic.com/wiki/MqExtension#Configuration
[3] http://mercurial.selenic.com/wiki/Strip

Stefan


More information about the ftputil mailing list