Mercurial 1.7.1 released!
Matt Mackall
mpm at selenic.com
Tue Nov 16 18:25:24 UTC 2010
On Tue, 2010-11-16 at 00:17 -0800, JonnyDee wrote:
> Hello,
>
> We use SSH access to our repositories and, unfortunately, pushing/
> pulling bookmarks over SSH still doesn't work with 1.7.1. Invoking "hg
> pull -B" results in "no changed bookmarks found", even if the remote
> repository has bookmarks while the local clone doesn't. I've made sure
> the remote machine (Ubuntu Linux) as well as my local machine (Windows
> XP) have 1.7.1 installed with the "bookmarks" extension activated.
The bugfix in 1.7.1 only affects push on HTTP. All other combinations of
in/out/push/pull with http/ssh/local are tested in the test suite.
Please try the following test:
$ hg debugpushkey ssh://yourserver/your/repo namespaces
namespaces
bookmarks
If you get back anything from this command, the protocol portion of
bookmarks is working perfectly. But if you get back just 'namespaces',
that means bookmarks are NOT properly enabled. That is likely a
configuration problem due to trust:
http://mercurial.selenic.com/wiki/Trust
--
Mathematics is the supreme nostalgia of our time.
More information about the Mercurial
mailing list