[PATCH] help: 'hg help' supports subtopics (issue2804)

Matt Mackall mpm at selenic.com
Wed May 11 10:48:49 CDT 2011


On Wed, 2011-05-11 at 23:25 +0800, Yun Lee wrote:
> diff -r 89e7d35e0ef0 -r f2ec225a2dc2 mercurial/archival.py
> --- a/mercurial/archival.py	Sun May 01 13:07:00 2011 +0200
> +++ b/mercurial/archival.py	Wed May 11 23:15:36 2011 +0800
> @@ -10,7 +10,7 @@
>  import cmdutil
>  import util, encoding
>  import cStringIO, os, stat, tarfile, time, zipfile
> -import zlib, gzip
> +import zlib, gzip 

It's good practice to review your patches to make sure that unrelated
changes aren't slipping in. This one won't pass check-code.

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list