log

age author description
Wed, 25 Oct 2006 17:53:24 -0500 Matt Mackall Remove the undo command, deprecated pre-0.9
Wed, 25 Oct 2006 17:47:53 -0500 Matt Mackall Remove forget command, deprecated pre-0.9
Wed, 25 Oct 2006 17:45:35 -0500 Matt Mackall Fix excessive complaining from hg log -b
Wed, 25 Oct 2006 17:40:03 -0500 Matt Mackall Remove some more deprecated options from help syntax summaries
Wed, 25 Oct 2006 17:38:17 -0500 Matt Mackall Hide deprecated flags in help unless verbose
Wed, 25 Oct 2006 16:45:39 -0500 Matt Mackall Remove old fish-merge test
Wed, 25 Oct 2006 16:42:52 -0500 Matt Mackall Merge with crew
Wed, 25 Oct 2006 18:45:18 +0200 Thomas Arendsen Hein Show number (-v) and list (--debug) of changesets with bundle/pull/push etc.
Wed, 25 Oct 2006 18:22:04 +0200 Benoit Boissinot fix graph traversal in commands.bundle (it wasn't O(n))
Wed, 25 Oct 2006 17:20:39 +0200 Thomas Arendsen Hein Corrected help text for bundle.
Wed, 25 Oct 2006 08:11:17 +0200 Thomas Arendsen Hein Corrected synopsis of hg heads
Wed, 25 Oct 2006 02:51:27 -0300 Alexis S. L. Carvalho Test that we notice the empty files from the second parent during a merge
Tue, 24 Oct 2006 23:00:43 -0300 Alexis S. L. Carvalho revlog.py: always return tuples from parents and parentrevs
Wed, 25 Oct 2006 16:30:45 -0500 Matt Mackall Some README updates
Wed, 25 Oct 2006 16:25:44 -0500 Matt Mackall Remove some old documentation that belongs on the wiki
Wed, 25 Oct 2006 16:24:28 -0500 Matt Mackall Move rewrite-log to contrib
Tue, 24 Oct 2006 17:22:07 -0500 Matt Mackall Remove [-b] options from help syntax lines
Tue, 24 Oct 2006 17:07:11 -0500 Matt Mackall Deprecate old --branch/branches options
Tue, 24 Oct 2006 16:49:36 -0500 Matt Mackall add branch and branches commands
Tue, 24 Oct 2006 17:49:48 -0300 Alexis S. L. Carvalho test-mq-caches: look up a revision that does not exist to force cache creation
Tue, 24 Oct 2006 13:42:21 -0700 Brendan Cully Merge with mpm
Tue, 24 Oct 2006 13:31:01 -0700 Brendan Cully hgweb: add heads to gitweb summary
Tue, 24 Oct 2006 13:17:41 -0700 Brendan Cully zsh: cache hg help output
Tue, 24 Oct 2006 13:09:09 -0700 Brendan Cully zsh: complete according to the -R option if specified
Tue, 24 Oct 2006 11:10:04 -0700 Brendan Cully zsh: add view opts
Tue, 24 Oct 2006 11:10:04 -0700 Brendan Cully zsh: add --style and --template opts
Tue, 24 Oct 2006 11:10:04 -0700 Brendan Cully zsh: add -r to parents
Tue, 24 Oct 2006 11:10:04 -0700 Brendan Cully zsh: expand tags lazily
Mon, 23 Oct 2006 23:32:56 -0300 Alexis S. L. Carvalho make mq play nicely with the branch cache
Mon, 23 Oct 2006 23:32:56 -0300 Alexis S. L. Carvalho Split branchtags into two additional functions.
Tue, 24 Oct 2006 13:46:04 -0500 Matt Mackall Merge with crew
Mon, 23 Oct 2006 14:56:51 +0200 Thomas Arendsen Hein Commit username: Better error message, abort on empty name, fix documentation.
Sun, 22 Oct 2006 21:47:37 -0300 Alexis S. L. Carvalho hgweb: make #motd# available for all templates
Sat, 21 Oct 2006 23:51:36 -0700 Brendan Cully zsh completion: basic mq support
Sun, 22 Oct 2006 01:02:13 -0300 Alexis S. L. Carvalho bash_completion: qguard
Sun, 22 Oct 2006 01:02:06 -0300 Alexis S. L. Carvalho bash_completion: allow overriding completion for arguments that start with "-"
Sun, 22 Oct 2006 01:02:00 -0300 Alexis S. L. Carvalho bash_completion: qfold, qrename, qheader, qclone and qselect
Sun, 22 Oct 2006 01:01:52 -0300 Alexis S. L. Carvalho bash_completion: email --bcc
Sun, 22 Oct 2006 01:01:45 -0300 Alexis S. L. Carvalho bash_completion: qdelete --rev
Sun, 22 Oct 2006 01:01:42 -0300 Alexis S. L. Carvalho bash_completion: make export fall back to tags when there's no mq patch applied
Sun, 22 Oct 2006 01:01:03 -0300 Alexis S. L. Carvalho bash_completion: don't complete export with "garbage" when mq is not around
Sat, 21 Oct 2006 20:51:24 +0200 Thomas Arendsen Hein Fix "templater object got multiple values for keyword argument 'motd'"
Sat, 21 Oct 2006 20:19:46 +0200 Thomas Arendsen Hein Add #motd# to gitweb pages. Needs to pass self.motd to index template, too.
Thu, 19 Oct 2006 16:15:01 -0700 Brendan Cully gitweb: add revision numbers to annotate changeset links
Thu, 19 Oct 2006 16:12:43 -0700 Brendan Cully gitweb: add revision numbers to filerevision changeset links
Thu, 19 Oct 2006 15:58:43 -0700 Brendan Cully hgweb: add revision numbers to changeset parent/child links
Thu, 19 Oct 2006 16:55:34 +0200 Benoit Boissinot fix errors spotted by pychecker
Thu, 19 Oct 2006 14:16:51 +0200 Benoit Boissinot use xrange instead of range
Thu, 19 Oct 2006 14:03:41 +0200 Benoit Boissinot use xrange instead of range
Thu, 19 Oct 2006 13:00:02 +0200 Thomas Arendsen Hein Corrected SSH configuration example in pull help.
Thu, 19 Oct 2006 10:23:27 +0200 Benoit Boissinot revlog.children: use parentrevs instead of parents
Wed, 18 Oct 2006 18:47:50 -0300 Alexis S. L. Carvalho Don't use test -e in tests - sh doesn't like it on Solaris
Wed, 18 Oct 2006 18:44:23 -0300 Alexis S. L. Carvalho Update tests output
Wed, 18 Oct 2006 14:24:38 -0700 Brendan Cully Add --rev option to status
Wed, 18 Oct 2006 22:24:03 +0200 Benoit Boissinot makes username mandatory
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully patch: return list of modified files even when an exception is raised
Wed, 18 Oct 2006 10:37:34 -0700 Brendan Cully mq: test case for issue399
Wed, 18 Oct 2006 18:10:21 +0200 Thomas Arendsen Hein Extended templating test for new branches and extra changeset info.
Wed, 18 Oct 2006 18:09:32 +0200 Thomas Arendsen Hein Added extra changeset info to templater and map-cmdline.default.
Wed, 18 Oct 2006 17:58:51 +0200 Thomas Arendsen Hein Add new branch info to templater and use it in map-cmdline.default.