##// END OF EJS Templates
minor fix on command help docstrings
TK Soh -
r1470:fb9b84c9 default
parent child Browse files
Show More
@@ -942,8 +942,7 b' def debugconfig(ui):'
942 ui.write('%s.%s=%s\n' % (section, name, value))
942 ui.write('%s.%s=%s\n' % (section, name, value))
943
943
944 def debugsetparents(ui, repo, rev1, rev2=None):
944 def debugsetparents(ui, repo, rev1, rev2=None):
945 """
945 """manually set the parents of the current working directory
946 manually set the parents of the current working directory
947
946
948 This is useful for writing repository conversion tools, but should
947 This is useful for writing repository conversion tools, but should
949 be used with care.
948 be used with care.
@@ -1285,6 +1284,7 b' def heads(ui, repo, **opts):'
1285
1284
1286 def identify(ui, repo):
1285 def identify(ui, repo):
1287 """print information about the working copy
1286 """print information about the working copy
1287
1288 Print a short summary of the current state of the repo.
1288 Print a short summary of the current state of the repo.
1289
1289
1290 This summary identifies the repository state using one or two parent
1290 This summary identifies the repository state using one or two parent
General Comments 0
You need to be logged in to leave comments. Login now