sapling/hggit
Tay Ray Chuan 75b937c19c enforce stricter matching for pull -r
Use an exact match with the ref name ('foo' in 'refs/heads/foo'),
instead of just checking if it ended with '/foo'.

This allows

  $ hg pull -r foo

to run successfully on a repo containing the branches

 - 'foo',
 - 'mine/foo',
 - 'theirs/foo'
2010-06-02 20:14:26 +08:00
..
__init__.py Cope with tags being sorted (hg cset 0376c4f17df5) by backporting that behavior 2010-06-12 21:14:33 -05:00
git_handler.py enforce stricter matching for pull -r 2010-06-02 20:14:26 +08:00
gitrepo.py Merge with abderrahim. 2009-10-25 10:55:12 -05:00
hgrepo.py push: handle argspec change from a00aac92bfb9 2010-06-12 21:12:21 -05:00
util.py Un-break hg 1.3 by adding a compat layer for progress. 2010-04-30 10:35:13 -05:00