Thu, 18 Aug 2005 12:27:57 -0800 Initial skeleton for mercurial.el.
Bryan O'Sullivan <bos@serpentine.com> [Thu, 18 Aug 2005 12:27:57 -0800] rev 944
Initial skeleton for mercurial.el.
Thu, 18 Aug 2005 14:58:14 -0800 Add --cwd global option, to change directory before doing anything.
Bryan O'Sullivan <bos@serpentine.com> [Thu, 18 Aug 2005 14:58:14 -0800] rev 943
Add --cwd global option, to change directory before doing anything. Useful for interacting with a program presenting a UI, such as Emacs.
Thu, 18 Aug 2005 13:58:32 -0800 Modify commands.walk to yield a 4-tuple.
Bryan O'Sullivan <bos@serpentine.com> [Thu, 18 Aug 2005 13:58:32 -0800] rev 942
Modify commands.walk to yield a 4-tuple. The new element of the tuple indicates whether a name is an exact match for one passed in on the command line.
Fri, 19 Aug 2005 16:38:25 -0800 Add a multi-repository server
mpm@selenic.com [Fri, 19 Aug 2005 16:38:25 -0800] rev 941
Add a multi-repository server This merges a bunch of the ideas for a multi-repository CGI script and simplifies things a bit. It uses PATH_INFO so it generally wants paths of the form: http://host/hg.cgi/virtualpath This gets mapped via a simple config file to the real path. All info about the repo is read from the repo's hgrc.
Wed, 17 Aug 2005 18:52:27 -0800 Add in and out aliases
mpm@selenic.com [Wed, 17 Aug 2005 18:52:27 -0800] rev 940
Add in and out aliases
Wed, 17 Aug 2005 18:41:04 -0800 Fix stray debug statement
mpm@selenic.com [Wed, 17 Aug 2005 18:41:04 -0800] rev 939
Fix stray debug statement
Wed, 17 Aug 2005 17:57:37 -0800 hgweb: add [web] section to hgrc
mpm@selenic.com [Wed, 17 Aug 2005 17:57:37 -0800] rev 938
hgweb: add [web] section to hgrc This makes almost all of the hgweb settings available in hgrc.
Wed, 17 Aug 2005 16:37:04 -0800 Whitespace
mpm@selenic.com [Wed, 17 Aug 2005 16:37:04 -0800] rev 937
Whitespace
Wed, 17 Aug 2005 12:26:06 -0800 Add a simple remove test
mpm@selenic.com [Wed, 17 Aug 2005 12:26:06 -0800] rev 936
Add a simple remove test
Wed, 17 Aug 2005 12:22:12 -0800 bash: Add smarter completion of add/commit/remove/forget/diff/revert
mpm@selenic.com [Wed, 17 Aug 2005 12:22:12 -0800] rev 935
bash: Add smarter completion of add/commit/remove/forget/diff/revert Use hg status to determine which files are interesting for various commands. Thus, hg add [tab] finds unknown files, and hg commit [tab] finds added, modified, or removed files.
(0) -300 -100 -10 +10 +100 +300 +1000 +3000 tip