mercurial/crew at 5023: 16 outgoing changesets

Christian Ebert blacktrash at gmx.net
Fri Jul 27 08:46:26 CDT 2007


* Mercurial Commits on Friday, July 27, 2007 at 13:00:05 +0200
> 16 outgoing changesets in mercurial/crew:
> 
> http://hg.intevation.org/mercurial/crew/rev/7f5c3fb0a37d
> changeset:   5023:7f5c3fb0a37d
> tag:         tip
> user:        Bryan O'Sullivan <bos at serpentine.com>
> date:        Thu Jul 26 14:47:31 2007 -0700
> summary:     localrepo.commit: only munge comment text if committing via dirstate

Isn't rstrip incompatible with Python 2.3?

<http://www.selenic.com/mercurial/wiki/index.cgi/Basic_Coding_Style>

If indeed it is:

$ grep -rF 'rstrip(' mercurial
mercurial/commands.py:        ui.write("%s\n" % line.rstrip())
mercurial/commands.py:        ui.write("%s\n" % doc.rstrip())
mercurial/commands.py:            h[f] = doc.splitlines(0)[0].rstrip()
mercurial/commands.py:        ui.write("%s\n" % doc.rstrip())
mercurial/ignore.py:        line = line[:i].rstrip()
mercurial/localrepo.py:                lines = [line.rstrip() for line in text.rstrip().splitlines()]
mercurial/mdiff.py:                t = l1[x].rstrip()
mercurial/patch.py:                gp.oldpath = line[12:].rstrip()
mercurial/patch.py:                gp.path = line[10:].rstrip()
mercurial/patch.py:                gp.oldpath = line[10:].rstrip()
mercurial/patch.py:                gp.path = line[8:].rstrip()
mercurial/patch.py:                gp.mode = int(line.rstrip()[-3:], 8)
mercurial/patch.py:                gp.mode = int(line.rstrip()[-3:], 8)
mercurial/patch.py:        line = line.rstrip()
mercurial/patch.py:        size = int(line[8:].rstrip())
mercurial/patch.py:            return path.rstrip()
mercurial/patch.py:        return path[i:].rstrip()
mercurial/patch.py:        fp.write(ctx.description().rstrip())
mercurial/templater.py:        return text.splitlines(1)[0].rstrip('\r\n')
mercurial/templater.py:    return author[:f].rstrip()

c
-- 
keyword extension for Mercurial (http://selenic.com/mercurial):
<http://www.blacktrash.org/hg/hgkeyword/>
Mercurial crew development repository + keyword extension:
<http://www.blacktrash.org/hg/hg-crew-keyword/>


More information about the Mercurial-devel mailing list