log

age author description
2010-11-29 Augie Fackler git-functions: add a couple of handy aliases
2010-10-16 Augie Fackler update-source-trees: git fetch all remotes instead of doing git pull origin master
2010-10-12 Augie Fackler hg-rebase-all: corrected wc cleanliness check
2010-10-09 Augie Fackler hg-rebase-all: fix bogus loop
2010-10-09 Augie Fackler hgrc: remove bogus default of gitweb
2010-10-09 Augie Fackler zfun: import newer _hg for improved hg completions
2010-10-09 Augie Fackler hg-rebase-all: new function to rebase all bookmarked revisions
2010-10-05 Augie Fackler apply-patchbomb: clean up imports and improve exit status
2010-10-05 Augie Fackler hgrc: update reference to histedit
2010-09-20 Augie Fackler Merge
2010-09-20 Augie Fackler modes: enable Go mode if it can be found
2010-09-20 Augie Fackler af-no-clean-whitespace: make interactive for easy disabling when it is just noise.
2010-09-06 Augie Fackler Drop pdb++ since it was breaking hg tests.
2010-09-08 Augie Fackler emacs gui: move gui initialization code to a function
2010-09-08 Augie Fackler emacs: require magit
2010-09-08 Augie Fackler emacs bootstrap: record setup command for sanity
2010-08-15 Augie Fackler emacs: make diff-mode mq-aware
2010-08-15 Augie Fackler emacs: move colors to their own file and migrate to whitespace from wspace
2010-08-15 Augie Fackler emacs requires: cleanup and organize a little
2010-08-15 Augie Fackler Add an applescript I use to archive messages in Mail.app
2010-02-14 Augie Fackler emacs: move package bootstrap to its own file
2010-05-05 Augie Fackler compilation: adjust regexp for hg tracebacks
2010-05-13 Augie Fackler emacs: add compilation-mode regexp for hg test tracebacks
2010-02-14 Augie Fackler emacs: use package.el to bootstrap instead of checking in all needed libs
2010-05-17 Augie Fackler shell.d: split hg and git functions out of vcs functions
2010-05-17 Augie Fackler hgignore: ignore Applications as well
2010-05-12 Augie Fackler Merge
2010-05-11 Augie Fackler emacs localfuncs: add list rotation and string-joining functions I sometimes use