comparison tests/test-help.out @ 588:0c3bae18403b

[PATCH] hg revert -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] hg revert From: Bryan O'Sullivan <bos@serpentine.com> Add revert command. manifest hash: 0094e6bf421f34bd0492a33f95400b1b095a6bdc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx2BaywK+sNU5EO8RAigMAKCrvgTtIDuirCsMVlbiTMqaJy3UNgCdEcTL hMN1X8FZi6sH+NjUdr9sYBg= =i58L -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sat, 02 Jul 2005 19:49:46 -0800
parents 9db6d5455642
children ca3c499e94c6
comparison
equal deleted inserted replaced
587:62a7b679a9ca 588:0c3bae18403b
22 pull pull changes from the specified source 22 pull pull changes from the specified source
23 push push changes to the specified destination 23 push push changes to the specified destination
24 rawcommit raw commit interface 24 rawcommit raw commit interface
25 recover roll back an interrupted transaction 25 recover roll back an interrupted transaction
26 remove remove the specified files on the next commit 26 remove remove the specified files on the next commit
27 revert revert modified files or dirs back to their unmodified states
27 root print the root (top) of the current working dir 28 root print the root (top) of the current working dir
28 serve export the repository via HTTP 29 serve export the repository via HTTP
29 status show changed files in the working directory 30 status show changed files in the working directory
30 tag add a tag for the current tip or a given revision 31 tag add a tag for the current tip or a given revision
31 tags list repository tags 32 tags list repository tags
73 pull pull changes from the specified source 74 pull pull changes from the specified source
74 push push changes to the specified destination 75 push push changes to the specified destination
75 rawcommit raw commit interface 76 rawcommit raw commit interface
76 recover roll back an interrupted transaction 77 recover roll back an interrupted transaction
77 remove remove the specified files on the next commit 78 remove remove the specified files on the next commit
79 revert revert modified files or dirs back to their unmodified states
78 root print the root (top) of the current working dir 80 root print the root (top) of the current working dir
79 serve export the repository via HTTP 81 serve export the repository via HTTP
80 status show changed files in the working directory 82 status show changed files in the working directory
81 tag add a tag for the current tip or a given revision 83 tag add a tag for the current tip or a given revision
82 tags list repository tags 84 tags list repository tags