~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2007-04-10 18:30:32 UTC
  • Revision ID: john@arbash-meinel.com-20070410183032-rw4d3kpb8f9cesfw
We don't need to extract ancestry_b until we after we've checked for existence.
It seems to make sense to check 'b in ancestry_a' first, though we might consider checking
a in ancestry_b first.
b in a is merging something which has already been merged.
a in b is merging something which has merged you.
And 'a in b' may actually be more common.
The timing difference is fairly small, though.
Filename Latest Rev Last Changed Committer Comment Size
..
api 1530.2.1 19 years ago Robert Collins Start tests for api usage. Diff
__init__.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 960 bytes Diff Download File