descriptionIssue tracking extension for Mercurial; documentation
ownerDmitriy Morozov <dmitriy@mrzv.org>
last changeFri, 14 Dec 2018 13:07:34 +0000 (2018-12-14)
changes
2018-12-14 John Kozak update to 4.8 API default tip
2017-06-09 Dmitriy Morozov Change py_modules to packages in setup.py, following Chris Warburton's suggestion
2017-04-08 Dmitriy Morozov Apply Sean E. Russell's updates to add @command
2017-04-08 Dmitriy Morozov Back out frostbane's changes, going back to af9913ddbb3d
2017-03-15 Sean E. Russell Ooops. Everything but ilist was broken.
2017-03-15 Sean E. Russell Updates for Mercurial 3.8(?) API compatibility, which broadly broke extensions by forcing @commands decoration.
2016-12-01 Dmitriy Morozov Recover the old README
2016-12-01 Dmitriy Morozov Merge frostbane's fb_develop branch
2016-11-22 frostbane merge feature/find fb_develop
2016-11-22 frostbane close feature/find
2016-05-25 frostbane add options to README feature/find
2016-05-24 frostbane add option to search the payload feature/find
2016-05-23 frostbane add ifind command feature/find
2016-03-04 frostbane merge feature/refactor fb_develop
2016-03-04 frostbane close feature/refactor
2016-03-03 frostbane refactor into separate classes feature/refactor
2016-03-01 frostbane create frostbane development branch fb_develop
2016-10-12 Dmitriy Morozov Fix clashing links
2016-10-12 Dmitriy Morozov Fix git support link in the README
2016-10-12 Dmitriy Morozov Fix project URL in setup.py
2016-10-12 Dmitriy Merge pull request #1 from jkozak/master
2016-10-09 John Kozak Support for git.
2016-10-09 Dmitriy Morozov Mention GitHub location in the README
2016-10-09 Dmitriy Morozov Remove copy-paste crud from the license
2016-10-09 Dmitriy Morozov Add LICENSE
2012-02-08 Dmitriy Morozov new_bug_path is expressed as an absolute path; solves a bug with adding issue from subdirectories
2011-04-28 Dmitriy Morozov Fixed #a5d (use basename() on attachment filenames)
2011-04-28 Dmitriy Morozov Merged in tzeman's issue #a5d
2010-06-10 Tomas Zeman Added #a5d5a0: Attachments should be stored without path
2011-04-24 Dmitriy Morozov Re: is added to the comments' subjects
2011-04-19 Dmitriy Morozov Fixed #af5 (summary formats provided in the config file)
2011-04-18 Dmitriy Morozov Added #af5 (format string in the config file)
2011-04-16 Dmitriy Morozov Typo in the docs + forgot to add the last #edb message
2011-04-16 Dmitriy Morozov Colors can be customized in the config (fixes #edb)
2011-04-16 Dmitriy Morozov Moved everything into artemis/ subdirectory to be able to import termcolor.py
2011-04-16 Dmitriy Morozov Added #c25 (state annotations)
2011-04-16 Dmitriy Morozov Added termcolor.py and started working on #edb (colorize output)
2011-04-16 Dmitriy Morozov ilist: added --order to sort by date (fixes #82a)
2011-04-06 Dmitriy Morozov Added e7c (iadd --import)
2011-04-03 Adrian Buehlmann rename aux directory to contrib
2010-11-15 Dmitriy Morozov Fixed cf0 (exception on empty Maildir in ilist)
2010-11-15 Dmitriy Morozov Fixed f09 (option to commit after iadd)
2010-11-15 Jason Fixed an issue that would raise an exception when using hg 1.7
2010-03-07 Andrey Vlasovskikh Added #cf0d1e: KeyError while accessing an empty Maildir
2010-02-25 Dmitriy Morozov Fixed #fcd (timezone)
2010-01-16 Dmitriy Morozov Merged + added documentation for "iadd --message" and "ishow --mutt" + marked c76 as fixed
2009-12-02 Andrey Vlasovskikh iadd: Added --message
2009-11-28 Andrey Vlasovskikh m
2009-11-28 Andrey Vlasovskikh Accepted issue #c76
2009-11-27 Andrey Vlasovskikh A proposal for adding more filter expressions (cec)
2009-11-27 Andrey Vlasovskikh Added ilist --mutt issue (c76)
2009-11-27 Alexander Solovyov iadd should commit on finish
2009-11-27 Alexander Solovyov issues are created in local date without timezone
2009-11-27 Andrey Vlasovskikh merge
2009-11-27 Alexander Solovyov ishow: add --mutt option to display issue with mutt
2009-11-27 Alexander Solovyov simple .hgignore
2009-11-27 Alexander Solovyov remove trailing whitespaces
2009-11-27 Andrey Vlasovskikh 82aa4838dbeb6254 ( 0) [new]: Results of ilist appear to be unsorted
2009-11-27 Andrey Vlasovskikh Added .hgignore
2010-01-13 Dmitriy Morozov Added configuration option to provide an alternative path for the issues directory
2009-04-11 Dmitriy Morozov Added clone and tarball links to README
2009-04-11 Dmitriy Morozov Added README + fixed a bug with non-existent filters
2009-04-09 Dmitriy Morozov Added ability to skip lines starting with a string when showing a message
2009-04-09 Dmitriy Morozov Added ability to list all possible values for a property + list issues with an unset property
2009-04-07 Dmitriy Morozov Fixed small iadd bug + added documentation issue (#d913)
2009-04-07 Dmitriy Morozov Touched up ishow ("From" in the message thread + clarifed extract option)
2009-04-07 Dmitriy Morozov Combined iadd and iupdate (#b8ff) + added special "resolved" state
2008-05-26 Dmitriy Morozov Typo in iupdate resulted in a wrong variable name
2008-04-28 Dmitriy Morozov Added ability to attach files
2008-04-22 Dmitriy Morozov Added two issues (#b8f and #edb)
2008-04-16 Dmitriy Morozov Fixed various maildir-related bugs: missing subdirs, wrong keys, etc
2008-04-16 Dmitriy Morozov Created aux dir with tools to convert from old representations
2008-04-16 Dmitriy Morozov Converted issues from mbox to maildir mailboxes
2008-04-16 Dmitriy Morozov Switched to maildir
2008-01-11 Dmitriy Morozov Fixed error on changing non-existent property in iupdate
2008-01-10 Dmitriy Morozov Added vim instruction to expand tabs + number of comments aligned to preset width in ilist
2008-01-08 Mirko Friedenhagen Fix for nonworking property option in ilist.
2008-01-08 Mirko Friedenhagen Spaces instead of tabs
2008-01-08 Mirko Friedenhagen Spaces instead of tabs
2008-01-08 Dmitriy Morozov Fixed using Mirko Friedenhagen's observations the date bug (c56) + fixed timezones of all bugs
2008-01-06 Dmitriy Morozov Updated filters issue (8e4) to work with In-Reply-To threading
2008-01-06 Dmitriy Morozov Fixed In-Reply-To bug (b7c)
2008-01-06 Dmitriy Morozov Merged in upstream changes from master
2008-01-06 Dmitriy Morozov Added date parsing bug (c56), and a pseudo-fix
2008-01-06 Dmitriy Morozov Added threading by In-Reply-To issue (b7c)
2007-12-30 Dmitriy Morozov Fixed Message-Ids of our bugs (wrapped them in <...>)
2007-12-30 Dmitriy Morozov Message-Ids in <...> + randomized comment ids
2007-12-30 Dmitriy Morozov Implemented basic filters functionality in ilist (fixing 8e4)
2007-12-30 Dmitriy Morozov Function rename + pretty list
2007-12-30 Dmitriy Morozov ilist doesn't show fixed issues by default (instead of showing only new ones)
2007-12-30 Dmitriy Morozov Basic functionality in place; added feature request for integration with commit (ef1)
2007-12-29 Dmitriy Morozov Added filters (8e4) and attachments (955) issues
2007-12-29 Dmitriy Morozov list works well, basic show, add, and update functionality
2007-12-27 Dmitriy Morozov Commit artemis before cleaning repository
2007-12-27 Dmitriy Morozov Initial commit
...
tags
...
bookmarks
...
branches
2018-12-14 default
2016-11-22 fb_develop
2016-11-22 feature/find
2016-03-04 feature/refactor
...