0
我用push來推送幾個文件到遠程倉庫(使用SSH)。Mercurial推不工作
推進後,我得到
[email protected]:/var/www/mar$ hg push
pushing to ssh://[email protected]//var/www/vhosts/medsecop.com/stage/symphony
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 2 changes to 2 files
HG說2個變爲2個檔。
但是,當我登錄到我的服務器(我推送的遠程)時,文件不在那裏(也沒有改變)。
出了什麼問題?