root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @376 [376] 3 months thomas * moap/command/ignore.py: Adapt to getUnknown() change. Fixes #304.
(edit) @375 [375] 4 months thomas * moap/command/bug.py: * moap/command/cl.py: * moap/command/doap.py: * …
(edit) @374 [374] 4 months thomas * command.py: Change usage to not include the own name. This allows …
(edit) @373 [373] 4 months thomas * moap/extern/command/command.py: Strip leading/trailing whitespace …
(edit) @372 [372] 4 months thomas patch by: Jemler Vernooij <jelmer at samba dot org> * …
(edit) @371 [371] 5 months thomas * moap/command/cl.py: Add newline.
(edit) @370 [370] 5 months thomas * test_command.py: Fix test.
(edit) @369 [369] 5 months thomas patch by: Johan Dahlin * command.py: * test_command.py: Clean up with …
(edit) @368 [368] 5 months thomas patch by: Johan Dahlin * command.py: * test_command.py: Clean up with …
(edit) @367 [367] 5 months thomas * command.py: Allowing returning None, to indicate nothing was done, …
(edit) @366 [366] 6 months thomas * moap/vcs/vcs.py: Unify getAdded/getDeleted/getIgnored/getUnknown. …
(edit) @365 [365] 6 months thomas * COPYING (added): add GPLv2+
(edit) @364 [364] 6 months thomas * moap/test/test_vcs_svn.py: add test for the svn implementation. * …
(edit) @363 [363] 6 months thomas * moap/command/cl.py: added/deleted paths are supposed to be relative.
(edit) @362 [362] 6 months thomas * moap/vcs/svn.py: Make added/deleted paths relative. Implement …
(edit) @361 [361] 6 months thomas * moap/vcs/svn.py: Make added/deleted paths relative. * …
(edit) @360 [360] 6 months thomas * moap/test/test_vcs_svn.py: Rename a test, add a new one. * …
(edit) @359 [359] 6 months thomas * doc/logo/moap.32x32.ico (added): Add .ico.
(edit) @358 [358] 7 months thomas add Rob's name
(edit) @357 [357] 7 months thomas modified patch by: gentoodev@… * moap.doap: Fix up …
(edit) @356 [356] 8 months thomas * moap/util/deps.py: Add python-yahoo dependency for Debian. Fixes …
(edit) @355 [355] 8 months thomas * configure.ac: Back to TRUNK. * doc/release: Add some notes
(edit) @354 [354] 8 months thomas releasing 0.2.6
(edit) @353 [353] 8 months thomas releasing 0.2.6
(edit) @352 [352] 8 months thomas * moap/util/command.py: * moap/util/util.py: Implement .debug to chain …
(edit) @351 [351] 8 months thomas * moap/vcs/vcs.py: Add getAdded() and getDeleted() methods. Need to be …
(edit) @350 [350] 8 months thomas patch by: Marc-Andre Lureau <marcandre.lureau@…> * …
(edit) @349 [349] 8 months thomas modified patch by: Marc-Andre Lureau <marcandre.lureau@…> * …
(edit) @348 [348] 8 months thomas reviewed by: <delete if not using a buddy> patch by: <delete if not …
(edit) @347 [347] 8 months thomas * moap/util/ctags.py: Handle ignoring null tag warnings from exuberant …
(edit) @346 [346] 8 months thomas modified patch by: Tim Philipp-Müller <t.i.m at zen.co.uk> * …
(edit) @345 [345] 8 months thomas * moap/vcs/vcs.py: Change getPropertyChanges() to return a dict of path …
(edit) @344 [344] 8 months thomas * moap/vcs/vcs.py: Add getPropertyChanges() to get paths that have …
(edit) @343 [343] 8 months thomas * moap/vcs/vcs.py: Empty lines should be allowed.
(edit) @342 [342] 8 months thomas rename filter to where
(edit) @341 [341] 8 months thomas add task
(edit) @340 [340] 8 months thomas * moap/test/test_vcs_git_svn.py: Check for git-svn in a way that …
(edit) @339 [339] 8 months thomas * test_command.py: Fix test after we made exit stop raising SystemExit?
(edit) @338 [338] 8 months thomas * command.py: add OptionParser?.{help,usage}_printed so that Command …
(edit) @337 [337] 8 months thomas * command.py: Override exit() so that we don't actually exit when used …
(edit) @336 [336] 9 months thomas * moap/test/test_util_ctags.py: * moap/util/ctags.py: Allow spaces in …
(edit) @335 [335] 11 months thomas changed location
(edit) @334 [334] 16 months thomas * doc/Makefile.am: Don't build reference without epydoc. Double-fixes …
(edit) @333 [333] 16 months thomas * moap/vcs/svn.py: Use non-greedy matching when scrubbing properties, …
(edit) @332 [332] 16 months thomas * moap/vcs/svn.py: Factor out scrubPropertyChanges so we can use it in …
(edit) @331 [331] 16 months thomas * doc/Makefile.am: Don't fail fatally if user does not have RDF. Fixes …
(edit) @330 [330] 16 months thomas * moap/test/test_bash_completion.sh: Fix test.
(edit) @329 [329] 16 months thomas update coverage
(edit) @328 [328] 16 months thomas * moap/extern/command/command.py: * moap/test/Makefile.am: * …
(edit) @327 [327] 16 months thomas adding test trac db
(edit) @326 [326] 16 months thomas * moap/test/Makefile.am: * moap/test/test_util_usermap.py: * …
(edit) @325 [325] 17 months thomas * moap/command/tracadmin.py: Import trac only where needed.
(edit) @324 [324] 17 months thomas * moap/command/tracadmin.py: Fix up summaries and descriptions. * …
(edit) @323 [323] 17 months thomas * moap/command/tracadmin.py: Add a warning for fields that look …
(edit) @322 [322] 17 months thomas * moap/command/Makefile.am: * moap/command/tracadmin.py: * …
(edit) @321 [321] 17 months thomas add test case
(edit) @320 [320] 17 months thomas * moap/command/cl.py: Skip ChangeEntry? keys that might be set to …
(edit) @319 [319] 17 months thomas * moap/vcs/svn.py: Always get svn diff output in C locale. Fixes #266.
(edit) @318 [318] 17 months thomas * moap/command/cl.py: * moap/test/test_commands_cl.py: Refactor Entry …
(edit) @317 [317] 17 months thomas modified patch by: Tim Philipp-Müller <t.i.m at zen.co.uk> * …
(edit) @316 [316] 17 months thomas patch by: Marc-Andre Lureau <marcandre.lureau@…> * …
(edit) @315 [315] 17 months thomas add man dir
(edit) @314 [314] 17 months thomas ignore
(edit) @313 [313] 17 months thomas * Makefile.am: * configure.ac: * doc/Makefile.am: Add doc/Makefile.am …
(edit) @312 [312] 17 months thomas update README
(edit) @311 [311] 18 months thomas patch by: Tim Philipp-Müller <t.i.m at zen.co.uk> * …
(edit) @310 [310] 18 months thomas * moap/test/test_commands_cl.py: Make sure the test also works on days …
(edit) @309 [309] 18 months thomas * moap/command/cl.py: * moap/test/test_commands_cl.py: Output the …
(edit) @308 [308] 18 months thomas * moap/command/cl.py: Don't output new lines for files that don't have …
(edit) @307 [307] 18 months thomas patch by: Tim Philipp-Müller <t.i.m at zen.co.uk> * …
(edit) @306 [306] 18 months thomas * moap/command/cl.py: Add "find" subcommand. Fixes #260. Add "-C" …
(edit) @305 [305] 18 months thomas patch by: Arek Korbik <arkadini@…> * moap/vcs/bzr.py …
(edit) @304 [304] 18 months thomas update
(edit) @303 [303] 18 months thomas update bug location
(edit) @302 [302] 18 months thomas update README
(edit) @301 [301] 18 months thomas * moap/test/test_commands_doap.py: Don't fail when Cheetah is missing.
(edit) @300 [300] 18 months thomas patch by: Marc-Andre Lureau <marcandre.lureau@…> * …
(edit) @299 [299] 18 months thomas * test_command.py: Seems on F7 that optparse outputs a capital for the …
(edit) @298 [298] 18 months thomas patch by: Marc-Andre Lureau <marcandre.lureau@…> * …
(edit) @297 [297] 18 months thomas patch by: Marc-Andre Lureau <marcandre.lureau@…> * …
(edit) @296 [296] 18 months thomas * bin/moap: Use /usr/bin/env to find python. Again fixes #257.
(edit) @295 [295] 18 months thomas * bin/moap: Verify first that we can import moap. If not, the …
(edit) @294 [294] 19 months thomas bump to trunk
(edit) @293 [293] 19 months thomas remove
(edit) @292 [292] 19 months thomas remove
(edit) @291 [291] 19 months thomas man, I suck at this
(edit) @290 [290] 19 months thomas oops, RELEASE notes
(edit) @289 [289] 19 months thomas releasing 0.2.5
(edit) @288 [288] 19 months thomas releasing 0.2.5
(edit) @287 [287] 19 months thomas * README: * doc/moap.rss2: * moap.spec.in: * moap/util/deps.py: * …