Mercurial > hg
view tests/test-1102 @ 7819:14b703252f14
dispatch: extract command execution block into method
This pulls the pre-command hook/command/post-command hook workflow out of
the method it is in and puts it into its own method so that it potentially
could be exposed for extensions to wrap.
author | Bill Barry <after.fallout@gmail.com> |
---|---|
date | Thu, 12 Feb 2009 09:36:15 -0700 |
parents | 938eddd76237 |
children |
line wrap: on
line source
#!/bin/sh rm -rf a hg init a cd a echo a > a hg ci -Am0 hg tag t1 # 1 hg tag --remove t1 # 2 hg co 1 hg tag -r0 t1 hg tags