Commit Graph

17 Commits

Author SHA1 Message Date
Augie Fackler
dea861f45d README: document revsets feature and clean up some markup. 2011-04-03 14:59:06 -05:00
Augie Fackler
c388e35469 revsets: add pushed() and upstream() convenience revsets
pushed() returns the set of revsions known as pushed to any remote
repository by remotebranches. upstream() returns the set of revisions
that have been pushed to paths marked as "upstream" by listing them in
the remotebranches.upstream config field.
2011-03-29 19:02:08 -05:00
Augie Fackler
6bf6ba476a tests: add a unified test case for testing new features 2011-03-29 19:02:06 -05:00
Augie Fackler
023552018d tests: updated expectations after hg change d5457e08b175 2011-03-29 19:02:02 -05:00
Augie Fackler
7250881099 Makefile: use trick from hgit for easier test running 2011-03-29 19:02:00 -05:00
Augie Fackler
cd01f35a35 Tweak to stay within 80 columns more easily. 2011-03-29 08:24:25 -05:00
Ronny Pfannschmidt
46a1374c9c ignore closed remotes for convience 2010-08-20 12:19:26 +02:00
Benjamin Pollack
b7ecb57173 update remote branch heads on push 2010-03-22 15:03:52 -04:00
Augie Fackler
c7ca492794 remotebranches: avoid infinite recursion if a remote branch hash is missing
Includes a test.
2010-01-26 09:00:48 -06:00
Augie Fackler
1c4a464d45 README: some basic documentation 2010-01-25 16:49:04 -06:00
Augie Fackler
f90d3fcf88 remotebranches: add hgignore 2010-01-25 16:48:45 -06:00
Augie Fackler
ebe1858001 remotebranches: test marking after pull from http 2010-01-25 16:40:37 -06:00
Augie Fackler
d0edd98ec9 add support for schemes 2010-01-10 17:24:02 -06:00
Augie Fackler
0201bfc528 Refactor and support both ssh and http 2010-01-10 16:56:16 -06:00
Augie Fackler
da224a93ea add tests 2010-01-04 08:28:59 -06:00
Augie Fackler
94b35dba8d changes required to work with local repositories 2010-01-04 08:28:51 -06:00
Augie Fackler
5ad7767a8b Initial import of remotebranches. 2010-01-03 22:37:45 -06:00