~bzr/bzr-pipeline/ppa-daily

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2009-11-18 04:31:12 UTC
  • mfrom: (134.1.1 so-pipe)
  • Revision ID: aaron@aaronbentley.com-20091118043112-422me8d0r44djdnk
Merge doc fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
psend = send -r ancestor::prev..
82
82
 
83
83
# Show commits which have not been pumped into the next pipe yet.
84
 
unpumped = missing --theirs :next
 
84
unpumped = missing --mine :next
85
85
"""
86
86
 
87
87