MQパッチを更新するのはなぜ作業ディレクトリに変更されたファイルを残すのですか?

StackOverflow https://stackoverflow.com/questions/7324744

  •  27-10-2019
  •  | 
  •  

質問

お願いします、観察してください:

PS Z:\dev> hg version
Mercurial Distributed SCM (version 1.9.2)
(see http://mercurial.selenic.com for more information)

Copyright (C) 2005-2011 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
PS Z:\dev> hg st
A windows\NC\NC.Entities.Agent\DTO\StartTask.cs
A windows\nc\NC.Entities.Agent\DTO\Sample.cs
A windows\nc\NC.Entities.Agent\DTO\StopTask.cs
A windows\nc\NC.Entities.Agent\DTO\Task.cs
A windows\nc\NC.Entities.Agent\Web\Sample.cs
PS Z:\dev> hg qrefresh -v
windows/Common/Shunra.Common.Contract/Shunra.Common.Contract.SL.csproj
windows/NC/NC.Client.SL.Web/Bootstrapper.cs
windows/NC/NC.Entities.Agent.Contract/NC.Entities.Agent.Contract.csproj
windows/NC/NC.Entities.Agent/DTO/AgentInfo.cs
windows/NC/NC.Entities.Agent/DTO/Sample.cs
windows/NC/NC.Entities.Agent/DTO/StopTask.cs
windows/NC/NC.Entities.Agent/DTO/Task.cs
windows/NC/NC.Entities.Agent/NC.Entities.Agent.csproj
windows/NC/NC.Entities.Agent/Web/AgentInfo.DTO.cs
windows/NC/NC.Entities.Agent/Web/AgentInfo.cs
windows/NC/NC.Entities.Agent/Web/Sample.DTO.cs
windows/NC/NC.Entities.Agent/Web/Sample.cs
windows/NC/NC.Entities.Agent/Web/SampleSet.cs
windows/NC/NC.Entities.Agent/Web/StartTask.DTO.cs
windows/NC/NC.Entities.Agent/Web/StartTask.cs
windows/NC/NC.Entities.Agent/Web/StopTask.DTO.cs
windows/NC/NC.Entities.Agent/Web/StopTask.cs
windows/NC/NC.Entities.Server/AgentPortal.AgentEntitiesMarshal.cs
windows/NC/NC.Entities.Server/AgentPortal.PrimitivesMarshal.cs
windows/NC/NC.Entities.Server/AgentPortal.cs
windows/NC/NC.Entities.Server/ExecutionInfoProvider.cs
windows/NC/NC.Entities.Server/Handlers/AgentInfoHandler.cs
windows/NC/NC.Entities.Server/Handlers/SampleHandler.cs
windows/NC/NC.Entities.Server/Handlers/TaskHandler.cs
windows/NC/NC.Entities.Server/IExecutionInfoProvider.PrimitivesMarshal.cs
windows/NC/NC.Entities.Server/IProtocolMetadataResolver.cs
windows/NC/NC.Entities.Server/IProtocolValuesHelper.cs
windows/NC/NC.Entities.Server/Mobile/Web/MobileRunReport.cs
windows/NC/NC.Entities.Server/NC.Entities.Server.csproj
windows/NC/NC.Entities.Server/ProtocolMetadataResolver.cs
windows/NC/NC.Entities.Server/ProtocolValuesHelper.cs
windows/NC/NC.Entities/Rest/ProtoBufSerializer.cs
windows/NC/NC.ProtoBuf/NC.ProtoBuf.SL.csproj
windows/nc/NC.Entities.Agent/DTO/PrimitiveCollection.cs
windows/nc/NC.Entities.Agent/DTO/StartTask.cs
windows/nc/NC.Entities.Agent/DTO/String2String.cs
windows/nc/NC.Entities.Agent/DTO/StringTPair.cs
windows/nc/NC.Entities.Agent/DTO/StringTPairList.cs
PS Z:\dev> hg st
A windows\NC\NC.Entities.Agent\DTO\StartTask.cs
A windows\nc\NC.Entities.Agent\DTO\Sample.cs
A windows\nc\NC.Entities.Agent\DTO\StopTask.cs
A windows\nc\NC.Entities.Agent\DTO\Task.cs
A windows\nc\NC.Entities.Agent\Web\Sample.cs
PS Z:\dev>

私に不明なのは理由です HGステータス MQパッチを更新した後、同じ追加ファイルを返しますか?これらのファイルは、の冗長出力に表示されることに注意してください HG qrefresh。

私は今それで何をすることになっていますか?

ありがとう。

役に立ちましたか?

解決

のケーシング ncNC 省略されたファイルのディレクトリは間で異なります hg qrefresh -v 出力と hg st.

報告されたファイルを忘れてみてください hg st 適切なケーシングでそれらを追加します。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top