log

age author description
2009-04-15 Augie Fackler Added a test case for directory-add behavior when repo root is not project root.
2009-04-14 Luke Opperman Push status messages, remove svn flag from opts before passing on
2009-04-14 Luke Opperman Remove stray prints
2009-04-14 Augie Fackler Re-re-refix username support, add a comment so maybe I remember this time.
2009-04-14 Augie Fackler rebase: moved to wrappers, now a wrapper around rebase triggered with --svn.
2009-04-14 Augie Fackler Clean up TODOs that are no longer relevant.
2009-04-12 Augie Fackler Fix pushing after 141513b.
2009-04-12 Augie Fackler Stop breaking hg pull <path>.
2009-04-11 Augie Fackler Forgot some return statements.
2009-04-11 Augie Fackler Fix the verify script which broke because of the change in parent.
2009-04-11 Augie Fackler Updated readme a little bit for the new UI.
2009-04-11 Augie Fackler Move wrappers for hg commands to their own module.
2009-04-10 Augie Fackler Refactor commands to wrap their hg equivalent adding a --svn flag where sane.
2009-04-10 Nat Williams Add a basic incoming command.
2009-04-10 Dirkjan Ochtman Move utility_commands.find_wc_parent_rev() to cmdutil.parentrev().