comparison contrib/hgit @ 357:1cb3d9d5119e

[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 <mason@suse.com> 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-----
author mpm@selenic.com
date Wed, 15 Jun 2005 10:05:45 -0800
parents 7dec9a46d82a
children 8f8bb77d560e
comparison
equal deleted inserted replaced
356:7dec9a46d82a 357:1cb3d9d5119e
59 sys.exit(1) 59 sys.exit(1)
60 revs.append(repo.lookup(args[0])) 60 revs.append(repo.lookup(args[0]))
61 revs.append(repo.lookup(args[1])) 61 revs.append(repo.lookup(args[1]))
62 args = args[2:] 62 args = args[2:]
63 if doptions['patch']: 63 if doptions['patch']:
64 commands.dodiff(repo, args, *revs) 64 commands.dodiff(repo, "", args, *revs)
65 else: 65 else:
66 __difftree(repo, args, *revs) 66 __difftree(repo, args, *revs)
67 67
68 def catcommit(repo, n, prefix): 68 def catcommit(repo, n, prefix):
69 nlprefix = '\n' + prefix; 69 nlprefix = '\n' + prefix;