changeset 1260 | 4603eef60237 |
parent 1258 | 1945754e466b |
child 1280 | 50553b99a5c9 |
--- a/mercurial/localrepo.py Thu Sep 15 03:00:10 2005 -0500 +++ b/mercurial/localrepo.py Thu Sep 15 14:05:48 2005 -0500 @@ -39,9 +39,6 @@ if create: os.mkdir(self.path) os.mkdir(self.join("data")) - f = self.opener("hgrc", "w") - f.write("[web]\n") - f.write("contact = %s\n" % ui.shortuser(ui.username())) self.dirstate = dirstate.dirstate(self.opener, ui, self.root) try: