Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 320:292e10b5831a
hg push: propagate return code
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hg push: propagate return code
manifest hash: 3c4c5a0eba4c2eb431e4830fafe3138c12f9bddf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCrQ3sywK+sNU5EO8RAkGpAJ40HsYprOWEZzmqw47ZYvZukMzKvgCeIGfD
H6gB6idJV4K2SpEaFUByRYE=
=LV1Z
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Sun, 12 Jun 2005 20:39:08 -0800 |
parents | 9ab17e83bce3 |
children | 67c19ad374a9 27d08c0c2a7e |
comparison
equal
deleted
inserted
replaced
319:9ab17e83bce3 | 320:292e10b5831a |
---|---|
444 sys.stderr = sys.stdout | 444 sys.stderr = sys.stdout |
445 hgweb.server(repo.root, "pull", "", "localhost", sport) | 445 hgweb.server(repo.root, "pull", "", "localhost", sport) |
446 else: | 446 else: |
447 r = os.system(cmd) | 447 r = os.system(cmd) |
448 os.kill(child, signal.SIGTERM) | 448 os.kill(child, signal.SIGTERM) |
449 return r | |
449 | 450 |
450 def rawcommit(ui, repo, files, **rc): | 451 def rawcommit(ui, repo, files, **rc): |
451 "raw commit interface" | 452 "raw commit interface" |
452 | 453 |
453 text = rc['text'] | 454 text = rc['text'] |