changeset 331:133eb1ade1dd

documentation
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 17 Jun 2013 22:22:05 -0700
parents 0da3813d76d0
children d0f91aad5f84
files .bashrc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Mon Jun 17 01:24:45 2013 -0700
+++ b/.bashrc	Mon Jun 17 22:22:05 2013 -0700
@@ -57,8 +57,10 @@
 apply-patch() {
     # apply a patch
     # TODO:
+    # - rewrite in python!
     # - extract this general pattern as a bash "decorator" like `lsdiff` in .bash_overrides
     # - right now level=1; make this configurable (somehow)
+
     if (( ! $# ))
     then
         echo "No patch supplied"