~jtaylor/ubuntu/natty/meld/meld-sru

« back to all changes in this revision

Viewing changes to vc/_null.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry, Michael Terry, James Westby
  • Date: 2009-05-07 15:11:34 UTC
  • mfrom: (1.2.8 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090507151134-91styo8cxk9h1m52
Tags: 1.2.1-1ubuntu1
[ Michael Terry ]
* Merge from debian unstable (LP: #373388), remaining changes:
  - debian/control.in: Add patch as a dependency
  - debian/copyright: Update email address of maintainer
  - debian/patches/only-ignore-fully-blank-changes.patch
* debian/patches/escape-paths.patch:
  - Removed, fixed upstream.

[ James Westby ]
* debian/patches/fix-fr-help-makefile.patch
  - Removed as the directory now exists.
* Added patch tags to the remaining Ubuntu patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    NAME = "Null"
31
31
 
32
32
    def __init__(self, location):
33
 
        pass
 
33
        self.root = location
34
34
 
35
35
    def commit_command(self, message):
36
36
        return [self.CMD,"commit","-m",message]