Remove the resolved command
[stgit] / stgit / commands / push.py
2009-05-30 Catalin MarinasRemove the resolved command
2009-05-22 David KågedalAdd a --set-tree flag to stg push
2009-04-09 Catalin MarinasConvert "push" to the lib infrastructure
2009-01-28 Catalin MarinasMerge branch 'stable'
2009-01-22 Karl HasselströmMerge branch 'stable'
2008-09-28 Karl HasselströmMerge branch 'stable'
2008-09-21 Karl HasselströmAutomatic bash completion
2008-09-21 Karl HasselströmRemove --undo flags from stg commands and docs
2008-09-21 Karl HasselströmWrite to a stack log when stack is modified
2008-09-21 Karl HasselströmGenerate command lists automatically
2008-09-21 Karl HasselströmAuto-generate man pages for all StGit commands
2007-10-08 Karl HasselströmDon't have a global crt_series in stgit.commans.common
2007-10-07 Karl HasselströmMake "stg push" subdirectory safe
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-05-21 Karl HasselströmRefactor message printing
2007-03-06 Catalin Marinas[Revert] Make 'push --undo' safer
2006-12-07 Catalin MarinasMake 'push --undo' safer
2006-08-11 Catalin MarinasUse the ".." syntax for patch ranges
2006-05-28 Yann DirsonAllow to specify multiple patch names on push command...
2006-03-03 Catalin MarinasAdd a merged upstream test for pull and push
2005-10-27 Catalin MarinasNotify when a patch was modified during a push operation
2005-10-04 Chuck LeverUse a more clear message when pop or push can't apply...
2005-09-21 Chuck LeverCut verbosity of new fast-forward merging
2005-09-17 Catalin MarinasCheck whether the patch name is applied or unapplied
2005-09-17 Paolo 'Blaisorblad... Avoid allowing --undo if it doesn't change anything
2005-09-02 Paolo 'Blaisorblad... [PATCH] Allow fast-forward pushing.
2005-07-26 Catalin MarinasFix the patch name checking in push.py
2005-07-24 Catalin MarinasImprove the help message for commands
2005-07-12 Catalin MarinasSeparate the commands in stgit/commands/* files