Skip to content
Snippets Groups Projects
  • Siddharth Agarwal's avatar
    7805cb8030e0
    rebase: remove bailifchanged check from pullrebase (BC) · 7805cb8030e0
    Siddharth Agarwal authored
    This saves us a relatively superfluous status check for pull --rebase (if
    rebase runs, it'll check for a clean working directory anyway), and brings hg
    pull --rebase closer to hg pull && hg rebase.
    
    This is a behavior change because pull --rebase with a dirty working directory
    will now abort after performing the pull rather than before.
    7805cb8030e0
    History
    rebase: remove bailifchanged check from pullrebase (BC)
    Siddharth Agarwal authored
    This saves us a relatively superfluous status check for pull --rebase (if
    rebase runs, it'll check for a clean working directory anyway), and brings hg
    pull --rebase closer to hg pull && hg rebase.
    
    This is a behavior change because pull --rebase with a dirty working directory
    will now abort after performing the pull rather than before.