Re: [PATCH 5/9] remote-hg: use hashlib instead of hg sha1 util

2013-04-25 Thread Felipe Contreras
On Thu, Apr 25, 2013 at 1:25 PM, Ramkumar Ramachandra wrote: > Felipe Contreras wrote: >> To be in sync with remote-bzr. > > Huh? Why do you have to be in sync with remote-bzr? Are you sharing > code between remote-hg and remote-bzr? We don't have to. >> @@ -830,7 +831,7 @@ def main(args): >>

Re: [PATCH 5/9] remote-hg: use hashlib instead of hg sha1 util

2013-04-25 Thread Ramkumar Ramachandra
Felipe Contreras wrote: > To be in sync with remote-bzr. Huh? Why do you have to be in sync with remote-bzr? Are you sharing code between remote-hg and remote-bzr? > @@ -830,7 +831,7 @@ def main(args): > > if alias[4:] == url: > is_tmp = True > -alias = util.sha1(alias).he