~unit193/bzr-fastimport/deletion-fixes

« back to all changes in this revision

Viewing changes to branch_updater.py

  • Committer: Jelmer Vernooij
  • Date: 2011-10-06 00:11:52 UTC
  • Revision ID: jelmer@samba.org-20111006001152-fpauhapuj7p2xewa
Remove old FSF address. Thanks Dan Callaghan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# GNU General Public License for more details.
12
12
#
13
13
# You should have received a copy of the GNU General Public License
14
 
# along with this program; if not, write to the Free Software
15
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
15
 
17
16
"""An object that updates a bunch of branches based on data imported."""
18
17