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 source codes inside "source" column
|
|
|||||||
|
|
|
Did you "push" the commit to bitbucket? A commit in mercurial will not publish changes the way it does in subversion or CVS. You can do this on the command line:
The push will send the changesets to the "default" location specificed in .hg/hgrc, which most likely is your bitbucket account, assuming you did your hg clone from bitbucket. |
||||
|
