| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Android/Android Studio/plugins/vcs-hg/lib/ |
Upload File : |
PK B���- �- META-INF/plugin.xml<idea-plugin>
<id>hg4idea</id>
<version>241.18034.62.2411.12071903</version>
<idea-version since-build="241.18034.62" until-build="241.18034.62.*"/>
<name>Mercurial</name>
<description>
<![CDATA[
Allows working with <a href="https://www.mercurial-scm.org/">Mercurial version control system</a>.
The following features are available:
<ul>
<li>Dedicated page under the Version Control node in the Settings/Preferences dialog.</li>
<li>Ability to browse, check out sources from and import into the available Mercurial repositories, when Mercurial is not enabled.</li>
<li>When Mercurial is enabled, the Mercurial node appears on the VCS menu, and on the context menu of the editor.
</ul>
]]>
</description>
<category>Version Controls</category>
<vendor>JetBrains</vendor>
<depends>com.intellij.modules.vcs</depends>
<extensions defaultExtensionNs="com.intellij">
<registryKey key="hg4idea.execute.with.mediator" defaultValue="true"
description="Use wrapper executable on Windows to support soft Mercurial process cancellation."/>
<search.projectOptionsTopHitProvider implementation="org.zmlx.hg4idea.HgOptionsTopHitProvider"/>
<vcs name="hg4idea" vcsClass="org.zmlx.hg4idea.HgVcs" displayName="Mercurial" administrativeAreaName=".hg"/>
<projectConfigurable id="vcs.Mercurial" key="hg4idea.mercurial" instance="org.zmlx.hg4idea.HgProjectConfigurable"
parentId="project.propVCSSupport.Mappings" groupWeight="-500"/>
<checkoutProvider implementation="org.zmlx.hg4idea.provider.HgCheckoutProvider"/>
<vcsRootChecker implementation="org.zmlx.hg4idea.roots.HgRootChecker"/>
<vcsRepositoryCreator implementation="org.zmlx.hg4idea.repo.HgRepositoryCreator"/>
<pushSupport implementation="org.zmlx.hg4idea.push.HgPushSupport"/>
<vcsChangesViewRefresher implementation="org.zmlx.hg4idea.provider.HgIgnoredFileHolder$Provider"/>
<vcs.branchStateProvider implementation="org.zmlx.hg4idea.branch.HgBranchStateProvider"/>
<cherryPicker implementation="org.zmlx.hg4idea.cherrypick.HgCherryPicker"/>
<vcsPopupProvider implementation="org.zmlx.hg4idea.provider.HgQuickListProvider"/>
<logProvider implementation="org.zmlx.hg4idea.log.HgLogProvider"/>
<vcs.taskHandler implementation="org.zmlx.hg4idea.HgTaskHandler"/>
<vcs.ignoredFilesHolder implementation="org.zmlx.hg4idea.provider.HgIgnoredFileHolder$Provider"/>
<vcsRepositoryInitializer implementation="org.zmlx.hg4idea.repo.HgRepositoryInitializer"/>
<applicationService serviceImplementation="org.zmlx.hg4idea.HgGlobalSettings"/>
<applicationService serviceImplementation="org.zmlx.hg4idea.HgRememberedInputs"/>
<projectService serviceImplementation="org.zmlx.hg4idea.HgProjectSettings"/>
<projectService serviceImplementation="org.zmlx.hg4idea.provider.update.HgUpdateConfigurationSettings"/>
<ignoredFileContentProvider implementation="org.zmlx.hg4idea.ignore.HgIgnoredFileContentProvider"/>
<!-- HG ignore lang -->
<fileType language="HgIgnore" extensions="hgignore" fieldName="INSTANCE" name="HgIgnore file" implementationClass="org.zmlx.hg4idea.ignore.lang.HgIgnoreFileType"/>
<lang.parserDefinition language="HgIgnore"
implementationClass="com.intellij.openapi.vcs.changes.ignore.lang.IgnoreParserDefinition"/>
<codeInsight.lineMarkerProvider language="HgIgnore"
implementationClass="com.intellij.openapi.vcs.changes.ignore.codeInsight.IgnoreDirectoryMarkerProvider"/>
<lang.braceMatcher language="HgIgnore" implementationClass="com.intellij.openapi.vcs.changes.ignore.lang.IgnoreBraceMatcher"/>
<lang.commenter language="HgIgnore" implementationClass="com.intellij.openapi.vcs.changes.ignore.lang.IgnoreCommenter"/>
<!--END HG ignore lang-->
<vcs.actions.ScheduleForAdditionActionExtension implementation="org.zmlx.hg4idea.action.HgAdd"/>
<statusBarWidgetFactory id="hg"
implementation="org.zmlx.hg4idea.status.ui.HgStatusWidget$Factory"
order="after CodeStyleStatusBarWidget,before ReadOnlyAttribute"/>
<statusBarWidgetFactory id="InHgIncomingOutgoingWidget"
implementation="org.zmlx.hg4idea.status.ui.HgIncomingOutgoingWidget$IncomingFactory"
order="after hg"/>
<statusBarWidgetFactory id="OutHgIncomingOutgoingWidget"
implementation="org.zmlx.hg4idea.status.ui.HgIncomingOutgoingWidget$OutgoingFactory"
order="after InHgIncomingOutgoingWidget"/>
<statistics.notificationIdsHolder implementation="org.zmlx.hg4idea.HgNotificationIdsHolder"/>
<history.activityPresentationProvider implementation="org.zmlx.hg4idea.HgActivityPresentationProvider"/>
</extensions>
<projectListeners>
<listener class="org.zmlx.hg4idea.status.ui.HgStatusWidget$Listener" activeInHeadlessMode="false" activeInTestMode="false"
topic="com.intellij.dvcs.repo.VcsRepositoryMappingListener"/>
<listener class="org.zmlx.hg4idea.status.ui.HgIncomingOutgoingWidget$Listener" activeInHeadlessMode="false" activeInTestMode="false"
topic="com.intellij.dvcs.repo.VcsRepositoryMappingListener"/>
<listener class="org.zmlx.hg4idea.status.ui.HgIncomingOutgoingWidget$Listener" activeInHeadlessMode="false" activeInTestMode="false"
topic="org.zmlx.hg4idea.status.ui.HgWidgetUpdater"/>
</projectListeners>
<actions>
<action id="Hg.Init" class="org.zmlx.hg4idea.action.HgInit">
<add-to-group group-id="Vcs.Import"/>
<add-to-group group-id="Vcs.Operations.Popup.NonVcsAware" relative-to-action="Start.Use.Vcs" anchor="before"/>
</action>
<group id="hg4idea.file.menu" popup="true" class="org.zmlx.hg4idea.action.HgMercurialMenu">
<reference ref="CheckinFiles"/>
<action id="hg4idea.add" class="com.intellij.openapi.vcs.changes.actions.ScheduleForAdditionWithIgnoredFilesConfirmationAction"
icon="AllIcons.General.Add" use-shortcut-of="ChangesView.AddUnversioned"/>
<reference ref="ChangesView.Revert"/>
<reference ref="ChangesView.RevertFiles"/>
<separator/>
<reference ref="Compare.SameVersion"/>
<reference ref="Compare.Selected"/>
<action id="hg4idea.CompareWithBranch" class="org.zmlx.hg4idea.action.HgCompareWithBranchAction"/>
<reference ref="Vcs.ShowTabbedFileHistory"/>
<reference ref="Vcs.ShowHistoryForBlock"/>
<reference ref="Annotate"/>
<separator/>
<action id="hg4idea.pull" class="org.zmlx.hg4idea.action.HgPullAction" icon="AllIcons.Actions.CheckOut"/>
<reference ref="Vcs.Push"/>
<separator/>
<action id="hg4idea.run.conflict.resolver" class="org.zmlx.hg4idea.action.HgRunConflictResolverAction"/>
<action id="hg4idea.merge.files" class="org.zmlx.hg4idea.action.HgMerge" icon="AllIcons.Actions.ShowAsTree"/>
<separator/>
<action id="hg4idea.branches" class="org.zmlx.hg4idea.branch.HgBranchesAction"/>
<action id="hg4idea.tag" class="org.zmlx.hg4idea.action.HgCreateTagAction"/>
<action id="hg4idea.updateTo" class="org.zmlx.hg4idea.action.HgUpdateToAction"/>
<action id="hg4idea.resolve.mark" class="org.zmlx.hg4idea.action.HgMarkResolved"/>
<separator/>
<action id="hg4idea.Graft.Continue" class="org.zmlx.hg4idea.action.HgContinueGraftAction"/>
<action id="hg4idea.Rebase.Abort" class="org.zmlx.hg4idea.action.HgAbortRebaseAction"/>
<action id="hg4idea.Rebase.Continue" class="org.zmlx.hg4idea.action.HgContinueRebaseAction"/>
<separator/>
<action class="org.zmlx.hg4idea.action.mq.HgShowUnAppliedPatchesAction" id="hg4idea.mq.ShowUnAppliedPatches"
icon="AllIcons.Debugger.Watch"/>
<reference id="ChangesView.Browse"/>
<separator/>
<add-to-group group-id="VcsGroup" anchor="last"/>
<add-to-group group-id="VcsGlobalGroup" anchor="after" relative-to-action="Vcs.Specific"/>
</group>
<action class="org.zmlx.hg4idea.action.HgUpdateToFromLogAction" id="hg4idea.UpdateToRevision"/>
<action class="org.zmlx.hg4idea.action.HgCreateTagFromLogAction" id="hg4idea.CreateNewTag"/>
<action class="org.zmlx.hg4idea.action.HgCreateNewBranchFromLogAction" id="hg4idea.CreateNewBranch"/>
<action class="org.zmlx.hg4idea.action.HgMergeWithRevisionFromLog" id="hg4idea.MergeWithRevision"/>
<group id="Hg.Mq" class="com.intellij.ide.actions.NonTrivialActionGroup" popup="true"
icon="AllIcons.Actions.Edit">
<action class="org.zmlx.hg4idea.action.mq.HgQImportFromLogAction" id="hg4idea.QImport"
icon="AllIcons.Duplicates.SendToTheRight"/>
<action class="org.zmlx.hg4idea.action.mq.HgQGotoFromLogAction" id="hg4idea.QGoto"
icon="AllIcons.Diff.ApplyNotConflicts"/>
<action class="org.zmlx.hg4idea.action.mq.HgQRenameFromLogAction" id="hg4idea.QRename"/>
<action class="org.zmlx.hg4idea.action.mq.HgQFinishFromLogAction" id="hg4idea.QFinish"
icon="AllIcons.Duplicates.SendToTheLeft"/>
</group>
<group id="Hg.MQ.Unapplied">
<action class="com.intellij.openapi.actionSystem.EmptyAction" id="hg4idea.QRefresh"
icon="AllIcons.Actions.Refresh" use-shortcut-of="Refresh"/>
<action class="org.zmlx.hg4idea.action.mq.HgQGotoActionFromMqPatches" id="hg4idea.QGotoFromPatches"
icon="AllIcons.Diff.ApplyNotConflicts">
<keyboard-shortcut first-keystroke="alt shift G" keymap="$default"/>
</action>
<action class="org.zmlx.hg4idea.action.mq.HgQPushActionFromPatches" id="hg4idea.QPushAction"
icon="AllIcons.Actions.MoveTo2">
<keyboard-shortcut first-keystroke="alt shift P" keymap="$default"/>
</action>
<action class="org.zmlx.hg4idea.action.mq.HgQFoldActionFromPatches" id="hg4idea.QFold"
icon="AllIcons.Vcs.Merge">
<keyboard-shortcut first-keystroke="alt shift D" keymap="$default"/>
</action>
<action class="com.intellij.openapi.actionSystem.EmptyAction" id="hg4idea.QDelete"
icon="AllIcons.General.Remove" use-shortcut-of="$Delete"/>
</group>
<group id="Hg.Log.ContextMenu">
<reference id="hg4idea.UpdateToRevision"/>
<reference id="hg4idea.CreateNewBranch"/>
<reference id="hg4idea.CreateNewTag"/>
<reference id="hg4idea.MergeWithRevision"/>
<separator/>
<reference id="Hg.Mq"/>
<add-to-group group-id="Vcs.Log.ContextMenu"/>
</group>
<group id="Mq.Patches.Toolbar">
<reference id="Hg.MQ.Unapplied"/>
</group>
<group id="Mq.Patches.ContextMenu">
<reference id="Hg.MQ.Unapplied"/>
<separator/>
<reference id="ChangesView.ApplyPatch"/>
</group>
<action id="Hg.Commit.And.Push.Executor" class="org.zmlx.hg4idea.action.HgCommitAndPushExecutorAction">
<add-to-group group-id="Vcs.Commit.PrimaryCommitActions"/>
<keyboard-shortcut first-keystroke="control alt K" keymap="$default"/>
</action>
<group id="Hg.Ignore.File" class="org.zmlx.hg4idea.ignore.actions.HgIgnoreFileActionGroup">
<add-to-group group-id="ChangesViewPopupMenu" anchor="after" relative-to-action="ChangesView.AddUnversioned"/>
<add-to-group group-id="hg4idea.file.menu" anchor="after" relative-to-action="hg4idea.add"/>
<add-to-group group-id="Unversioned.Files.Dialog.Popup" anchor="after" relative-to-action="$Delete"/>
</group>
</actions>
<resource-bundle>messages.HgBundle</resource-bundle>
</idea-plugin>
PK ��vN N messages/HgBundle.propertieshg4idea.vcs.name=Mercurial
hg4idea.vcs.name.with.mnemonic=_Mercurial
hg4idea.vcs.short.name=Hg
hg4idea.vcs.short.name.with.mnemonic=H_g
group.hg4idea.file.menu.text=Mercurial
action.hg4idea.tag.title=Tag
action.hg4idea.tag.button=&Tag
action.hg4idea.tag.text=Tag Repository\u2026
action.hg4idea.tag.description=Create a tag for current revision
action.hg4idea.tag.name=Tag name:
action.hg4idea.tag.name.error=You have to specify tag name.
action.hg4idea.tag.select.repo=Select repository to tag
action.hg4idea.updateTo.text=Update to\u2026
action.hg4idea.updateTo.description=Update the repository's working directory to the specified changeset.
action.hg4idea.push.error=Push failed
action.hg4idea.push.error.msg=Failed to push to [{0}]
action.hg4idea.push.enter.remote=Enter Remote
action.hg4idea.push.nothing=Nothing to push
action.hg4idea.push.success=Pushed successfully
action.hg4idea.push.success.msg=Pushed {0,choice,1#{0} commit|2#{0} commits} [{1}]
action.hg4idea.pull=Pull
action.hg4idea.pull.p=&Pull
action.hg4idea.pull.text=Pull\u2026
action.hg4idea.pull.description=Pull incoming commits
action.hg4idea.pull.auth.required=Authorization required
action.hg4idea.pull.auth.required.msg=http authorization required for <code>{0}</code>
action.hg4idea.pull.commit.after.merge=&Commit after merge without conflicts
action.hg4idea.pull.commit.automatically=Commit automatically after the merge
action.hg4idea.pull.failed=Pull failed
action.hg4idea.pull.from=Pull From:
action.hg4idea.pull.from.default.remote=Pull from the default remote repository
action.hg4idea.pull.merge.if.in.extra=Merge if pulling resulted in extra heads
action.hg4idea.pull.only.update=Only &Update
action.hg4idea.pull.progress=Pulling changes from {0}
action.hg4idea.pull.rebase.tooltip=Rebase changesets to a branch tip as destination
action.hg4idea.pull.rebase=&Rebase
action.hg4idea.pull.select.repo=Select repository to pull changesets for
action.hg4idea.pull.update.strategy=Update Strategy
action.hg4idea.pull.update.to.head=Update to the head of the current branch
action.hg4idea.pull.update.merge=&Merge
action.hg4idea.resolve.mark.text=Mark as Resolved
action.hg4idea.resolve.mark.description=Mark as resolved, remove conflict marker
action.hg4idea.run.conflict.resolver.text=Run Conflict Resolver
action.hg4idea.run.conflict.resolver.description=Resolve existing conflicts
action.hg4idea.run.conflict.resolver.conflicts=Files with conflicts
action.hg4idea.run.conflict.resolver.no.conflicts=No conflicts to resolve
action.hg4idea.run.conflict.resolver.title=Resolve Conflicts
action.hg4idea.merge.files.text=Merge\u2026
action.hg4idea.merge.exception=Exception during merge
action.hg4idea.merge.progress=Merging changes\u2026
action.hg4idea.merge.select.repo=Select repository to merge
action.hg4idea.merge.skipped=Merging with a working directory ancestor has no effect
action.hg4idea.merge.skipped.title=Merging is skipped for {0}
action.hg4idea.merge.warning=Warning during merge
action.hg4idea.merge.with=Merge with
action.hg4idea.merge.files.description=Merge existing files
action.hg4idea.mq.delete.confirmation=You are going to delete selected {0, choice, 1#patch|2#patches}. Would you like to continue?
action.hg4idea.mq.delete.progress=Deleting patches\u2026
action.hg4idea.mq.duplicated.name=A patch with the ''{0}'' name already exists
action.hg4idea.mq.updating=Updating patch series for {0}
delete.confirmation.title=Delete Confirmation
hg4idea.annotation.author=Author: {0}
hg4idea.annotation.date=Date: {0}
hg4idea.mercurial=Mercurial
hg4idea.error=Error
hg4idea.hg.error=Hg error
hg4idea.revert=&Revert
hg4idea.revert.failed.msg=Revert failed due to uncommitted merge.<br>\
Would you like to discard all changes for repository <it><b>{0}</b></it>?
hg4idea.commit=Commit
hg4idea.commit.auth.error={0} <a href=''authenticate''>Enter Password & Refresh</a>
hg4idea.commit.cmd.execute.error=Could not execute hg outgoing command for {0}
hg4idea.commit.path.empty.error=Hg push path could not be empty.
hg4idea.commit.merge.error=Exception during merge commit with {0}
hg4idea.changesets.error=Checking for incoming/outgoing changes disabled
hg4idea.changesets.error.msg=Authentication is required to check incoming/outgoing changes in {0}<br/>\
You may enable checking for changes <a href=''#''>in the Settings</a>.
hg4idea.changesets.in=In
hg4idea.changesets.out=Out
hg4idea.changesets.checking.progress=Checking Incoming and Outgoing Changes
hg4idea.widget.tooltip.title.status.changesets={0} changesets
hg4idea.switch=Switch to
hg4idea.switch.title=Switch Working Directory
hg4idea.add.title=Add files to Mercurial
hg4idea.add.single.title=Add file to Mercurial
hg4idea.add.body=Do you want to add the following file to Mercurial?\n{0}\n\nIf you choose Cancel, you can still add it later manually.
hg4idea.add.progress=Adding files to Mercurial
hg4idea.add.files.progress=Adding files to {0}
hg4idea.bookmark.create.title=Create Bookmark
hg4idea.bookmark.cmd.failed=Hg bookmark command failed for repository {0} with name {1}
hg4idea.bookmark.inactive=Inactive
hg4idea.bookmark.name=Bookmark name:
hg4idea.bookmark.name.empty=Bookmark name is empty
hg4idea.bookmark.specify.name=You have to specify bookmark name.
action.hg4idea.bookmark.new=New Bookmark
action.hg4idea.bookmark.new.description=Create new bookmark
action.not.possible.in.fresh.repo.new.bookmark=Creating new bookmark
action.hg4idea.show.unnamed.heads=Unnamed Heads for {0}
action.hg4idea.branch.close=Close {0, choice, 1#Branch|2#Branches}
action.hg4idea.branch.close.description=Close current {0, choice, 1#branch|2#branches}
hg4idea.branch.create=Create New Branch
hg4idea.branch.create.from=Create Branch from {0}
hg4idea.branch.creating.progress=Creating {0, choice, 1#branch|2#branches}\u2026
hg4idea.branch.creation.error=Creation failed
hg4idea.branch.creation.error.msg=Branch creation [{0}] failed
hg4idea.branch.bookmarks=Bookmarks
hg4idea.branch.bookmarks.in.repo=Bookmarks in {0}
hg4idea.branch.branches.separator=Branches
hg4idea.branch.branches.in.repo.separator=Branches in {0}
# suppress inspection "TrailingSpacesInProperty"
hg4idea.branch.cannot.create=Can't create new branch:\u0020
hg4idea.branch.common.branches.separator=Common Branches
hg4idea.branch.common.bookmarks.separator=Common Bookmarks
hg4idea.branch.comparing=Comparing with {0}
hg4idea.branch.enter.name=Enter the name of new branch:
hg4idea.branch.duplicated.name.error=A branch with the ''{0}'' name already exists
hg4idea.branch.compare.error=Can't compare with branch
hg4idea.branch.compare.no.changes=No Changes Detected
hg4idea.branch.compare.no.changes.msg=There are no changes between <code>{0}</code> and <code>{1}</code>
hg4idea.clone.repo.error.msg=Clone from {0} failed.
hg4idea.configuration.identifying.version=Identifying Mercurial version
hg4idea.configuration.version=Mercurial version is {0}
hg4idea.unable.to.run.hg=Unable to run hg: {0}
hg4idea.run.success.title=Hg Executed Successfully
hg4idea.run.failed.title=Hg Execution Failed
hg4idea.configuration.check.incoming.outgoing=Check for &incoming and outgoing changesets
hg4idea.configuration.ignore.whitespace.in.annotate=Ignore &whitespace differences in annotations
hg4idea.command.executor.error=Error executing \"{0}\". Make sure you have setup the right executable in Mercurial configuration\n\
Original Error:\n\
{1}
hg4idea.command.executor.remote.auth.failed=Authorization failed
hg4idea.command.executor.remote.auth.failed.msg=Your hgrc file settings have wrong username or password in [paths].\n\
Please, update your .hg/hgrc file.
hg4idea.commit.partial.merge.message=Partial commits are not allowed during merge, and following files are not included:\
<ul>{0}</ul>Perform commit with all files included?
hg4idea.commit.partial.merge.title=Partial Merge Commit
hg4idea.commit.error.messageEmpty=Please provide a commit message
hg4idea.exec.not.found={0}<br/>\
Please check your hg executable path in <a href=''{1}''> settings </a>
hg4idea.executable.notification.title=Can't start Mercurial
hg4idea.executable.notification.description=The path to the hg executable is probably not valid.
hg4idea.executable.notification.cant.run.in.safe.mode=Can't run a Hg command in the safe mode
hg4idea.delete.modify.conflict.title=Delete-Modify Conflict
hg4idea.delete.modify.file.deleted.locally=File {0} is deleted locally, but modified remotely. Do you want to keep the modified version or remove the file?
hg4idea.delete.modify.file.deleted.remotely=File {0} is modified locally, but deleted remotely. Do you want to keep the modified version or remove the file?
hg4idea.init.dialog.title=Create Mercurial repository
hg4idea.init.dialog.incorrect.path=The specified path is incorrect
hg4idea.init.dialog.option.create.repository.for.whole.project=&Create repository for the whole project
hg4idea.init.dialog.option.select.folder=&Select where to create repository
hg4idea.init.destination.directory.description=Select directory where the new Mercurial repository will be created.
hg4idea.init.destination.directory.title=Select directory for hg init
hg4idea.init.this.is.hg.root=The selected folder {0} is already a Mercurial root
hg4idea.init.already.under.hg.description=The selected directory <b><code>{0}</code></b> is already under Mercurial: \
<b><code>{1}</code></b><br/>\
Would you like to create new repository in the selected folder or use the parent one?
hg4idea.init.already.under.hg.title=This directory is already under hg
hg4idea.init.already.under.hg.dialog.title=Directory is under hg
hg4idea.init.already.under.hg.option.use.parent=Use parent repository, but keep working in this project.
hg4idea.init.already.under.hg.option.create.repo.here=Create new repository here.
hg4idea.init.created.notification.title=Mercurial repository created
hg4idea.init.created.notification.description=Repository was created in {0}
hg4idea.init.error.title=Error creating Mercurial repository
hg4idea.init.error.description=Could not create a Mercurial repository in {0}
hg4idea.move.progress=Moving files in the VCS\u2026
hg4idea.remove.single.title=Remove file from Mercurial
hg4idea.remove.single.body=Do you want to remove the following file from Mercurial?\n{0}\n\nIf you choose Cancel, you can still remove it later manually.
hg4idea.remove.multiple.title=Remove files from Mercurial
hg4idea.remove.progress=Removing files from the VCS\u2026
hg4idea.rename.error=Rename failed
hg4idea.rename.error.msg=Could not mark some files as renamed
hg4idea.rename.error.title=Failed to Rename
hg4idea.update.error.uncommittedMerge=outstanding uncommitted merge in repository {0}, not updating or merging
hg4idea.update.error.localchanges=outstanding uncommitted changes in repository {0}, not merging with pulled head
hg4idea.update.error.merge.multipleLocalHeads=More than one local head in repository {0}, not merging
hg4idea.update.error.merge.multipleRemoteHeads=Pulled in {0} remote heads in repository {1}, not merging
hg4idea.update.warning.merge.conflicts=Merged with conflicts in repository {0}. Inspect the conflicts, and commit the merge when you are done
hg4idea.update.warning.multipleHeadsBeforeUpdate=Multiple heads in this branch in repository {0} before the update (use \"hg heads .\" and \"hg merge\" to merge)
hg4idea.update.progress.updating.to.pulled.head=Updating to pulled head
hg4idea.update.progress.merging=Merging with pulled head
hg4idea.update.unable.to.merge=Your uncommitted changes could not be merged into the requested changeset.<br>\
Would you like to perform force update and discard them?
hg4idea.update.uncommitted.problem=Uncommitted Changes Problem
hg4idea.update.failed=Update failed
hg4idea.update.unresolved.conflicts=Unresolved conflicts.
changes.discard=&Discard Changes
hg4idea.prompt.message=Mercurial Prompt Message
hg4idea.progress.updatingworkingdir=Updating local working directory
hg4idea.progress.updating=Updating {0}\u2026
hg4idea.progress.updatingTo=Updating to {0}\u2026
hg4idea.progress.countingHeads=Checking number of heads\u2026
hg4idea.progress.pull.with.update=Updating repository
hg4idea.progress.rebase=Rebasing repository
hg4idea.progress.bookmark=Creating Bookmark {0}\u2026
hg4idea.mq.tab.name=MQ
hg4idea.mq.progress.goto=Goto {0}\u2026
hg4idea.mq.progress.pop=Pop all applied patches\u2026
hg4idea.progress.checking.ignored=Checking for ignoring files
hg4idea.warning.no-default-update-path=Skipped \"{0}\". No default update path.
hg4idea.error.log.command.execution=Error during log command execution
hg4idea.error.debugancestor.command.execution=Error during debugancestor command execution
hg4idea.error.debugancestor.command.description=Could not collect information about ancestor
hg4idea.dialog.login.password.required=Login and password required
hg4idea.dialog.login.description=Login to {0}
hg4idea.exception.file.not.under.hg=The file {0} is not under Mercurial.
hg4idea.changelist.column.branch=Branch
action.hg4idea.Merge=Merge
action.hg4idea.Update=Update
action.hg4idea.Compare=Compare
action.hg4idea.CommitAndClose=Commit And Close
action.hg4idea.QDelete.text=Delete
action.hg4idea.QDelete.description=Delete selected patches
action.hg4idea.QDelete.error=QDelete command failed
action.hg4idea.QDelete.error.msg=Could not delete selected {0, choice, 1#patch|2#patches}
action.hg4idea.QFold.text=Fold
action.hg4idea.QFold.description=Fold selected patch to the top one
action.hg4idea.QFold.title=Folding patches\u2026
action.hg4idea.QFold.error=QFold command failed
action.hg4idea.QFold.error.msg=Could not fold patches into the current patch
action.hg4idea.QNew=Create M&Q Patch
action.hg4idea.QPushAction.text=Move and Push
action.hg4idea.QPushAction.description=Apply only selected patch
action.hg4idea.QPushAction.title=Pushing patch\u2026
action.hg4idea.QPushAction.error=QPush command failed
action.hg4idea.QPushAction.error.msg=Could not apply selected patch {0}
action.hg4idea.QGotoFromPatches.text=Goto
action.hg4idea.QGotoFromPatches.description=Push all patches above selected one
action.hg4idea.QGotoFromPatches.title=Goto\u2026
action.hg4idea.QGotoFromPatches.error=QGoto command failed
action.hg4idea.QGotoFromPatches.error.msg=Could not go to patch {0}
action.hg4idea.QRefresh.text=Reload from file
action.hg4idea.QRefresh.description=Reload patch information from mq patch series file
action.hg4idea.QRefresh.error=QRefresh failed
action.hg4idea.QRefresh.error.msg=Could not amend selected changes to newly created patch
action.hg4idea.QFinish.text=Finish Patches
action.hg4idea.QFinish.description=Apply mq patches into repository history
action.hg4idea.QFinish.error=QFinish command failed
action.hg4idea.QFinish.error.msg=Could not apply patches into repository history.
action.hg4idea.QRename.text=Rename Patch
action.hg4idea.QRename.description=Rename mq patch
action.hg4idea.QRename.enter.patch.name=Enter a new name for {0} patch:
action.hg4idea.QRename.title=Rename Patch
action.hg4idea.QRename.error=Qrename command failed
action.hg4idea.QRename.error.msg=Could not rename patch {0} to {1}
action.hg4idea.QGoto.text=Goto patch
action.hg4idea.QGoto.description=Pop all revisions starting from selected commit
action.hg4idea.QImport.text=Import
action.hg4idea.QImport.description=Import all revisions starting from selected commit
action.hg4idea.QImport.error=Import failed
action.hg4idea.QImport.error.msg=Import revision from {0} to qparent failed
action.hg4idea.QNew.error=Qnew failed
action.hg4idea.QNew.error.msg=Could not create mq patch for selected changes
action.hg4idea.QPop.error=QPop command failed
action.hg4idea.QPop.error.msg=Could not make all patches unapplied
action.hg4idea.QPop.error.warning=QPop completed with errors
group.Hg.Mq.text=MQ
action.hg4idea.MergeWithRevision.text=Merge With
action.hg4idea.MergeWithRevision.description=Merge with selected revision
action.hg4idea.CreateNewBranch.text=New Branch\u2026
action.hg4idea.CreateNewBranch.description=Create new branch starting from the selected commit
action.hg4idea.CreateNewTag.text=New Tag\u2026
action.hg4idea.CreateNewTag.description=Create new tag pointing to this commit
action.hg4idea.CreateTag.error.msg=Tag creation [{0}] failed
action.hg4idea.UpdateToRevision.text=Update to Revision
action.hg4idea.mq.ShowUnAppliedPatches.text=Show Mq Unapplied Patches\u2026
action.hg4idea.Rebase.error=Could not rebase repository.
action.hg4idea.Rebase.Continue.text=Continue Rebasing
action.hg4idea.Rebase.Continue.progress=Continue rebasing\u2026
action.hg4idea.Rebase.Continue.error=Could not continue rebasing
action.hg4idea.Rebase.Abort.text=Abort Rebasing
action.hg4idea.Rebase.Abort.error=Could not abort rebasing
action.hg4idea.Rebase.Abort.progress=Abort rebasing\u2026
action.hg4idea.Graft.Continue.text=Continue Grafting
action.hg4idea.Graft.Continue.progress=Continue grafting\u2026
action.hg4idea.Graft.error=Could not graft.
action.hg4idea.Graft.continue.error=Could not continue grafting
action.hg4idea.branches.text=_Branches\u2026
action.hg4idea.CompareWithBranch.cannot.detect.commit=Could not detect commit related to {0} name for {1}.
action.hg4idea.CompareWithBranch.text=Compare with Branch/Bookmark\u2026
action.hg4idea.Commit.cant.prepare.commit.message.file=Could not prepare commit message
action.hg4idea.add.text=Add
action.hg4idea.status.error=Could not execute hg status command
action.Hg.Init.text=Create Mercurial Repository
configurable.UpdateConfigurable.display.name=Update
checkbox.export.active.bookmarks=Export active bookmarks
action.DumbAware.HgCommittedChangesProvider.text.copy.hash=Copy &Hash
action.DumbAware.HgCommittedChangesProvider.description.copy.hash.to.clipboard=Copy hash to clipboard
hg4idea.file.status.copied=Copied
hg4idea.file.status.renamed=Renamed
hg4idea.status.bar.widget.name=Mercurial Branch
hg4idea.status.bar.incoming.widget.name=Mercurial Incoming
hg4idea.status.bar.outgoing.widget.name=Mercurial Outgoing
graft=Graft
hg4idea.status.bar.widget.text.graft=Grafting {0}
hg4idea.status.bar.widget.text.merge=Merging {0}
hg4idea.status.bar.widget.text.rebase=Rebasing {0}
hg4idea.validation.name.no.colons=Name could not contain colons
hg4idea.validation.name.invalid=Invalid name for hg reference
hg4idea.validation.name.reserved=The name ''{0}'' is reserved.
error.history.cant.get.commit.details.log.command.error=Could not get commit details: log command execution error
error.cannot.find.repository.for.file=Could not find Hg repository for {0}
error.cannot.delete.file=Unable to delete file: {0}
error.cannot.execute.command=Could not execute Mercurial command
hg4idea.version.unsupported=Unsupported Hg version
hg4idea.version.update=The <a href=''{0}''>configured</a> version of Hg is not supported: {1}.<br/>\
The minimal supported version is {2}. Please <a href=''{3}''>update</a>.
hg4idea.version.unsupported.ext=Some hg extensions {0} are not found or not supported by your hg version and will be ignored.\n\
Please, update your hgrc or Mercurial.ini file
bookmark=Book&mark
branch=&Branch
files.removing.progress=Removing files\u2026
no.changes.available=No changes available
overwrite.locally.modified=&Overwrite locally modified files (no backup)
repositories=Repositories
repositories.commit.subs=Commit subrepositories
repositories.commit.subs.tooltip=Commit all &subrepos for selected repositories.<br>\
<code>hg ci <i><b>files</b></i> -S <i><b>subrepos</b></i></code>
retry=Retry
revision=&Revision
select.repo=Select repository
specify.name.or.revision=You have to specify appropriate name or revision.
progress.title.enabling.hg=Enabling Mercurial\u2026
activity.name.graft=Hg graft
activity.name.merge=Hg merge
activity.name.rebase=Hg rebase
activity.name.update=Hg update
activity.name.rollback=Hg revert
hg.ref.group.name.branches=Branches
hg.ref.group.name.bookmarks=Bookmarks
column.mq.patch.name=Name
column.mq.patch.subject=Subject
column.mq.patch.author=Author
column.mq.patch.branch=Branch
column.mq.patch.date=Date
PK Ǟ�� � 3 org/zmlx/hg4idea/ignore/lang/HgIgnoreFileType.class��� = -org/zmlx/hg4idea/ignore/lang/HgIgnoreLanguage INSTANCE /Lorg/zmlx/hg4idea/ignore/lang/HgIgnoreLanguage;
;com/intellij/openapi/vcs/changes/ignore/lang/IgnoreFileType <init> @(Lcom/intellij/openapi/vcs/changes/ignore/lang/IgnoreLanguage;)V -org/zmlx/hg4idea/ignore/lang/HgIgnoreFileType
()V
/Lorg/zmlx/hg4idea/ignore/lang/HgIgnoreFileType; Code LineNumberTable LocalVariableTable this <clinit>
SourceFile HgIgnoreFileType.java 1
6 *� � �
# �
Y� � � PK �
h� 3 org/zmlx/hg4idea/ignore/lang/HgIgnoreLanguage.class��� = H HgIgnore hgignore
;com/intellij/openapi/vcs/changes/ignore/lang/IgnoreLanguage <init> '(Ljava/lang/String;Ljava/lang/String;)V
-org/zmlx/hg4idea/ignore/lang/HgIgnoreFileType INSTANCE /Lorg/zmlx/hg4idea/ignore/lang/HgIgnoreFileType; 3com/intellij/openapi/vcs/changes/ignore/lang/Syntax REGEXP 5Lcom/intellij/openapi/vcs/changes/ignore/lang/Syntax; -org/zmlx/hg4idea/ignore/lang/HgIgnoreLanguage
()V /Lorg/zmlx/hg4idea/ignore/lang/HgIgnoreLanguage; Code LineNumberTable LocalVariableTable this getFileType ?()Lcom/intellij/openapi/vcs/changes/ignore/lang/IgnoreFileType; RuntimeInvisibleAnnotations #Lorg/jetbrains/annotations/NotNull; RuntimeInvisibleTypeAnnotations isSyntaxSupported ()Z getDefaultSyntax 7()Lcom/intellij/openapi/vcs/changes/ignore/lang/Syntax; <clinit>
SourceFile HgIgnoreLanguage.java $$$reportNull$$$0 (I)V / 0
1 *@NotNull method %s.%s must not return null 3 java/lang/Object 5 # * java/lang/String : format 9(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String; <