~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_merge.py

Updated following j-a-meinel's comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
# TODO: Report back as changes are merged in
29
29
 
30
 
# TODO: build_working_dir can be built on something simpler than merge()
31
 
 
32
 
# FIXME: merge() parameters seem oriented towards the command line
33
 
# NOTABUG: merge is a helper for commandline functions.  merge_inner is the
34
 
#          the core functionality.
35
 
 
36
30
# comments from abentley on irc: merge happens in two stages, each
37
31
# of which generates a changeset object
38
32