5
votes
9answers
1k views
BitBucket or freeHg?
I am looking for a public Mercurial repository and would like any opinions from users of either BitBucket, freeHg, or any other alternative. I've tried the free version of BitBucket and it has a …
4
votes
2answers
436 views
How can I integrate a bitbucket repository with the hosted on-demand version of FogBugz?
I use the on-demand (hosted) version of FogBugz. I would like to start using Mercurial for source control. I would like to integrate FogBugz and a BitBucket repository.
I gave it a bit of a try but …
2
votes
5answers
558 views
bitbucket, “hg push” and “hg update”
If I start out with a local mercurial repo, which I consider to be the "main" repo (pardon me my dvcs lords), and intend to use bitbucket as a backup and issue tracking facility, I can do all my …
2
votes
1answer
102 views
How to retrieve available branches from a Bitbucket repository?
It is possible to retrieve the local branches from a local repository with hg branches. Is it possible to do this also with a remote repository programatically?
1
vote
3answers
146 views
urllib.urlopen() doesn’t work with a URL that a browser accepts
If I point Firefox at http://bitbucket.org/tortoisehg/stable/wiki/Home/ReleaseNotes, I get a page of HTML. But if I try this in Python:
import urllib
site = …
0
votes
1answer
31 views
bitbucket mercurial cannot see source codes in source column
I commit all my files into bitbucket. i try check in,revert file i deleted using netbeans and everything ok. when i logined into bitbucket and select my repository (private). I unable to see my …
