(for Git users)

;; first time
 $ git clone http://www.gnuvola.org/wip/dvc.git ttn-dvc

;; subsequently
 $ cd .../ttn-dvc
 $ git pull

;; what's available
 $ git tag -n
 $ git show ttn-453-whitespace-2

;; extracting a patch
 $ git diff bzr-revno-453 ttn-453-whitespace-2

I encourage everyone to review the `declare' forms for correctness.
About half the macros do not have such forms -- i figure those are
either trivial in construction or in use, but i could be wrong.

Methodology note: This release uses branch `master' per mwolson's
                  advice.  (Thanks for the tip!)  As you can see,
                  however, the patch extraction method is unchanged.

I'll wait a few days (maybe a week) to let things settle out before
doing the big (and probably noisy) whitespace-3.

thi

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to