Fix help output, and a few broken tests.
--- a/mercurial/commands.py Wed Aug 24 12:50:11 2005 -0700
+++ b/mercurial/commands.py Wed Aug 24 13:26:45 2005 -0700
@@ -896,6 +896,8 @@
def bump(self, rev):
self.rev = rev
self.hunk[rev] = []
+ def note(self, *args):
+ if self.verbose: self.write(*args)
def status(self, *args):
if not self.quiet: self.write(*args)
def write(self, *args):
--- a/tests/test-help.out Wed Aug 24 12:50:11 2005 -0700
+++ b/tests/test-help.out Wed Aug 24 13:26:45 2005 -0700
@@ -9,7 +9,7 @@
diff diff working directory (or selected files)
export dump the header and diffs for one or more changesets
init create a new repository in the given directory
- log show the revision history of the repository or a single file
+ log show revision history of entire repository or files
pull pull changes from the specified source
push push changes to the specified destination
remove remove the specified files on the next commit
@@ -24,7 +24,7 @@
diff diff working directory (or selected files)
export dump the header and diffs for one or more changesets
init create a new repository in the given directory
- log show the revision history of the repository or a single file
+ log show revision history of entire repository or files
pull pull changes from the specified source
push push changes to the specified destination
remove remove the specified files on the next commit
@@ -53,7 +53,7 @@
incoming show new changesets found in source
init create a new repository in the given directory
locate locate files matching specific patterns
- log show the revision history of the repository or a single file
+ log show revision history of entire repository or files
manifest output the latest or given revision of the project manifest
outgoing show changesets not found in destination
parents show the parents of the working dir or revision
@@ -91,7 +91,7 @@
incoming show new changesets found in source
init create a new repository in the given directory
locate locate files matching specific patterns
- log show the revision history of the repository or a single file
+ log show revision history of entire repository or files
manifest output the latest or given revision of the project manifest
outgoing show changesets not found in destination
parents show the parents of the working dir or revision
@@ -186,7 +186,7 @@
diff diff working directory (or selected files)
export dump the header and diffs for one or more changesets
init create a new repository in the given directory
- log show the revision history of the repository or a single file
+ log show revision history of entire repository or files
pull pull changes from the specified source
push push changes to the specified destination
remove remove the specified files on the next commit
@@ -206,7 +206,7 @@
diff diff working directory (or selected files)
export dump the header and diffs for one or more changesets
init create a new repository in the given directory
- log show the revision history of the repository or a single file
+ log show revision history of entire repository or files
pull pull changes from the specified source
push push changes to the specified destination
remove remove the specified files on the next commit