Rev 1554: Fix typo. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Tue Aug 5 04:17:05 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1554
revision-id: jelmer at samba.org-20080805031703-vkvcnnukd4358ijh
parent: jelmer at samba.org-20080805031629-hg6jpr7vzvbyxu7q
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-08-05 05:17:03 +0200
message:
  Fix typo.
modified:
  commit.py                      commit.py-20060607190346-qvq128wgfubhhgm2-1
=== modified file 'commit.py'
--- a/commit.py	2008-08-05 00:39:01 +0000
+++ b/commit.py	2008-08-05 03:17:03 +0000
@@ -482,7 +482,7 @@
             if revid is not None and revid != self.base_revid:
                 text_parents[path] = revid
 
-        self.bsae_mapping.export_text_parents(text_parents, self._svn_revprops, self._svn_props)
+        self.base_mapping.export_text_parents(text_parents, self._svn_revprops, self._svnprops)
         self.base_mapping.export_fileid_map(fileids, self._svn_revprops, self._svnprops)
         if self._config.get_log_strip_trailing_newline():
             self.base_mapping.export_message(message, self._svn_revprops, self._svnprops)




More information about the bazaar-commits mailing list