~ubuntu-branches/ubuntu/utopic/dulwich/utopic

« back to all changes in this revision

Viewing changes to dulwich/fastexport.py

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-04-23 01:41:04 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20140423014104-nulhaisomztpfriy
Tags: 0.9.6-1
* New upstream release.
* Allow output to stderr in autopktest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
    def reset_handler(self, cmd):
205
205
        """Process a ResetCommand."""
206
206
        self._reset_base(cmd.from_)
207
 
        self.rep.refs[cmd.from_] = cmd.id
 
207
        self.repo.refs[cmd.ref] = cmd.from_
208
208
 
209
209
    def tag_handler(self, cmd):
210
210
        """Process a TagCommand."""