/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_branch.py

  • Committer: Alexander Belchenko
  • Date: 2007-09-05 08:18:57 UTC
  • mfrom: (2799 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2800.
  • Revision ID: bialix@ukr.net-20070905081857-me1osc2lpuzq6ur1
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
        self.assertTrue("set_rh" in hooks, "set_rh not in %s" % hooks)
322
322
        self.assertTrue("post_push" in hooks, "post_push not in %s" % hooks)
323
323
        self.assertTrue("post_commit" in hooks, "post_commit not in %s" % hooks)
 
324
        self.assertTrue("pre_commit" in hooks, "pre_commit not in %s" % hooks)
324
325
        self.assertTrue("post_pull" in hooks, "post_pull not in %s" % hooks)
325
326
        self.assertTrue("post_uncommit" in hooks, "post_uncommit not in %s" % hooks)
326
327