2337
Comment: add myself
|
2163
update hgbot commands
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== IRC == Internet Relay Chat is one of the best ways to interact with the Mercurial community. We can be found in the channel #mercurial on [[http://webchat.freenode.net/|irc.freenode.net]]. |
#pragma section-numbers 2 = IRC = Internet Relay Chat is one of the best ways to interact with the Mercurial community. We can be found in the channel #mercurial on [[https://web.libera.chat/?#mercurial|irc.libera.chat]]. <<TableOfContents>> |
Line 7: | Line 10: |
* Don't ask if you can ask a question | * Don't say hello, just ask your question! |
Line 13: | Line 16: |
* Use http://paste.lisp.org/new/mercurial to share tracebacks, etc. | * Use http://paste.debian.net/ to share tracebacks, etc. (or http://pastebin.com) * Please read [[Advice|suggestions on giving advice]] |
Line 15: | Line 19: |
== Who's Who == === Core developers: === * [[mpm]] (Matt Mackall) - the Mercurial project leader * [[cyanite]] (Sune Foldager) - crew * [[muggs]] (Steve Borho) - crew * [[pmezard]] (Patrick Mézard) - crew * [[tonfa]] (Benoit Boissinot) - crew * [[hstuart]] (Henrik Stuart) - crew * [[ThomasArendsenHein|ThomasAH]] (Thomas Arendsen Hein) - crew (though not very active), admin of hg.intevation.org * [[brendan]] (Brendan Cully) - crew * [[MartinGeisler|mg]] (Martin Geisler) - crew * [[DirkjanOchtman|djc]] (Dirkjan Ochtman) - crew |
See also https://libera.chat/guides |
Line 28: | Line 21: |
=== Other regulars: === * [[AugieFackler|durin42]] (Augie Fackler) - hgsubversion author, hg-git maintainer, Google Code engineer, and general hg extension hacker. * [[Ry4anBrase|Ry4an]] (Ry4an Brase) - Mercurial tier one help desk :) * [[pachi]] (Rafael Villar) - Mercurial help desk for easy questions :P * [[danchr]] (Dan V. P. Christiansen) - contributor to Mercurial & hgsubversion * [[parren]] (Peter Arrenbrecht) - pbranch author and sporadic contributor * [[dsop]] (David Soria Parra) - bookmarks and pager author, mercurial.selenic.com maintainer working. Sporadic contributor * TheMystic ([[KevinBullock]]) - occasional packager of extensions, sporadic bug fixer * ronny (RonnyPfannschmidt) - sporadic contributor and pypy/jython porting === GSoC: === * [[VishakhHarikumar|vsh]] (Vishakh Harikumar) - shallow clone * [[Pradeepkumar|in3xes]] (Pradeepkumar Gayam) - [[ParentDeltaPlan|Parent Delta]] * [[RenatoCunha|trovao]] (Renato Cunha) - py3k porting |
== Using hgbot == 'hgbot' is an IRC bot that helps with various tasks, including answering FAQs. Some useful commands: * `!main <changeset id>` - summarize a commit in the main Mercurial repo * `!hg-committed <changeset id>` - summarize a commit in the repo for trusted committers (usually has things that weren't yet published) * `!hg-website <changeset id>` - summarize a commit in the [[https://www.mercurial-scm.org/repo/hg-website/|hg-website]] repo * `issue<issue number>` or a direct link to an issue on our BugTracker - summarize an issue from the bug tracker * `!hghelp <command>` - get a help summary * `!learn <key> as <value>` - add a factoid to the database * `!forget <key>` - forget a factoid * `!factoids search <keyword>` - search the factoids for a keyword * `!seen <user>` - report when user was last seen Some common FAQs and links: * `!irc` - link to this page * `!wiki` - link to this wiki * `!hgignore` - help on hgignore syntax * `!inotifybug` - the common [[InotifyBug|inotify bug]] * `!trust` - information about [[Trust|trusted users]] == See also == * MailingLists * ProjectInfrastructure ---- CategoryProject CategoryTools |
IRC
Internet Relay Chat is one of the best ways to interact with the Mercurial community. We can be found in the channel #mercurial on irc.libera.chat.
Contents
1. Etiquette
The Mercurial channel usually has a couple hundred people in it, so to help things go smoothly, we ask that you:
- Don't say hello, just ask your question!
- If you want help with a bug, please be responsive to developer questions
- Don't make demands of developers - they're under no obligation to help anyone
- Don't be rude to other Mercurial users
- We're not fluent in all SCMs, don't assume we know what a "git foo-bar" is
- Try to avoid prolonged digressions about things other than Mercurial
Use http://paste.debian.net/ to share tracebacks, etc. (or http://pastebin.com)
Please read suggestions on giving advice
See also https://libera.chat/guides
2. Using hgbot
'hgbot' is an IRC bot that helps with various tasks, including answering FAQs. Some useful commands:
!main <changeset id> - summarize a commit in the main Mercurial repo
!hg-committed <changeset id> - summarize a commit in the repo for trusted committers (usually has things that weren't yet published)
!hg-website <changeset id> - summarize a commit in the hg-website repo
issue<issue number> or a direct link to an issue on our BugTracker - summarize an issue from the bug tracker
!hghelp <command> - get a help summary
!learn <key> as <value> - add a factoid to the database
!forget <key> - forget a factoid
!factoids search <keyword> - search the factoids for a keyword
!seen <user> - report when user was last seen
Some common FAQs and links:
!irc - link to this page
!wiki - link to this wiki
!hgignore - help on hgignore syntax
!inotifybug - the common inotify bug
!trust - information about trusted users