log push_cmd.py @ 173:f244eaee5069

age author description
Tue, 30 Dec 2008 20:34:03 -0600 Patrick Mezard push_cmd: make _isdir() a standalone function
Tue, 30 Dec 2008 20:33:58 -0600 Patrick Mezard push_cmd: do not store files to delete content
Tue, 30 Dec 2008 19:24:16 -0600 Martin Geisler Combine sort and reverse.
Mon, 22 Dec 2008 21:22:11 -0600 Augie Fackler push: Fix the bad implementation that required modifying the dirstate to push.
Mon, 22 Dec 2008 21:21:39 -0600 Augie Fackler push: Use a better method for finding the outgoing revisions.
Mon, 22 Dec 2008 21:21:11 -0600 Augie Fackler push: Improved the rebasing logic for push so that it doesn't break with
Fri, 21 Nov 2008 16:11:24 -0600 Augie Fackler Refactored outgoing_revisions into util where it really belongs.