System Notes

  • warning: array_map() [function.array-map]: Argument #2 should be an array in /home/bmathews/mathews2000.com/drupal/modules/system/system.module on line 1020.
  • warning: array_keys() [function.array-keys]: The first argument should be an array in /home/bmathews/mathews2000.com/drupal/includes/theme.inc on line 1832.
  • warning: Invalid argument supplied for foreach() in /home/bmathews/mathews2000.com/drupal/includes/theme.inc on line 1832.

System Notes - My favorite mercurial extensions

There is a lot that the base Mercurial can do, but a robust extension mechanism allows all kinds of nice enhancements. We use BigFiles, and Forest, but there is lots more you can do. All of the publicly available extensions are listed at http://mercurial.selenic.com/wiki/UsingExtensions. Here are some of my favorite mercurial extensions and how I use them.


System Notes - Fun with branching and merging

Note: My company recently started using Mercurial. I wrote this article to provide some education on the value of branches.

There have been some emails flying around discussing making branches so we can “isolate changes.” I thought some discussion of what a branch is and what it is good for was warranted.

Syndicate content