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).hexdigest() > + alias = hashlib.sha1(alias).hexdigest() Did you eve bother justifying this change with a line in the commit message? How is the new form different from the old form? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html