Mercurial > evolve
changeset 945:561b3cdb4453 stable
evolve: fix spelling error
author | Greg Ward <greg@gerg.ca> |
---|---|
date | Sun, 25 May 2014 17:37:13 -0400 |
parents | 66dab6b2c6e4 |
children | dedd5359340f |
files | hgext/evolve.py tests/test-evolve.t tests/test-stabilize-result.t |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/evolve.py Wed May 14 16:40:50 2014 -0700 +++ b/hgext/evolve.py Sun May 25 17:37:13 2014 -0400 @@ -1172,7 +1172,7 @@ flag=obsolete.bumpedfix) bmupdate(newid) tr.close() - repo.ui.status(_('commited as %s\n') % node.short(newid)) + repo.ui.status(_('committed as %s\n') % node.short(newid)) finally: tr.release() finally:
--- a/tests/test-evolve.t Wed May 14 16:40:50 2014 -0700 +++ b/tests/test-evolve.t Sun May 25 17:37:13 2014 -0400 @@ -310,7 +310,7 @@ recreate:[8] another feature that rox atop:[7] another feature computing new diff - commited as ca3b75e3e59b + committed as ca3b75e3e59b $ hg glog @ 9 feature-B: bumped update to abe98aeaaa35: - test |
--- a/tests/test-stabilize-result.t Wed May 14 16:40:50 2014 -0700 +++ b/tests/test-stabilize-result.t Sun May 25 17:37:13 2014 -0400 @@ -158,7 +158,7 @@ atop:[8] newer a rebasing to destination parent: 66719795a494 computing new diff - commited as (a7cabd7bd9c2|671b9d7eeaec) (re) + committed as (a7cabd7bd9c2|671b9d7eeaec) (re) $ glog @ 14:(a7cabd7bd9c2|671b9d7eeaec)@default\(draft\) bk:\[\] bumped update to 1cf0aacfd363: (re) |