Commit Graph

11 Commits

Author SHA1 Message Date
Sean Farley
e6478215a8 remotebranches: add --all to branches command display remote branches
The display order is in descending revision number. A test has also been added.
2015-01-16 14:06:05 -08:00
Sean Farley
a28bfc4bd0 remotebookmarks: add --all to bookmarks command display remote bookmarks
The display order is in descending revision number. A test has also been added.
2015-01-16 14:48:56 -08:00
Sean Farley
b6d0adcc5e remotenames: split bookmarks and branches into their own namespaces 2015-01-14 14:45:24 -08:00
Sean Farley
083e914e6b remotenames: register namespace even if no file exists
Previously, we returned early from the loadremotename method preventing
registration of our namespace. This patch moves the registration to reposetup
so that the namespace is always registered.

Test coverage has been added.
2014-12-16 22:23:41 -08:00
Sean Farley
d10de650b5 tests: add basic test for bookmark 2014-12-16 09:28:59 -08:00
Sean Farley
9fada6ba45 tests: remove pre-3.3 grep 2014-12-16 09:24:18 -08:00
Sean Farley
f1247e9d99 findtags: remove method for wrapping tags
We will now use mercurial's built-in namespace api so we don't need to pollute
the tags namespace. Therefore, we needed to update test output.
2014-03-31 19:51:44 -05:00
Sean Farley
55aa8c88b2 load: add function loadremotenames to be called in reposetup
Since mercurial automatically outputs our namespace, tests need to be updated.
2014-03-31 12:34:43 -05:00
Sean Farley
4a36a46d87 tests: remove old graphlog config 2014-03-31 19:32:08 -05:00
Sean Farley
b5ab531c8e remotenames: do a bulk search and replace 2014-03-31 19:27:54 -05:00
Sean Farley
a4faf15c67 remotenames: rename project
This is becoming much too different than remotebranches so let's just fork and
rename.
2014-03-31 19:27:54 -05:00