Tagged Questions

1
vote
2answers
251 views

Sync Kiln repository with FTP to my site

My repository, or at least most of it, is a website. Now Mercurial is great for keeping track of changes and creating the site, but the best way I've come to uploading changes is c …
0
votes
1answer
390 views

Equivalent of svn update / p4 sync

In SVN and Perforce, regardless of what I have edited at any time or the changelists I have open, I can run "svn update" or "p4 sync" and my local filesystem is updated to latest, …
3
votes
1answer
59 views

Web Site of out Synch with command line tools [closed]

I am new to Mercurial so I am playing around with a test project. I have a problem where the command line thinks everything is great, but the web doesn't have my latest changes St …