Submitter | phabricator |
---|---|
Date | Jan. 15, 2020, 5:25 p.m. |
Message ID | <differential-rev-PHID-DREV-z7w2jsg2xqhaf2ivdje7-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44385/ |
State | Superseded |
Headers | show |
Comments
gracinet added a comment. gracinet accepted this revision. Ah yes, thanks REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7895/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7895 To: aayjaychan, #hg-reviewers, kevincox, gracinet Cc: gracinet, durin42, kevincox, mercurial-devel
Patch
diff --git a/rust/hg-core/src/revlog.rs b/rust/hg-core/src/revlog.rs --- a/rust/hg-core/src/revlog.rs +++ b/rust/hg-core/src/revlog.rs @@ -14,7 +14,7 @@ /// Marker expressing the absence of a parent /// /// Independently of the actual representation, `NULL_REVISION` is guaranteed -/// to be smaller that all existing revisions. +/// to be smaller than all existing revisions. pub const NULL_REVISION: Revision = -1; /// Same as `mercurial.node.wdirrev`