]> git.madduck.net Git - etc/taskwarrior.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add __ne__ methods for python2 compatibility
authorSergey Trofimov <sarg@sarg.org.ru>
Fri, 20 May 2016 11:25:34 +0000 (14:25 +0300)
committerSergey Trofimov <sarg@sarg.org.ru>
Fri, 20 May 2016 11:25:34 +0000 (14:25 +0300)
commit49c93ace4f0855d41ade87bee250a8d42edc166e
treea522fc11d22fc6ce6070df8ac27a6419e1008351
parentd0dcd579031070fca1a8138b86af24c538f7f6d0
add __ne__ methods for python2 compatibility
tasklib/task.py