Mercurial > hg
view tests/test-hgcia @ 11227:054549ccb680 stable
status: avoid performance regression when no .hgsub is present
(introduced by 24ce8f0c0a39)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 28 May 2010 14:41:11 -0500 |
parents | b80b944836ec |
children |
line wrap: on
line source
#!/bin/sh cat >> $HGRCPATH <<EOF [extensions] hgcia= [hooks] changegroup.cia = python:hgext.hgcia.hook [cia] user = testuser project = testproject test = True EOF hg init src hg init cia cd src echo foo > foo hg ci -Amfoo hg push ../cia