Как мне сделать ртутный клон из стандартного ввода
Ответ: Кажется, что клону не нравятся трубы, но unbunbleкоманда кажется более дружелюбной. Вам просто нужно создать целевой репозиторий и распаковать его. mkdir repo cd repo hg init hg un...
Подборка 151 вопрос с тегом «mercurial» на WikiRoot: ответы IT-специалистов по Windows, Linux, Excel, сетям и программированию.
151 вопрос
Ответ: Кажется, что клону не нравятся трубы, но unbunbleкоманда кажется более дружелюбной. Вам просто нужно создать целевой репозиторий и распаковать его. mkdir repo cd repo hg init hg un...
Ответ: Простой веб-поиск показал бы вам страницу плагина на vim.org . AnsiEsc - это плагин, который расширяет подсветку синтаксиса для интерпретации escape-кодов ANSI (что-то вроде ^[[01;...
На моем рабочем месте в настоящее время мы храним файл проекта Eclipse (.project) в Mercurial. Тем не менее, Eclipse постоянно меняет его, что раздражает. Я хочу удалить его из хра...
Ответ: Ах, я хочу, чтобы * .deb для Powerline работал с ZSH (не уверен, как заставить его работать). В любом случае, решение было сделать: sudo apt install python3-hglib вместо sudo apt i...
Ответ: Это просто для сортировки ваших репозиториев по группам. Это похоже на файловый менеджер (созданные папки - только виртуальные).
При переносе проекта Mercurial с клиента Windows на сервер Linux (через подключенный диск) я получаю сообщение об отказе в доступе. Я нахожу папку .dirstate-xxxx в каталоге серверо...
TortoiseHG требуется около 15 минут, чтобы выполнить загрузку из репозитория на моем локальном жестком диске (где .hg каталог содержит 532 файла общим объемом 110 МБ) в пустой репо...
Ответ: Вы пытаетесь использовать параметр sshкомандной строки ( -i) с hg. Это не поддерживается Поскольку hgэта опция не поддерживается, она ищет репозиторий для клонирования ~/keys/dukei...
Я переименовал файл и передал изменения. Mercurial записал его как добавление и удаление. Теперь, спустя неделю, я хотел бы знать, что «переименовал» файл, чтобы репозиторий позвол...
Ответ: Thanks to the endless efforts of one of the most polite user here on stack exchange, I finally figured out that the mercurial wiki seems to be outdated. There it says: Add to ~/.hg...
Ответ: $PATH contains directories, not files, therefore it should list /usr/local/bin instead. (Think about it: right now it has just /bin:/usr/bin, not /bin/ls:/bin/cp:/usr/bin/ssh...)
Ответ: I worked around this problem for mercurial by re-cloning the repo using the full UNC path instead of the mapped drive path.
Ответ: For new added files, you have to manually hg add files to the repo For added|changed files you have hg commit before push hgignore (in common case) is location-specific file, not s...
Ответ: Use hg export -g -o <outfile>, process outfile with whatever tool you like, and re-import with hg import <outfile>.
Ответ: Turns out that it is due to the now incompatible extension terse-status.
Ответ: It looks like an issue with your proxy: File "urllib2.pyo", line 911, in http_error_401 File "mercurial\url.pyo", line 453, in http_error_auth_reqed File "urllib2.pyo", line 889, i...
Ответ: vim uses a runtime script (such as /usr/share/vim/vim73/filetype.vim) which checks the filename, matches it in this case as " Mercurial config (looks like generic config file) au B...
Ответ: [merge-tools] beyondcompare3.args=$local $other $base /mergeoutput=$output /ro /lefttitle=parent1 /centertitle=base /righttitle=parent2 /outputtitle=merged /automerge /reviewconfli...
Я использую инструменты Mercurial и Beyond Compare 4 вместе уже около 2 недель и чувствую себя довольно уверенно в своем использовании, однако у меня все еще есть проблема при срав...
Ответ: While I still can't explain the behaviour, I found that it stems from the $HOME environment-variable still pointing to my user's home-directory. If I export HOME=/root before execu...
Ответ: You can supply an absolute path by using a double slash: hg clone user@example.com//repo
Ответ: I found the answer. Not sure why this fixes it, but all I had to do was create an hgrc file in the .hg directory of the repository in question (not the local cloned dir), and add:...
diffФайлы Mercurial, только если они «не двоичные», где «двоичные» определены как «содержит нулевой байт». .mdbСодержат ли базы данных в MS Access ( ) нулевые байты?
Ответ: getaddrinfo failed means (as written) "XP's dens resolver can't convert name of host for remote repository into it's IP address" Check your DNS-settings Check your firewall setting...
Ответ: When you pull specific branch, you (by design) pull branch's HEAD and all it's ancestors Mergeset, which merge this head into default branch (if exist) is not ancestor of branch-he...
Ответ: It sounds like you are looking for hg outgoing. You use hg status to see lists of changed files. You can compare either two commits against each other — this shows you what files c...
Ответ: It's ever easier in Mercurial for single user (with shell-access to repo): just read Shared SSH wiki-page and Creating Repositories Over SSH tip and have remote SSH-repository Just...
Ответ: Вы можете сделать свой "трудный путь" намного проще и короче (в предположении, что вы не переименовывает именованную ветку в default defaultв репозитории Model) Клонируйте репозито...
Ответ: Я понял это после попытки разных URL: Эта линия WSGIScriptAliasMatch ^(.*)$ /var/www/hg/cgi-bin/hgwebdir.wsgi\$1 следует заменить на эту строку: WSGIScriptAlias / /var/www/hg/cgi-b...
Ответ: There is nothing like that. Even with ConEmu for SVN 1.6 it is not possible. Unfortunately. But you can post it as a wish on Far Manager bugtracker.
Ctrl+K или / — быстрый поиск Начните вводить запрос для поиска по сайту