~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/download_ui.py

  • Committer: Matt Nordhoff
  • Date: 2010-05-04 02:31:07 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20100504023107-mc14jz1yjs3owib4
Small to-do comment about a function added in bzr 1.18.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
            args.append(arg)
45
45
 
46
46
        if len(args) < 2:
47
 
            raise httpexceptions.HTTPMovedPermanently(
48
 
                self._branch.absolute_url('/changes'))
 
47
            raise httpexceptions.HTTPMovedPermanently(self._branch.url(
 
48
                      '../changes'))
49
49
 
50
50
        revid = h.fix_revid(args[0])
51
51
        file_id = args[1]