Re: [PATCH] Revert "remote-hg: update bookmarks when pulling"

2013-05-16 Thread Junio C Hamano
Felipe Contreras writes: > On Thu, May 16, 2013 at 1:16 PM, Junio C Hamano wrote: >> Junio C Hamano writes: >> >>> Felipe Contreras writes: >>> This reverts commit 24317ef32ac3111ed00792f9b2921dc19dd28fe2. Different versions of Mercurial have different arguments for bookmar

Re: [PATCH] Revert "remote-hg: update bookmarks when pulling"

2013-05-16 Thread Felipe Contreras
On Thu, May 16, 2013 at 1:16 PM, Junio C Hamano wrote: > Junio C Hamano writes: > >> Felipe Contreras writes: >> >>> This reverts commit 24317ef32ac3111ed00792f9b2921dc19dd28fe2. >>> >>> Different versions of Mercurial have different arguments for >>> bookmarks.updatefromremote(), while it shoul

Re: [PATCH] Revert "remote-hg: update bookmarks when pulling"

2013-05-16 Thread Junio C Hamano
Felipe Contreras writes: > This reverts commit 24317ef32ac3111ed00792f9b2921dc19dd28fe2. > > Different versions of Mercurial have different arguments for > bookmarks.updatefromremote(), while it should be possible to call the > right function with the right arguments depending on the version, it'

Re: [PATCH] Revert "remote-hg: update bookmarks when pulling"

2013-05-16 Thread Junio C Hamano
Junio C Hamano writes: > Felipe Contreras writes: > >> This reverts commit 24317ef32ac3111ed00792f9b2921dc19dd28fe2. >> >> Different versions of Mercurial have different arguments for >> bookmarks.updatefromremote(), while it should be possible to call the >> right function with the right argume

Re: [PATCH] Revert "remote-hg: update bookmarks when pulling"

2013-05-16 Thread Junio C Hamano
Felipe Contreras writes: > This reverts commit 24317ef32ac3111ed00792f9b2921dc19dd28fe2. > > Different versions of Mercurial have different arguments for > bookmarks.updatefromremote(), while it should be possible to call the > right function with the right arguments depending on the version, it'

[PATCH] Revert "remote-hg: update bookmarks when pulling"

2013-05-16 Thread Felipe Contreras
This reverts commit 24317ef32ac3111ed00792f9b2921dc19dd28fe2. Different versions of Mercurial have different arguments for bookmarks.updatefromremote(), while it should be possible to call the right function with the right arguments depending on the version, it's safer to restore the old behavior