Show More
@@ -415,7 +415,7 b' class changectx(basectx):' | |||
|
415 | 415 | """A changecontext object makes access to data related to a particular |
|
416 | 416 | changeset convenient. It represents a read-only context already present in |
|
417 | 417 | the repo.""" |
|
418 | def __init__(self, repo, changeid=''): | |
|
418 | def __init__(self, repo, changeid='.'): | |
|
419 | 419 | """changeid is a revision number, node, or tag""" |
|
420 | 420 | |
|
421 | 421 | # since basectx.__new__ already took care of copying the object, we |
General Comments 0
You need to be logged in to leave comments.
Login now