Tue, 14 Apr 2009 18:16:04 +0200 i18n-de: synchronised with hg.pot
Tobias Bell <tobias.bell@gmail.com> [Tue, 14 Apr 2009 18:16:04 +0200] rev 8070
i18n-de: synchronised with hg.pot
Wed, 08 Apr 2009 14:15:18 +0900 inotify: Do not raise TypeError when client.query returns None
Nicolas Dumazet <nicdumz.commits@gmail.com> [Wed, 08 Apr 2009 14:15:18 +0900] rev 8069
inotify: Do not raise TypeError when client.query returns None When something went wrong in client.query, it returns None. If inotify.debug=True, we will attempt in this case a zip(A, None, B), which would raise a TypeError.
Wed, 08 Apr 2009 13:29:51 +0900 inotify: Simplifying init code
Nicolas Dumazet <nicdumz.commits@gmail.com> [Wed, 08 Apr 2009 13:29:51 +0900] rev 8068
inotify: Simplifying init code simplifying retry = False try: try: doA() retry = True except X: doB() retry = True except: doC() pass if retry: doD() -- into -- try: try: doA() except X: doB() except: doC() pass else: doD()
Wed, 08 Apr 2009 13:27:28 +0900 inotify: files is always a list: 'files or []' is redundant
Nicolas Dumazet <nicdumz.commits@gmail.com> [Wed, 08 Apr 2009 13:27:28 +0900] rev 8067
inotify: files is always a list: 'files or []' is redundant files comes from match.files() : it always returns a list.
Mon, 13 Apr 2009 21:57:17 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 13 Apr 2009 21:57:17 +0200] rev 8066
Merge with crew-stable
Thu, 09 Apr 2009 14:32:44 +0200 extdiff: preserve execute-bit across copies (issue1562)
Patrick Mezard <pmezard@gmail.com> [Thu, 09 Apr 2009 14:32:44 +0200] rev 8065
extdiff: preserve execute-bit across copies (issue1562) Bug report and test by Mads Kiilerich <mads@kiilerich.com>
Mon, 13 Apr 2009 21:21:01 +0200 extdiff: merge node and working dir snapshot modes
Patrick Mezard <pmezard@gmail.com> [Mon, 13 Apr 2009 21:21:01 +0200] rev 8064
extdiff: merge node and working dir snapshot modes
Mon, 13 Apr 2009 16:15:45 +0200 convert/p4: win32 fixes
Patrick Mezard <pmezard@gmail.com> [Mon, 13 Apr 2009 16:15:45 +0200] rev 8063
convert/p4: win32 fixes * cmd.exe does not know single quotes * win32 does not like trailing whitespace very much. Trade test coverage for maintenance time and drop the trailing whitespaces tests.
Mon, 13 Apr 2009 21:18:53 +0200 test-issue1438: make executable
Patrick Mezard <pmezard@gmail.com> [Mon, 13 Apr 2009 21:18:53 +0200] rev 8062
test-issue1438: make executable
Mon, 13 Apr 2009 19:47:11 +0200 context: fix workingctx.__contains__
Patrick Mezard <pmezard@gmail.com> [Mon, 13 Apr 2009 19:47:11 +0200] rev 8061
context: fix workingctx.__contains__
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip