1st Mercurial Commit

Oh, the first one for this hobby project, I mean. I’m using mercurial happily for about 18 months at work. It is smoother to use than git, to my taste.

And it brings a first step for the “quick navigation” widget, that is the rendering of the map. It just need to be turned into a widget and migrated to the right window.

Bon, bri-coder un outil supplémentaire pour mon éditeur de niveau assis dans les escaliers parce que c’est le seul bon endroit de la maison pour le faire, ça faisait longtemps … Mais les enfants voulaient jouer dans leur chambre, et rentrer trop dans la chambre, c’était devoir refuser “la vie la vie” sur youtube toutes les 2 minutes.

Par contre, cette fois encore, il manque criamment un mécanisme permettant à plusieurs contextes (les ‘windows’) de collaborer à travers une structure de données ou un widget commun. 

Oui, j’abandonne SVN au profit de Mercurial, avec lequel je me sens désormais bien plus à l’aise. Et puisqu’il me faut lâcher ma LTS de 2010 pour me risquer en Trusty Tahr, j’en profiterais pour basculer en bash et définir EDITOR=vim dans mon profil, au risque de choquer ceux qui ont fait de l’admin système avec Sheriff…

2 thoughts on “1st Mercurial Commit

  1. Courage avec bash. N'oublie pas de mettre à jour .inputrc pour te simplifier la vie:

    # alternate mappings for “page up” and “page down” to search the history
    “\e[5~”: history-search-backward
    “\e[6~”: history-search-forward

    $if mode=emacs

    # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
    “\e[1;5C”: forward-word
    “\e[1;5D”: backward-word
    “\e[5C”: forward-word
    “\e[5D”: backward-word
    “\e\e[C”: forward-word
    “\e\e[D”: backward-word

    Like

  2. Courage avec bash. N'oublie pas de mettre à jour .inputrc pour te simplifier la vie:# alternate mappings for \”page up\” and \”page down\” to search the history\”\\e[5~\”: history-search-backward\”\\e[6~\”: history-search-forward$if mode=emacs# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving\”\\e[1;5C\”: forward-word\”\\e[1;5D\”: backward-word\”\\e[5C\”: forward-word\”\\e[5D\”: backward-word\”\\e\\e[C\”: forward-word\”\\e\\e[D\”: backward-word

    Like

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.