Rev 3044: Minor comment cleanup. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
john at arbash-meinel.com
Thu Nov 29 17:09:43 GMT 2007
At http://bzr.arbash-meinel.com/branches/bzr/jam-integration
------------------------------------------------------------
revno: 3044
revision-id:john at arbash-meinel.com-20071129170859-774mao4xy652znc7
parent: lalinsky at gmail.com-20071128170205-sp4hc41hxc1ep56u
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Thu 2007-11-29 11:08:59 -0600
message:
Minor comment cleanup.
modified:
bzrlib/workingtree.py workingtree.py-20050511021032-29b6ec0a681e02e3
-------------- next part --------------
=== modified file 'bzrlib/workingtree.py'
--- a/bzrlib/workingtree.py 2007-11-28 17:02:05 +0000
+++ b/bzrlib/workingtree.py 2007-11-29 17:08:59 +0000
@@ -1893,14 +1893,14 @@
kind, executable) in self._iter_changes(self.basis_tree(),
include_unchanged=True, require_versioned=False,
want_unversioned=True, specific_files=files):
- # Unknown ...
if versioned == (False, False):
- # ... but not ignored
+ # The record is unknown ...
if not self.is_ignored(path[1]):
+ # ... but not ignored
has_changed_files = True
break
- # Versioned and changed, but not deleted
elif content_change and (kind[1] != None):
+ # Versioned and changed, but not deleted
has_changed_files = True
break
More information about the bazaar-commits
mailing list