[Pkg-bazaar-commits] ./bzr/unstable r276: Doc
Martin Pool
mbp at sourcefrog.net
Fri Apr 10 07:51:37 UTC 2009
------------------------------------------------------------
revno: 276
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-04-15 19:02:18 +1000
message:
Doc
modified:
bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py 2005-04-15 09:00:18 +0000
+++ b/bzrlib/commands.py 2005-04-15 09:02:18 +0000
@@ -367,9 +367,13 @@
TODO: Option to use external diff command; could be GNU diff, wdiff,
or a graphical diff.
+ TODO: Python difflib is not exactly the same as unidiff; should
+ either fix it up or prefer to use an external diff.
+
TODO: If a directory is given, diff everything under that.
- TODO: Selected-file diff is inefficient and doesn't show you deleted files.
+ TODO: Selected-file diff is inefficient and doesn't show you
+ deleted files.
"""
## TODO: Shouldn't be in the cmd function.
More information about the Pkg-bazaar-commits
mailing list