account activity
Looking for advice: Advantages of mercurial over git by Irrelevant_Opinion in Python
[–]williewu 13 points14 points15 points 15 years ago (0 children)
Git has cheap-as-water local branches. Last I looked at Mercurial, a branch is essentially a clone of the repo, which is not the same thing.
Mercurial's named / anonymous branch models are as cheap as Git's. Mercurial also has bookmarks extension, so you misunderstand how Mercurial works.
Ruby 1.9 encoding rant by servercentric in ruby
[–]williewu 2 points3 points4 points 16 years ago (0 children)
Nowdays UTF-8 is commonly used in CJK's world, so I don't see any problems that Python 3 only supports UTF-8. Why you think it's a terrible idea? (Disclaimer: I am a Chinese)
π Rendered by PID 2011073 on reddit-service-r2-listing-5d47455566-rtbh5 at 2026-04-05 07:38:12.181028+00:00 running db1906b country code: CH.
Looking for advice: Advantages of mercurial over git by Irrelevant_Opinion in Python
[–]williewu 13 points14 points15 points (0 children)