# HG changeset patch # User mpm@selenic.com # Date 1118858745 28800 # Node ID 1cb3d9d5119ee9b1c3c2978590d26ee189e65aa5 # Parent 7dec9a46d82a4e668059c550d36b0309431cb73b [PATCH] Update hgit to the new commands.dodiff parameters -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] Update hgit to the new commands.dodiff parameters From: Chris Mason Update hgit to the new commands.dodiff parameters manifest hash: aa8d98036fae49ab1c1c0e65d86ab0e1bee0fa71 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCsG35ywK+sNU5EO8RAhnoAJwMgK1QA8DkdbU2R19LoLRK1fmCaQCeN1dh 4fHRT4hf+Qi5fND4CpOyqBU= =63xo -----END PGP SIGNATURE----- diff -r 7dec9a46d82a -r 1cb3d9d5119e contrib/hgit --- a/contrib/hgit Wed Jun 15 10:04:42 2005 -0800 +++ b/contrib/hgit Wed Jun 15 10:05:45 2005 -0800 @@ -61,7 +61,7 @@ revs.append(repo.lookup(args[1])) args = args[2:] if doptions['patch']: - commands.dodiff(repo, args, *revs) + commands.dodiff(repo, "", args, *revs) else: __difftree(repo, args, *revs)