Mon, 25 Jul 2011 20:37:12 -0500 |
Augie Fackler |
hgext: replace uses of hasattr with util.safehasattr
|
Sun, 06 Jun 2010 17:25:00 +0900 |
FUJIWARA Katsunori |
help: show value requirement and multiple occurrence of options
|
Sun, 07 Mar 2010 13:10:23 -0500 |
Greg Ward |
inotify: expose the same dirstate.status() interface as dirstate.
|
Wed, 17 Feb 2010 20:30:57 +0100 |
Benoit Boissinot |
regression: missing arg from 24ce8f0c0a39 dirstate.{walk,status} changes
stable
|
Sun, 14 Feb 2010 01:52:31 -0500 |
Brodie Rao |
remove unused imports
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Thu, 31 Dec 2009 17:19:30 -0600 |
Augie Fackler |
dirstate: don't check state of subrepo directories
|
Wed, 11 Nov 2009 14:38:59 +0900 |
Nicolas Dumazet |
inotify: Do not access inotify when dirstate is dirty (issue1811)
|
Sun, 16 Aug 2009 11:11:37 +0900 |
Nicolas Dumazet |
inotify: use cmdutil.service instead of local daemonizing code
|
Sun, 16 Aug 2009 11:09:21 +0900 |
Nicolas Dumazet |
inotify: remove unused import
|
Mon, 29 Jun 2009 01:33:26 +0900 |
Nicolas Dumazet |
inotify: repo is not referenced from server, remove the weakref
|
Mon, 29 Jun 2009 01:27:34 +0900 |
Nicolas Dumazet |
inotify: client: no repo use
|
Sat, 27 Jun 2009 12:05:01 +0200 |
Martin Geisler |
inotify: OPT -> OPTION in cmdline help string
|
Wed, 24 Jun 2009 12:25:56 +0200 |
Dirkjan Ochtman |
extensions: fix up description lines some more
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
Sat, 13 Jun 2009 18:14:50 +0200 |
Nicolas Dumazet |
inotify: add log config option redirect inotify server output to a file
|
Wed, 10 Jun 2009 15:10:21 +0200 |
Benoit Boissinot |
use new style classes
|
Sat, 30 May 2009 23:20:30 +0200 |
Martin Geisler |
removed unused imports
|
Fri, 08 May 2009 12:19:57 +0900 |
Nicolas Dumazet |
inotify: Removing the unnecessary "inotifyserver" class variable.
|
Wed, 06 May 2009 01:40:03 +0900 |
Nicolas Dumazet |
inotify: set a flag so a failed inotify query doesn't get repeated.
|
Wed, 22 Apr 2009 00:37:35 +0900 |
Nicolas Dumazet |
inotify: introduce debuginotify, which lists which paths are under watch
|
Tue, 07 Apr 2009 19:30:01 +0900 |
Nicolas Dumazet |
inotify: Separate query sending logic from Server starting.
|
Tue, 07 Apr 2009 18:39:34 +0900 |
Nicolas Dumazet |
inotify: modular architecture for inotify clients
|
Mon, 11 May 2009 08:19:28 +0900 |
Nicolas Dumazet |
inotify: Coding Style: name classes in lowercase.
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
ui: print_exc() -> traceback()
|
Wed, 08 Apr 2009 14:15:18 +0900 |
Nicolas Dumazet |
inotify: Do not raise TypeError when client.query returns None
|
Wed, 08 Apr 2009 13:29:51 +0900 |
Nicolas Dumazet |
inotify: Simplifying init code
|
Wed, 08 Apr 2009 13:27:28 +0900 |
Nicolas Dumazet |
inotify: files is always a list: 'files or []' is redundant
|
Mon, 15 Dec 2008 12:02:18 -0800 |
Brendan Cully |
inotify: do not attempt to monkeypatch bundlerepos
|
Mon, 01 Dec 2008 14:06:02 -0800 |
Brendan Cully |
inotify: do not complain that inotify is not running if autostart is False
|
Thu, 27 Nov 2008 16:07:13 +0100 |
Dirkjan Ochtman |
kill some trailing spaces
|
Wed, 19 Nov 2008 13:00:48 -0800 |
Brendan Cully |
inotify: fix status . in repo.root
|
Fri, 07 Nov 2008 13:02:04 +0100 |
Thomas Arendsen Hein |
Do not abort with inotify extension enabled, but not supported by the system.
|
Sun, 02 Nov 2008 22:44:42 +0100 |
Benoit Boissinot |
inotify: fix bug in formatting
|
Tue, 21 Oct 2008 17:47:49 +0200 |
Martin Geisler |
i18n: import _ instead of gettext
|
Wed, 22 Oct 2008 19:40:32 -0500 |
Matt Mackall |
inotify: add debugging mode to inotify
|
Wed, 22 Oct 2008 19:40:29 -0500 |
Matt Mackall |
inotify: auto-start by default when enabled
|
Wed, 22 Oct 2008 17:41:41 -0500 |
Matt Mackall |
inotify: friendlier message when daemon not running
|
Fri, 10 Oct 2008 11:29:57 -0500 |
Matt Mackall |
inotify: skip deactivation message
|
Sat, 06 Sep 2008 17:04:01 +0200 |
Benoit Boissinot |
merge with -stable
|
Sat, 06 Sep 2008 14:11:33 +0200 |
Benoit Boissinot |
inotify: workaround ENAMETOOLONG by using symlinks
|
Sat, 06 Sep 2008 12:49:20 +0200 |
Benoit Boissinot |
inotify: deactivate inotify status on failure
|
Sat, 06 Sep 2008 12:48:52 +0200 |
Benoit Boissinot |
inotify: fix traceback when the server has been already started
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
repo.status: eliminate list_
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: remove files arg from repo.status and friends
|
Wed, 12 Mar 2008 15:30:11 -0700 |
Bryan O'Sullivan |
Add inotify extension
|