Tue, 07 Jun 2011 14:19:05 -0500 Matt Mackall revert: drop requirement to use -r to revert with two parents
Tue, 07 Jun 2011 14:18:39 -0500 Matt Mackall revert: simplify usage note
Mon, 06 Jun 2011 17:38:32 -0500 Matt Mackall revert: rewrite help summary
Sat, 04 Jun 2011 20:19:30 +0900 Yuya Nishihara extensions: make disabled()/disabledext() load prebuilt index if available
Sat, 04 Jun 2011 20:11:10 +0900 Yuya Nishihara setup: add command to generate index of extensions
Mon, 06 Jun 2011 21:02:48 +0200 Peter Arrenbrecht sshrepo: fix addchangegroup's signature
Mon, 06 Jun 2011 15:17:40 -0500 Matt Mackall subrepo: be more careful with deletions of .hgsub and .hgsubstate (issue2844)
Sun, 05 Jun 2011 22:26:01 +0200 Patrick Mezard patch: dot not ignore hunk of files marked as 'deleted'
Sun, 05 Jun 2011 22:24:19 +0200 Patrick Mezard patch: fix patchmeta/hunk synchronization in iterhunks()
Sun, 05 Jun 2011 22:24:11 +0200 Patrick Mezard patch: remove unnecessary exists() call in selectfile()
Sun, 05 Jun 2011 22:24:02 +0200 Patrick Mezard import: deprecate --base
Sun, 05 Jun 2011 13:27:06 +0200 Patrick Mezard patch: remove redundant islink() call
Sat, 04 Jun 2011 20:01:01 +0900 Yuya Nishihara extensions: update doc of enabled() and disabled() according to d5b525697ddb
Sat, 04 Jun 2011 15:56:48 +0200 Patrick Mezard localrepo: add savecommitmessage() to write last-message.txt
Sat, 04 Jun 2011 15:20:49 +0200 Patrick Mezard memctx: simplify constructor
Fri, 03 Jun 2011 15:08:08 -0500 Matt Mackall scmutil: improve path calculation for install-relative RC files (issue2841)
Fri, 03 Jun 2011 13:10:22 +0200 Adrian Buehlmann prepush: show details about new remote heads with --verbose
Fri, 03 Jun 2011 12:16:17 +0200 Adrian Buehlmann prepush: print short hash of first new head in abort message
Fri, 03 Jun 2011 11:26:43 +0200 Adrian Buehlmann prepush: eliminate 'if branch'
Fri, 03 Jun 2011 20:32:54 +0200 Sune Foldager revlog: bail out earlier in group when we have no chunks
Fri, 03 Jun 2011 20:23:32 +0200 Sune Foldager localrepo: simplify file bundling code and fix progress bug
Fri, 03 Jun 2011 20:15:06 +0200 Sune Foldager localrepo: use list comprehension instead of generators
Fri, 03 Jun 2011 20:12:37 +0200 Sune Foldager localrepo: add total to changeset progress in bundle/push
Fri, 03 Jun 2011 20:08:26 +0200 Martin Geisler statichttprepo: use in-place difference for shorter line
Thu, 02 Jun 2011 00:33:33 +0200 Adrian Buehlmann workingctx: eliminate remove function
Thu, 02 Jun 2011 19:43:17 +0200 Adrian Buehlmann test-copy2: add case for moving a missing file
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara color: check if ui is already a subclass of colorui before wrapping it
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara util: add helper function isatty(fd) to check for tty-ness
Thu, 02 Jun 2011 18:52:31 +0800 Steven Brown web: prevent TypeError thrown when using the diffstat templates
Thu, 02 Jun 2011 11:27:40 -0500 Matt Mackall fileset: fix long line
Thu, 02 Jun 2011 11:17:02 -0500 Matt Mackall COPYING: refresh with current address from fsf.org
Wed, 01 Jun 2011 19:12:18 -0500 Matt Mackall filesets: introduce basic fileset expression parser
Thu, 02 Jun 2011 00:43:34 +0300 Idan Kamara dispatch: add repo to the request
Wed, 01 Jun 2011 16:42:50 -0500 Matt Mackall merge with stable
Wed, 01 Jun 2011 16:32:48 -0500 Matt Mackall Added signature for changeset 733af5d9f6b2 stable
Wed, 01 Jun 2011 16:32:44 -0500 Matt Mackall Added tag 1.8.4 for changeset 733af5d9f6b2 stable
Tue, 31 May 2011 19:49:17 -0500 Augie Fackler subrepo: make stdin for svn a pipe for non-interactive use (issue2759) stable 1.8.4
Tue, 31 May 2011 16:22:04 -0500 Regis Desgroppes subrepo: svn abort now depends on exit code (issue2833) stable
Tue, 24 May 2011 17:16:31 -0500 Matt Mackall httprepo: send URL redirection notices to stderr (issue2828) stable
Mon, 07 Mar 2011 14:47:30 +0100 Mads Kiilerich httprepo: proper handling of invalid responses without content-type (issue2019) stable
Fri, 29 Apr 2011 14:56:23 +0200 Patrick Mezard strip: make it clear that --force discards changes (issue310) stable
Tue, 26 Apr 2011 10:51:19 -0500 Matt Mackall tags: catch more corruption during cache parsing (issue2779) stable
Mon, 11 Apr 2011 21:44:22 +0300 Idan Kamara localrepo: don't add deleted files to list of modified/added files (issue2761) stable
Mon, 04 Apr 2011 22:51:10 +0300 Idan Kamara localrepo: ignore tags to unknown nodes (issue2750) stable
Mon, 14 Mar 2011 23:50:28 +0100 David Soria Parra bookmarks: do not forward merged bookmark (issue1877) stable
Sat, 26 Mar 2011 13:05:17 +0100 Stefano Tortarolo rebase: restore mq guards after rebasing (issue2107) stable
Wed, 16 Mar 2011 23:09:14 +0100 Bernhard Leiner revset: report a parse error if a revset is not parsed completely (issue2654) stable
Wed, 25 May 2011 18:48:00 +0200 Peter Arrenbrecht color: fix --color=always when output is piped
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Tue, 31 May 2011 20:39:04 -0500 Augie Fackler run-tests: allow whitelisting tests that should always run
Tue, 31 May 2011 19:49:17 -0500 Augie Fackler subrepo: make stdin for svn a pipe for non-interactive use (issue2759)
Tue, 31 May 2011 17:18:23 -0500 Matt Mackall tests: glob version number in test-hgrc
Sat, 28 May 2011 14:44:45 +0800 Steven Brown web: provide diffstat to the changeset page
Tue, 31 May 2011 16:24:47 -0500 Matt Mackall tests: update for handling of missing hgrc includes
Tue, 31 May 2011 16:22:04 -0500 Regis Desgroppes subrepo: svn abort now depends on exit code (issue2833)
Tue, 31 May 2011 12:41:22 +0200 desgropp fixed issue2833: aborts nows depends on svn exit code
Tue, 31 May 2011 16:00:39 -0500 Matt Mackall config: ignore include errors for nonexistent files
Tue, 31 May 2011 11:52:22 -0700 Brendan Cully Make pull -u behave like pull && update
Tue, 31 May 2011 15:55:23 -0500 Matt Mackall requires: note apparent corruption
Tue, 31 May 2011 19:16:25 +0200 Adrian Buehlmann readrequires: provide easier to understand error message
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip