chiark / gitweb /
Remove the --force flag to "stg rebase" and "stg pull"
[stgit] / stgit / stack.py
index bdb4e38a5834a9c93c251733c7c1d19ebcbf493a..94856b8a5210d639d2973bbc8e7420b0a4f1e96e 100644 (file)
@@ -623,7 +623,6 @@ class Series(PatchSet):
 
         self.create_empty_field('applied')
         self.create_empty_field('unapplied')
-        self._set_field('orig-base', git.get_head())
 
         config.set(self.format_version_key(), str(FORMAT_VERSION))